better naming of mass transfer fields

This commit is contained in:
andy
2009-05-12 13:23:51 +01:00
parent 92766a4418
commit d45bae5db4

View File

@ -109,7 +109,9 @@ Foam::ReactingCloud<ParcelType>::ReactingCloud
( (
IOobject IOobject
( (
this->name() + "rhoTrans" + Foam::name(i), this->name()
+ "rhoTrans_"
+ thermo.composition().Y()[i].name(),
this->db().time().timeName(), this->db().time().timeName(),
this->db(), this->db(),
IOobject::NO_READ, IOobject::NO_READ,