better naming of mass transfer fields
This commit is contained in:
parent
92766a4418
commit
d45bae5db4
@ -109,7 +109,9 @@ Foam::ReactingCloud<ParcelType>::ReactingCloud
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
this->name() + "rhoTrans" + Foam::name(i),
|
||||
this->name()
|
||||
+ "rhoTrans_"
|
||||
+ thermo.composition().Y()[i].name(),
|
||||
this->db().time().timeName(),
|
||||
this->db(),
|
||||
IOobject::NO_READ,
|
||||
|
Loading…
Reference in New Issue
Block a user