ENH: SprayParcel - removed Tbp and Tvap

This commit is contained in:
andy
2013-08-13 15:12:05 +01:00
parent a1e53444d9
commit 6eca86fba5
2 changed files with 1 additions and 7 deletions

View File

@ -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
); );

View File

@ -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)