reactingEulerFoam: Rationalize the phaseSystem base-class

This commit is contained in:
Henry Weller
2015-09-04 17:01:31 +01:00
parent f9870ed9d0
commit dd3f68b1fa
10 changed files with 193 additions and 136 deletions

View File

@ -260,6 +260,7 @@ Foam::MovingPhaseModel<BasePhaseModel>::UEqn()
fvm::ddt(*this, this->thermo().rho(), U_)
+ fvm::div(alphaRhoPhi_, U_)
- fvm::Sp(continuityError_, U_)
+ this->fluid().MRF().DDt(*this*this->thermo().rho(), U_)
+ turbulence_->divDevRhoReff(U_)
);
}