mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
fix test cases for cfdemSolverRhoPimple
dictionary syntax for chemistry models has changed
This commit is contained in:
@ -72,7 +72,10 @@ energyModels
|
|||||||
heatTransferGunn
|
heatTransferGunn
|
||||||
);
|
);
|
||||||
|
|
||||||
chemistryModel off;
|
chemistryModels
|
||||||
|
(
|
||||||
|
off
|
||||||
|
);
|
||||||
|
|
||||||
thermCondModel SyamlalThermCond;
|
thermCondModel SyamlalThermCond;
|
||||||
|
|
||||||
|
|||||||
@ -80,7 +80,10 @@ energyModels
|
|||||||
|
|
||||||
thermCondModel SyamlalThermCond;
|
thermCondModel SyamlalThermCond;
|
||||||
|
|
||||||
chemistryModel off;
|
chemistryModels
|
||||||
|
(
|
||||||
|
off
|
||||||
|
);
|
||||||
|
|
||||||
turbulenceModelType "turbulenceProperties";
|
turbulenceModelType "turbulenceProperties";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user