mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: twoPhaseEulerFoam: updated interfacial model headers to reflect changes in the definition of K
This commit is contained in:
@ -134,13 +134,8 @@ public:
|
||||
virtual tmp<volScalarField> CdRe() const = 0;
|
||||
|
||||
//- The drag function K used in the momentum equation
|
||||
// ddt(alpha1*rho1*U1) + ... = ... alpha1*alpha2*K*(U1-U2)
|
||||
// ddt(alpha2*rho2*U2) + ... = ... alpha1*alpha2*K*(U2-U1)
|
||||
// ********************************** NB! *****************************
|
||||
// for numerical reasons alpha1 and alpha2 has been extracted from the
|
||||
// drag function K, so you MUST divide K by alpha1*alpha2 when
|
||||
// implemnting the drag function
|
||||
// ********************************** NB! *****************************
|
||||
// ddt(alpha1*rho1*U1) + ... = ... K*(U1-U2)
|
||||
// ddt(alpha2*rho2*U2) + ... = ... K*(U2-U1)
|
||||
virtual tmp<volScalarField> K() const;
|
||||
|
||||
//- Dummy write for regIOobject
|
||||
|
||||
Reference in New Issue
Block a user