mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
reactingEulerFoam: Rationalize the phaseSystem base-class
This commit is contained in:
@ -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_)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user