mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: update old keywords
This commit is contained in:
@ -26,7 +26,7 @@ boundaryField
|
||||
inlet
|
||||
{
|
||||
type cylindricalInletVelocity;
|
||||
centre (-0.64 0.5 0);
|
||||
origin (-0.64 0.5 0);
|
||||
axis (1 0 0);
|
||||
axialVelocity 40;
|
||||
radialVelocity 20;
|
||||
|
||||
@ -22,10 +22,10 @@ radiationModel fvDOM;
|
||||
|
||||
fvDOMCoeffs
|
||||
{
|
||||
nPhi 2; // azimuthal angles in PI/2 on X-Y.(from Y to X)
|
||||
nTheta 2; // polar angles in PI (from Z to X-Y plane)
|
||||
convergence 1e-2; // convergence criteria for radiation iteration
|
||||
nPhi 2; // azimuthal angles in PI/2 on X-Y.(from Y to X)
|
||||
nTheta 2; // polar angles in PI (from Z to X-Y plane)
|
||||
maxIter 3; // maximum number of iterations
|
||||
tolerance 1e-2; // convergence criteria for radiation iteration
|
||||
}
|
||||
|
||||
// Number of flow iterations per radiation iteration
|
||||
|
||||
@ -24,8 +24,8 @@ fvDOMCoeffs
|
||||
{
|
||||
nPhi 3; // azimuthal angles in PI/2 on X-Y.(from Y to X)
|
||||
nTheta 6; // polar angles in PI (from Z to X-Y plane)
|
||||
convergence 0.05; // convergence criteria for radiation iteration
|
||||
maxIter 3; // maximum number of iterations
|
||||
tolerance 0.05; // convergence criteria for radiation iteration
|
||||
}
|
||||
|
||||
// Number of flow iterations per radiation iteration
|
||||
|
||||
@ -21,10 +21,10 @@ radiationModel fvDOM;
|
||||
|
||||
fvDOMCoeffs
|
||||
{
|
||||
nPhi 4; // azimuthal angles in PI/2 on X-Y.(from Y to X)
|
||||
nTheta 0; // polar angles in PI (from Z to X-Y plane)
|
||||
convergence 1e-2; // convergence criteria for radiation iteration
|
||||
maxIter 4; // maximum number of iterations
|
||||
nPhi 4; // azimuthal angles in PI/2 on X-Y.(from Y to X)
|
||||
nTheta 0; // polar angles in PI (from Z to X-Y plane)
|
||||
maxIter 4; // maximum number of iterations
|
||||
tolerance 1e-2; // convergence criteria for radiation iteration
|
||||
}
|
||||
|
||||
// Number of flow iterations per radiation iteration
|
||||
|
||||
@ -22,10 +22,10 @@ radiationModel fvDOM;
|
||||
|
||||
fvDOMCoeffs
|
||||
{
|
||||
nPhi 2; // azimuthal angles in PI/2 on X-Y.(from Y to X)
|
||||
nTheta 2; // polar angles in PI (from Z to X-Y plane)
|
||||
convergence 1e-1; // convergence criteria for radiation iteration
|
||||
maxIter 1; // maximum number of iterations
|
||||
nPhi 2; // azimuthal angles in PI/2 on X-Y.(from Y to X)
|
||||
nTheta 2; // polar angles in PI (from Z to X-Y plane)
|
||||
maxIter 1; // maximum number of iterations
|
||||
tolerance 1e-1; // convergence criteria for radiation iteration
|
||||
}
|
||||
|
||||
// Number of flow iterations per radiation iteration
|
||||
|
||||
@ -28,7 +28,7 @@ regions
|
||||
(
|
||||
zoneToCell
|
||||
{
|
||||
name pipe;
|
||||
zone pipe;
|
||||
fieldValues
|
||||
(
|
||||
volScalarFieldValue CH4 $:pipe.CH4
|
||||
|
||||
Reference in New Issue
Block a user