mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
use dimEnergy instead of expanded dim set
This commit is contained in:
@ -84,7 +84,7 @@ Foam::ThermoCloud<ParcelType>::ThermoCloud
|
|||||||
false
|
false
|
||||||
),
|
),
|
||||||
this->mesh(),
|
this->mesh(),
|
||||||
dimensionedScalar("zero", dimensionSet(1, 2, -2, 0, 0), 0.0)
|
dimensionedScalar("zero", dimEnergy, 0.0)
|
||||||
),
|
),
|
||||||
hcTrans_
|
hcTrans_
|
||||||
(
|
(
|
||||||
@ -98,7 +98,7 @@ Foam::ThermoCloud<ParcelType>::ThermoCloud
|
|||||||
false
|
false
|
||||||
),
|
),
|
||||||
this->mesh(),
|
this->mesh(),
|
||||||
dimensionedScalar("zero", dimensionSet(1, 2, -2, 0, 0), 0.0)
|
dimensionedScalar("zero", dimEnergy, 0.0)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
if (readFields)
|
if (readFields)
|
||||||
|
|||||||
Reference in New Issue
Block a user