mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial updates
This commit is contained in:
@ -50,7 +50,7 @@ laplacianSchemes
|
|||||||
default Gauss linear corrected;
|
default Gauss linear corrected;
|
||||||
laplacian(muEff,U) Gauss linear corrected;
|
laplacian(muEff,U) Gauss linear corrected;
|
||||||
laplacian(DkEff,k) Gauss linear corrected;
|
laplacian(DkEff,k) Gauss linear corrected;
|
||||||
laplacian(alphaEff,h) Gauss linear corrected;
|
laplacian(thermo:alpha,h) Gauss linear corrected;
|
||||||
laplacian((((rho*(1|A(U)))*rho)*gh)) Gauss linear corrected;
|
laplacian((((rho*(1|A(U)))*rho)*gh)) Gauss linear corrected;
|
||||||
laplacian(interpolate((rho*(1|A(U)))),p) Gauss linear corrected;
|
laplacian(interpolate((rho*(1|A(U)))),p) Gauss linear corrected;
|
||||||
laplacian(gammaRad,G) Gauss linear corrected;
|
laplacian(gammaRad,G) Gauss linear corrected;
|
||||||
|
|||||||
@ -32,7 +32,7 @@ divSchemes
|
|||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
laplacian(alpha,h) Gauss linear uncorrected;
|
laplacian(thermo:alpha,h) Gauss linear uncorrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
|
|||||||
@ -44,7 +44,7 @@ solution
|
|||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
U cellPoint;
|
U cellPoint;
|
||||||
mu cell;
|
thermo:mu cell;
|
||||||
T cell;
|
T cell;
|
||||||
Cp cell;
|
Cp cell;
|
||||||
p cell;
|
p cell;
|
||||||
|
|||||||
@ -38,7 +38,7 @@ solution
|
|||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
U cellPoint;
|
U cellPoint;
|
||||||
mu cell;
|
thermo:mu cell;
|
||||||
T cell;
|
T cell;
|
||||||
Cp cell;
|
Cp cell;
|
||||||
p cell;
|
p cell;
|
||||||
|
|||||||
@ -35,7 +35,7 @@ solution
|
|||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
mu cell;
|
thermo:mu cell;
|
||||||
U cellPoint;
|
U cellPoint;
|
||||||
Cp cell;
|
Cp cell;
|
||||||
T cell;
|
T cell;
|
||||||
|
|||||||
@ -38,7 +38,7 @@ solution
|
|||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
U cellPoint;
|
U cellPoint;
|
||||||
mu cell;
|
thermo:mu cell;
|
||||||
T cell;
|
T cell;
|
||||||
Cp cell;
|
Cp cell;
|
||||||
p cell;
|
p cell;
|
||||||
|
|||||||
@ -38,7 +38,7 @@ solution
|
|||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
U cellPoint;
|
U cellPoint;
|
||||||
mu cell;
|
thermo:mu cell;
|
||||||
T cell;
|
T cell;
|
||||||
Cp cell;
|
Cp cell;
|
||||||
p cell;
|
p cell;
|
||||||
|
|||||||
@ -38,7 +38,7 @@ solution
|
|||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
U cellPoint;
|
U cellPoint;
|
||||||
mu cell;
|
thermo:mu cell;
|
||||||
T cell;
|
T cell;
|
||||||
Cp cell;
|
Cp cell;
|
||||||
p cell;
|
p cell;
|
||||||
|
|||||||
@ -38,7 +38,7 @@ solution
|
|||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
U cellPoint;
|
U cellPoint;
|
||||||
mu cell;
|
thermo:mu cell;
|
||||||
T cell;
|
T cell;
|
||||||
Cp cell;
|
Cp cell;
|
||||||
p cell;
|
p cell;
|
||||||
|
|||||||
@ -38,7 +38,7 @@ solution
|
|||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
U cellPoint;
|
U cellPoint;
|
||||||
mu cell;
|
thermo:mu cell;
|
||||||
T cell;
|
T cell;
|
||||||
Cp cell;
|
Cp cell;
|
||||||
p cell;
|
p cell;
|
||||||
|
|||||||
@ -38,7 +38,7 @@ solution
|
|||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
U cellPoint;
|
U cellPoint;
|
||||||
mu cell;
|
thermo:mu cell;
|
||||||
T cell;
|
T cell;
|
||||||
Cp cell;
|
Cp cell;
|
||||||
p cell;
|
p cell;
|
||||||
|
|||||||
@ -38,7 +38,7 @@ solution
|
|||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
U cellPoint;
|
U cellPoint;
|
||||||
mu cell;
|
thermo:mu cell;
|
||||||
T cell;
|
T cell;
|
||||||
Cp cell;
|
Cp cell;
|
||||||
p cell;
|
p cell;
|
||||||
|
|||||||
Reference in New Issue
Block a user