Skip to content
Snippets Groups Projects
Commit 853f2fca authored by Kutalmış Berçin's avatar Kutalmış Berçin
Browse files

ENH: solidThermos: add icoTabulated-solidThermo option

parent 05ca60cf
Branches
Tags
1 merge request!546ENH: new tabulated anisotropic solid transport model
......@@ -33,6 +33,7 @@ License
#include "specie.H"
#include "rhoConst.H"
#include "icoPolynomial.H"
#include "icoTabulated.H"
#include "hConstThermo.H"
#include "hPowerThermo.H"
#include "hPolynomialThermo.H"
......@@ -116,6 +117,18 @@ makeSolidThermo
specie
);
makeSolidThermo
(
solidThermo,
heSolidThermo,
pureMixture,
tabulatedSolidTransport,
sensibleEnthalpy,
hTabulatedThermo,
icoTabulated,
specie
);
makeSolidThermoPhysicsType
(
solidThermo,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment