mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: changing tolerances for p and U and diskDir
This commit is contained in:
@ -27,7 +27,7 @@ disk1
|
|||||||
actuationDiskSourceCoeffs
|
actuationDiskSourceCoeffs
|
||||||
{
|
{
|
||||||
fieldNames (U);
|
fieldNames (U);
|
||||||
diskDir (-1 0 0); // orientation of the disk
|
diskDir (1 0 0); // orientation of the disk
|
||||||
Cp 0.386; // Cp
|
Cp 0.386; // Cp
|
||||||
Ct 0.58; // Ct
|
Ct 0.58; // Ct
|
||||||
diskArea 40; // disk area
|
diskArea 40; // disk area
|
||||||
@ -47,7 +47,7 @@ disk2
|
|||||||
actuationDiskSourceCoeffs
|
actuationDiskSourceCoeffs
|
||||||
{
|
{
|
||||||
fieldNames (U);
|
fieldNames (U);
|
||||||
diskDir (-1 0 0);
|
diskDir (1 0 0);
|
||||||
Cp 0.53;
|
Cp 0.53;
|
||||||
Ct 0.58;
|
Ct 0.58;
|
||||||
diskArea 40;
|
diskArea 40;
|
||||||
|
|||||||
@ -64,9 +64,9 @@ SIMPLE
|
|||||||
|
|
||||||
residualControl
|
residualControl
|
||||||
{
|
{
|
||||||
p 1e-2;
|
p 1e-3;
|
||||||
U 1e-3;
|
U 1e-4;
|
||||||
"(k|epsilon)" 1e-3;
|
"(k|epsilon)" 1e-4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user