mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: SprayParcel - removed Tbp and Tvap
This commit is contained in:
@ -110,8 +110,6 @@ public:
|
|||||||
const scalar Pr,
|
const scalar Pr,
|
||||||
const scalar pMin,
|
const scalar pMin,
|
||||||
const Switch& constantVolume,
|
const Switch& constantVolume,
|
||||||
const scalar Tvap,
|
|
||||||
const scalar Tbp,
|
|
||||||
const scalar sigma0,
|
const scalar sigma0,
|
||||||
const scalar mu0
|
const scalar mu0
|
||||||
);
|
);
|
||||||
|
|||||||
@ -82,8 +82,6 @@ inline Foam::SprayParcel<ParcelType>::constantProperties::constantProperties
|
|||||||
const scalar Pr,
|
const scalar Pr,
|
||||||
const scalar pMin,
|
const scalar pMin,
|
||||||
const Switch& constantVolume,
|
const Switch& constantVolume,
|
||||||
const scalar Tvap,
|
|
||||||
const scalar Tbp,
|
|
||||||
const scalar sigma0,
|
const scalar sigma0,
|
||||||
const scalar mu0
|
const scalar mu0
|
||||||
)
|
)
|
||||||
@ -104,9 +102,7 @@ inline Foam::SprayParcel<ParcelType>::constantProperties::constantProperties
|
|||||||
f0,
|
f0,
|
||||||
Pr,
|
Pr,
|
||||||
pMin,
|
pMin,
|
||||||
constantVolume,
|
constantVolume
|
||||||
Tvap,
|
|
||||||
Tbp
|
|
||||||
),
|
),
|
||||||
sigma0_(sigma0),
|
sigma0_(sigma0),
|
||||||
mu0_(mu0)
|
mu0_(mu0)
|
||||||
|
|||||||
Reference in New Issue
Block a user