Bugfix: remove momentum equation from createFields.H
This commit is contained in:
parent
262b02c5fb
commit
0f2773bbda
1 changed files with 0 additions and 11 deletions
|
@ -71,14 +71,3 @@
|
||||||
runTime.deltaT(),
|
runTime.deltaT(),
|
||||||
zeroGradientFvPatchScalarField::typeName
|
zeroGradientFvPatchScalarField::typeName
|
||||||
);
|
);
|
||||||
|
|
||||||
bool momentumPredictor = piso.momentumPredictor();
|
|
||||||
|
|
||||||
{
|
|
||||||
bool momentumPredictorSave = momentumPredictor;
|
|
||||||
momentumPredictor = false;
|
|
||||||
# include "UEqn.H"
|
|
||||||
momentumPredictor = momentumPredictorSave;
|
|
||||||
|
|
||||||
rAU = 1.0/UEqn.A();
|
|
||||||
}
|
|
||||||
|
|
Reference in a new issue