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