Skip to content
Snippets Groups Projects
Commit d9f39c10 authored by william's avatar william Committed by Andrew Heather
Browse files

BUG: JohnsonJacksonParticleSlipFvPatchVectorField: using solid turbulent...

BUG: JohnsonJacksonParticleSlipFvPatchVectorField: using solid turbulent visocity rather than thermo viscosity
parent ef2515a2
Branches
Tags
No related merge requests found
......@@ -199,7 +199,10 @@ void Foam::JohnsonJacksonParticleSlipFvPatchVectorField::updateCoeffs()
const scalarField nu
(
phased.nu()->boundaryField()[patch().index()]
patch().lookupPatchField<volScalarField, scalar>
(
IOobject::groupName("nut", phased.name())
)
);
word ThetaName(IOobject::groupName("Theta", phased.name()));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment