ENH: Updated turbineSiting tutorial input files

This commit is contained in:
andy
2011-11-23 10:25:32 +00:00
parent 810de38afb
commit b38f6be7b4
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -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.*"