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
|
actuationDiskSourceCoeffs
|
||||||
{
|
{
|
||||||
fieldName U;
|
fieldNames (U);
|
||||||
diskDir (-1 0 0); // orientation of the disk
|
diskDir (-1 0 0); // orientation of the disk
|
||||||
Cp 0.53; // Cp
|
Cp 0.53; // Cp
|
||||||
Ct 0.58; // Ct
|
Ct 0.58; // Ct
|
||||||
@ -45,7 +45,7 @@ disk2
|
|||||||
|
|
||||||
actuationDiskSourceCoeffs
|
actuationDiskSourceCoeffs
|
||||||
{
|
{
|
||||||
fieldName U;
|
fieldNames (U);
|
||||||
diskDir (-1 0 0);
|
diskDir (-1 0 0);
|
||||||
Cp 0.53;
|
Cp 0.53;
|
||||||
Ct 0.58;
|
Ct 0.58;
|
||||||
|
|||||||
@ -31,8 +31,8 @@ dictionaryReplacement
|
|||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
|
uniformValue constant $pressure;
|
||||||
value $pressure;
|
value $pressure;
|
||||||
uniformValue $pressure;
|
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
@ -67,7 +67,7 @@ dictionaryReplacement
|
|||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
uniformValue $turbulentKE;
|
uniformValue constant $turbulentKE;
|
||||||
}
|
}
|
||||||
"terrain_.*"
|
"terrain_.*"
|
||||||
{
|
{
|
||||||
@ -110,12 +110,12 @@ dictionaryReplacement
|
|||||||
"terrain_.*"
|
"terrain_.*"
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
uniformValue $flowVelocity;
|
uniformValue constant $flowVelocity;
|
||||||
}
|
}
|
||||||
ground
|
ground
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
uniformValue $flowVelocity;
|
uniformValue constant $flowVelocity;
|
||||||
}
|
}
|
||||||
#include "$FOAM_CASE/0/include/sideAndTopPatches"
|
#include "$FOAM_CASE/0/include/sideAndTopPatches"
|
||||||
"procBoundary.*"
|
"procBoundary.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user