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

View File

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