BUG: JohnsonJacksonParticleSlipFvPatchVectorField: using solid turbulent visocity rather than thermo viscosity
This commit is contained in:
parent
98028e3c58
commit
eb086ae455
1 changed files with 4 additions and 1 deletions
|
|
@ -199,7 +199,10 @@ void Foam::JohnsonJacksonParticleSlipFvPatchVectorField::updateCoeffs()
|
||||||
|
|
||||||
const scalarField nu
|
const scalarField nu
|
||||||
(
|
(
|
||||||
phased.nu()->boundaryField()[patch().index()]
|
patch().lookupPatchField<volScalarField, scalar>
|
||||||
|
(
|
||||||
|
IOobject::groupName("nut", phased.name())
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
word ThetaName(IOobject::groupName("Theta", phased.name()));
|
word ThetaName(IOobject::groupName("Theta", phased.name()));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue