Formatting
This commit is contained in:
parent
41e28bb072
commit
3be52d07c3
1 changed files with 3 additions and 1 deletions
|
@ -112,7 +112,9 @@ int main(int argc, char *argv[])
|
||||||
U.correctBoundaryConditions();
|
U.correctBoundaryConditions();
|
||||||
p.correctBoundaryConditions();
|
p.correctBoundaryConditions();
|
||||||
|
|
||||||
phi = (fvc::interpolate(U) & mesh.Sf()) + tpEqn().flux() + tpresSource;
|
phi = (fvc::interpolate(U) & mesh.Sf())
|
||||||
|
+ tpEqn().flux()
|
||||||
|
+ tpresSource;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make flux relative in rotating zones
|
// Make flux relative in rotating zones
|
||||||
|
|
Reference in a new issue