Go to the source code of this file.
Functions | |
volVectorField | U1aux (U) |
volVectorField | Faux (U) |
pEqn | setReference (pRefCell, pRefValue) |
solve (pEqn==(1/dt) *fvc::div(U1aux)) | |
Variables | |
Faux = dt * (fvc::laplacian(nu, U) - fvc::div(phi, U)) | |
U1aux = U + Faux | |
fvScalarMatrix | pEqn = fvm::laplacian(p).ref() |
U = U1aux - dt * fvc::grad(p) | |
phi = fvc::interpolate(U)& mesh.Sf() | |
volVectorField Faux | ( | U | ) |
volVectorField U1aux | ( | U | ) |