Skip to content
Snippets Groups Projects
Commit 3402f87a authored by Sergio Ferraris's avatar Sergio Ferraris
Browse files

BUG: Fixing naming of SolidChemistrySolverType templates and add fvSchemes

for laplacian of T in the solid for ppositeBurningPanels tutorial
parent 2d773bc0
Branches
Tags
No related merge requests found
......@@ -57,8 +57,7 @@ namespace Foam
( \
SS##Comp##SThermo##GThermo, \
(word(SS::typeName_()) + "<"#Comp"," + SThermo::typeName() + "," + \
GThermo::typeName() + \
">").c_str(), \
GThermo::typeName() + ">").c_str(), \
0 \
);
......
......@@ -52,8 +52,8 @@ namespace Foam
defineTemplateTypeNameAndDebugWithName \
( \
SS##Schem##Comp##SThermo##GThermo, \
(#SS"<"#Schem"<"#Comp"," + SThermo::typeName() + "," \
+ GThermo::typeName() + ">>").c_str(), \
(#SS"<" + word(Schem::typeName_()) + "<"#Comp"," + SThermo::typeName()\
+ "," + GThermo::typeName() + ">>").c_str(), \
0 \
); \
\
......@@ -76,7 +76,6 @@ namespace Foam
GThermo \
); \
\
\
makeSolidChemistrySolverType \
( \
ode, \
......
......@@ -33,6 +33,7 @@ laplacianSchemes
{
default none;
laplacian(thermo:alpha,h) Gauss linear uncorrected;
laplacian(kappa,T) Gauss harmonic uncorrected;
}
interpolationSchemes
......
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