mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Thermo film - added vapour recoil pressure effect
This commit is contained in:
@ -255,6 +255,9 @@ void thermoSingleLayer::updateSubmodels()
|
|||||||
// Update source fields
|
// Update source fields
|
||||||
hsSp_ += primaryEnergyPCTrans_/magSf()/time().deltaT();
|
hsSp_ += primaryEnergyPCTrans_/magSf()/time().deltaT();
|
||||||
rhoSp_ += primaryMassPCTrans_/magSf()/time().deltaT();
|
rhoSp_ += primaryMassPCTrans_/magSf()/time().deltaT();
|
||||||
|
|
||||||
|
// Vapour recoil pressure
|
||||||
|
pSp_ -= sqr(primaryMassPCTrans_/magSf()/time_.deltaT())/2.0/rhoPrimary_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user