mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Fixing naming of SolidChemistrySolverType templates and add fvSchemes
for laplacian of T in the solid for ppositeBurningPanels tutorial
This commit is contained in:
@ -57,8 +57,7 @@ namespace Foam
|
|||||||
( \
|
( \
|
||||||
SS##Comp##SThermo##GThermo, \
|
SS##Comp##SThermo##GThermo, \
|
||||||
(word(SS::typeName_()) + "<"#Comp"," + SThermo::typeName() + "," + \
|
(word(SS::typeName_()) + "<"#Comp"," + SThermo::typeName() + "," + \
|
||||||
GThermo::typeName() + \
|
GThermo::typeName() + ">").c_str(), \
|
||||||
">").c_str(), \
|
|
||||||
0 \
|
0 \
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -52,8 +52,8 @@ namespace Foam
|
|||||||
defineTemplateTypeNameAndDebugWithName \
|
defineTemplateTypeNameAndDebugWithName \
|
||||||
( \
|
( \
|
||||||
SS##Schem##Comp##SThermo##GThermo, \
|
SS##Schem##Comp##SThermo##GThermo, \
|
||||||
(#SS"<"#Schem"<"#Comp"," + SThermo::typeName() + "," \
|
(#SS"<" + word(Schem::typeName_()) + "<"#Comp"," + SThermo::typeName()\
|
||||||
+ GThermo::typeName() + ">>").c_str(), \
|
+ "," + GThermo::typeName() + ">>").c_str(), \
|
||||||
0 \
|
0 \
|
||||||
); \
|
); \
|
||||||
\
|
\
|
||||||
@ -76,7 +76,6 @@ namespace Foam
|
|||||||
GThermo \
|
GThermo \
|
||||||
); \
|
); \
|
||||||
\
|
\
|
||||||
\
|
|
||||||
makeSolidChemistrySolverType \
|
makeSolidChemistrySolverType \
|
||||||
( \
|
( \
|
||||||
ode, \
|
ode, \
|
||||||
|
|||||||
@ -33,6 +33,7 @@ laplacianSchemes
|
|||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
laplacian(thermo:alpha,h) Gauss linear uncorrected;
|
laplacian(thermo:alpha,h) Gauss linear uncorrected;
|
||||||
|
laplacian(kappa,T) Gauss harmonic uncorrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
|
|||||||
Reference in New Issue
Block a user