TUT: update old keywords

This commit is contained in:
Mark Olesen
2018-12-14 11:20:31 +01:00
parent 4696a96fec
commit db8ba80ae4
23 changed files with 35 additions and 35 deletions

View File

@ -31,7 +31,7 @@ geometry
igloo
{
type sphere;
centre (3 3 0);
origin (3 3 0);
radius 4;
}

View File

@ -23,8 +23,8 @@ fvDOMCoeffs
{
nPhi 3;
nTheta 5;
convergence 1e-3;
maxIter 10;
tolerance 1e-3;
}
// Number of flow iterations per radiation iteration

View File

@ -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