modified patch normal field type
This commit is contained in:
parent
dd8777480a
commit
5a9fba7a78
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ void Foam::flowRateTiltedInletVelocityFvPatchVectorField::updateCoeffs()
|
|||
// a simpler way of doing this would be nice
|
||||
const scalar avgU = -flowRate_->value(t)/gSum(patch().magSf());
|
||||
|
||||
tmp<vectorField> n = patch().nf();
|
||||
vectorField n(patch().nf());
|
||||
|
||||
scalarField B(Foam::asin(n & axis_));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue