solidThermo: Added support for run-time compilation

This required standardisation of the mapping between the class and selection
names of the solid transport models:

constIso -> constIsoSolid
exponential -> exponentialSolid
polynomial -> polynomialSolid
This commit is contained in:
Henry Weller
2021-09-22 14:39:18 +01:00
parent 59a91e28f1
commit 1ca8ff74a9
15 changed files with 184 additions and 16 deletions

View File

@ -18,7 +18,7 @@ thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;

View File

@ -19,7 +19,7 @@ thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;

View File

@ -17,7 +17,7 @@ thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;

View File

@ -17,7 +17,7 @@ thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;

View File

@ -17,7 +17,7 @@ thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;

View File

@ -18,7 +18,7 @@ thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;

View File

@ -18,7 +18,7 @@ thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;

View File

@ -17,7 +17,7 @@ thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;

View File

@ -18,7 +18,7 @@ thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
transport constIsoSolid;
thermo eConst;
equationOfState rhoConst;
specie specie;