From a5d1b2985111ad64df13af80c1dfcfd7ed33ba78 Mon Sep 17 00:00:00 2001 From: andy <a.heather@opencfd.co.uk> Date: Wed, 21 Oct 2009 17:50:09 +0100 Subject: [PATCH] use dimEnergy instead of expanded dim set --- .../intermediate/clouds/Templates/ThermoCloud/ThermoCloud.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.C b/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.C index 48ef62ee198..28fa0b20e76 100644 --- a/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.C +++ b/src/lagrangian/intermediate/clouds/Templates/ThermoCloud/ThermoCloud.C @@ -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) -- GitLab