fix test cases for cfdemSolverRhoPimple

dictionary syntax for chemistry models has changed
This commit is contained in:
danielque
2018-10-05 16:49:28 +02:00
parent b8ac908ea6
commit 844234b5e9
2 changed files with 8 additions and 2 deletions

View File

@ -72,7 +72,10 @@ energyModels
heatTransferGunn
);
chemistryModel off;
chemistryModels
(
off
);
thermCondModel SyamlalThermCond;

View File

@ -80,7 +80,10 @@ energyModels
thermCondModel SyamlalThermCond;
chemistryModel off;
chemistryModels
(
off
);
turbulenceModelType "turbulenceProperties";