Skip to content
Snippets Groups Projects
Commit 6eca86fb authored by andy's avatar andy
Browse files

ENH: SprayParcel - removed Tbp and Tvap

parent a1e53444
Branches
Tags
No related merge requests found
......@@ -110,8 +110,6 @@ public:
const scalar Pr,
const scalar pMin,
const Switch& constantVolume,
const scalar Tvap,
const scalar Tbp,
const scalar sigma0,
const scalar mu0
);
......
......@@ -82,8 +82,6 @@ inline Foam::SprayParcel<ParcelType>::constantProperties::constantProperties
const scalar Pr,
const scalar pMin,
const Switch& constantVolume,
const scalar Tvap,
const scalar Tbp,
const scalar sigma0,
const scalar mu0
)
......@@ -104,9 +102,7 @@ inline Foam::SprayParcel<ParcelType>::constantProperties::constantProperties
f0,
Pr,
pMin,
constantVolume,
Tvap,
Tbp
constantVolume
),
sigma0_(sigma0),
mu0_(mu0)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment