use dimEnergy instead of expanded dim set

This commit is contained in:
andy
2009-10-21 17:50:09 +01:00
parent 0aef45c88d
commit a5d1b29851

View File

@ -84,7 +84,7 @@ Foam::ThermoCloud<ParcelType>::ThermoCloud
false
),
this->mesh(),
dimensionedScalar("zero", dimensionSet(1, 2, -2, 0, 0), 0.0)
dimensionedScalar("zero", dimEnergy, 0.0)
),
hcTrans_
(
@ -98,7 +98,7 @@ Foam::ThermoCloud<ParcelType>::ThermoCloud
false
),
this->mesh(),
dimensionedScalar("zero", dimensionSet(1, 2, -2, 0, 0), 0.0)
dimensionedScalar("zero", dimEnergy, 0.0)
)
{
if (readFields)