Improvements for immersed boundary support
This commit is contained in:
parent
0a812c0c07
commit
0bfb8d5cff
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@ int main(int argc, char *argv[])
|
|||
U.internalField() = vector::zero;
|
||||
}
|
||||
|
||||
p.correctBoundaryConditions();
|
||||
U.correctBoundaryConditions();
|
||||
|
||||
phi == (fvc::interpolate(U) & mesh.Sf());
|
||||
|
||||
# include "volContinuity.H"
|
||||
# include "meshCourantNo.H"
|
||||
|
||||
|
|
Reference in a new issue