BUG: JohnsonJacksonParticleSlipFvPatchVectorField: using solid turbulent visocity rather than thermo viscosity

This commit is contained in:
william
2014-04-07 09:30:47 +01:00
committed by Andrew Heather
parent ef2515a2e0
commit d9f39c10a9

View File

@ -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()));