DAFoam
v4.0.2
Discrete Adjoint with OpenFOAM
dafoam
src
adjoint
DASolver
DARhoPimpleFoam
rhoEqnRhoPimple.H
Go to the documentation of this file.
1
2
{
3
fvScalarMatrix rhoEqn(
4
fvm::ddt(
rho
)
5
+ fvc::div(
phi
));
6
7
rhoEqn.solve();
8
}
phi
surfaceScalarField & phi
Definition:
createRefsPimpleDyM.H:8
rho
volScalarField & rho
Definition:
createRefsRhoPimple.H:8
Generated by
1.8.17