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:
@ -31,7 +31,7 @@ geometry
|
||||
igloo
|
||||
{
|
||||
type sphere;
|
||||
centre (3 3 0);
|
||||
origin (3 3 0);
|
||||
radius 4;
|
||||
}
|
||||
|
||||
|
||||
@ -23,8 +23,8 @@ fvDOMCoeffs
|
||||
{
|
||||
nPhi 3;
|
||||
nTheta 5;
|
||||
convergence 1e-3;
|
||||
maxIter 10;
|
||||
tolerance 1e-3;
|
||||
}
|
||||
|
||||
// Number of flow iterations per radiation iteration
|
||||
|
||||
@ -21,10 +21,10 @@ radiationModel fvDOM;
|
||||
|
||||
fvDOMCoeffs
|
||||
{
|
||||
nPhi 3; // azimuthal angles in PI/2 on X-Y.(from Y to X)
|
||||
nTheta 5; // polar angles in PI (from Z to X-Y plane)
|
||||
convergence 1e-3; // convergence criteria for radiation iteration
|
||||
maxIter 10; // maximum number of iterations
|
||||
nPhi 3; // azimuthal angles in PI/2 on X-Y.(from Y to X)
|
||||
nTheta 5; // polar angles in PI (from Z to X-Y plane)
|
||||
maxIter 10; // maximum number of iterations
|
||||
tolerance 1e-3; // convergence criteria for radiation iteration
|
||||
}
|
||||
|
||||
// Number of flow iterations per radiation iteration
|
||||
|
||||
Reference in New Issue
Block a user