Formatting
This commit is contained in:
parent
95f9013cf5
commit
8d35a4079d
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ void Foam::movingRotatingWallVelocityFvPatchVectorField::updateCoeffs()
|
|||
|
||||
const volVectorField& U =
|
||||
db().lookupObject<volVectorField>(dimensionedInternalField().name());
|
||||
scalarField phip =
|
||||
scalarField phip =
|
||||
p.patchField<surfaceScalarField, scalar>(fvc::meshPhi(U));
|
||||
|
||||
vectorField n = p.nf();
|
||||
|
|
Reference in a new issue