mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
clean-up
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user