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::div(phi, U) + fvc::laplacian(nu, U)) | |
U1aux = U + Faux | |
fvScalarMatrix | pEqn = (fvm::laplacian(p)).ref() |
U = U1aux - dt * fvc::grad(p) | |
phi = fvc::flux(U1aux) - dt * fvc::snGrad(p) * mag(mesh.magSf()) | |
volVectorField Faux | ( | U | ) |
volVectorField U1aux | ( | U | ) |