This commit is contained in:
andy
2009-03-04 15:16:33 +00:00
parent 1296e86758
commit a19fe74890
2 changed files with 12 additions and 2 deletions

View File

@ -26,6 +26,16 @@ Class
Foam::EntrainmentInjection Foam::EntrainmentInjection
Description Description
Injection at specified positions, with the condition that for injection
to be allowed
rhol <= c_*0.5*rhoc*|Uc|^2
where:
- rhol is the effective density (of all clouds)
- c_ is a modelling constant [s2/m2]
- rhoc is the carrier phase density
- Uc is the carrier phase velocity
SourceFiles SourceFiles
EntrainmentInjection.C EntrainmentInjection.C
@ -57,7 +67,7 @@ class EntrainmentInjection
// Model parameters // Model parameters
//- Injection permission: rhol <= c_*0.5*rho*|U|^2 //- Modelling constant
const scalar c_; const scalar c_;
//- Carrier phase density field //- Carrier phase density field

View File

@ -154,7 +154,7 @@ public:
scalar d0 scalar d0
( (
const label parcelI, const label parcelI,
const scalar const scalar time
) const; ) const;
//- Return flag to identify whether or not injection in cellI is //- Return flag to identify whether or not injection in cellI is