mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated turbineSiting tutorial input files
This commit is contained in:
@ -26,7 +26,7 @@ disk1
|
||||
|
||||
actuationDiskSourceCoeffs
|
||||
{
|
||||
fieldName U;
|
||||
fieldNames (U);
|
||||
diskDir (-1 0 0); // orientation of the disk
|
||||
Cp 0.53; // Cp
|
||||
Ct 0.58; // Ct
|
||||
@ -45,7 +45,7 @@ disk2
|
||||
|
||||
actuationDiskSourceCoeffs
|
||||
{
|
||||
fieldName U;
|
||||
fieldNames (U);
|
||||
diskDir (-1 0 0);
|
||||
Cp 0.53;
|
||||
Ct 0.58;
|
||||
|
||||
@ -31,8 +31,8 @@ dictionaryReplacement
|
||||
outlet
|
||||
{
|
||||
type uniformFixedValue;
|
||||
uniformValue constant $pressure;
|
||||
value $pressure;
|
||||
uniformValue $pressure;
|
||||
}
|
||||
inlet
|
||||
{
|
||||
@ -67,7 +67,7 @@ dictionaryReplacement
|
||||
inlet
|
||||
{
|
||||
type uniformFixedValue;
|
||||
uniformValue $turbulentKE;
|
||||
uniformValue constant $turbulentKE;
|
||||
}
|
||||
"terrain_.*"
|
||||
{
|
||||
@ -110,12 +110,12 @@ dictionaryReplacement
|
||||
"terrain_.*"
|
||||
{
|
||||
type uniformFixedValue;
|
||||
uniformValue $flowVelocity;
|
||||
uniformValue constant $flowVelocity;
|
||||
}
|
||||
ground
|
||||
{
|
||||
type uniformFixedValue;
|
||||
uniformValue $flowVelocity;
|
||||
uniformValue constant $flowVelocity;
|
||||
}
|
||||
#include "$FOAM_CASE/0/include/sideAndTopPatches"
|
||||
"procBoundary.*"
|
||||
|
||||
Reference in New Issue
Block a user