mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Fix change of write options for IOObjects.
This commit is contained in:
@ -108,8 +108,8 @@ heatTransferGunn::heatTransferGunn
|
||||
{
|
||||
if (propsDict_.found("partRefTemp"))
|
||||
partRefTemp_=readScalar(propsDict_.lookup ("partRefTemp"));
|
||||
partTempField_.writeOpt() = 0;
|
||||
partRelTempField_.writeOpt() = 0;
|
||||
partTempField_.writeOpt() = IOobject::AUTO_WRITE;
|
||||
partRelTempField_.writeOpt() = IOobject::AUTO_WRITE;
|
||||
Info << "Particle temperature field activated." << endl;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user