solidDisplacementFoam: Updated to solve for the solid temperature in energy conservative form
consistent with the solid solver module and solidThermo.
This commit is contained in:
@ -37,7 +37,8 @@ boundaryField
|
||||
}
|
||||
hole
|
||||
{
|
||||
type zeroGradient;
|
||||
type fixedValue;
|
||||
value uniform 400;
|
||||
}
|
||||
frontAndBack
|
||||
{
|
||||
|
||||
@ -32,7 +32,7 @@ E
|
||||
value 2e+11;
|
||||
}
|
||||
|
||||
Cp
|
||||
Cv
|
||||
{
|
||||
type uniform;
|
||||
value 434;
|
||||
|
||||
@ -27,8 +27,6 @@ ddtSchemes
|
||||
gradSchemes
|
||||
{
|
||||
default leastSquares;
|
||||
grad(D) leastSquares;
|
||||
grad(T) leastSquares;
|
||||
}
|
||||
|
||||
divSchemes
|
||||
@ -39,9 +37,7 @@ divSchemes
|
||||
|
||||
laplacianSchemes
|
||||
{
|
||||
default none;
|
||||
laplacian(DD,D) Gauss linear corrected;
|
||||
laplacian(kappa,T) Gauss linear corrected;
|
||||
default Gauss linear corrected;
|
||||
}
|
||||
|
||||
interpolationSchemes
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
solvers
|
||||
{
|
||||
"(D|T)"
|
||||
"(D|e)"
|
||||
{
|
||||
solver GAMG;
|
||||
tolerance 1e-06;
|
||||
|
||||
@ -32,7 +32,7 @@ E
|
||||
value 2e+11;
|
||||
}
|
||||
|
||||
Cp
|
||||
Cv
|
||||
{
|
||||
type uniform;
|
||||
value 434;
|
||||
|
||||
Reference in New Issue
Block a user