StandardChemistryModel: Renamed as standardChemistryModel for consistency with the run-time selection name "standard"
which simplifies dynamic compilation of chemistry and error messages.
This commit is contained in:
@ -94,7 +94,7 @@ namespace Foam
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
defineChemistrySolver(StandardChemistryModel, ThermoPhysics);
|
||||
defineChemistrySolver(standardChemistryModel, ThermoPhysics);
|
||||
defineChemistryReductionMethod(nullArg, ThermoPhysics);
|
||||
defineChemistryTabulationMethod(nullArg, ThermoPhysics);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user