ENH: Tutorial updates

This commit is contained in:
andy
2012-11-16 14:50:28 +00:00
parent 4e693b88e0
commit acc5bb0fc7
3 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ zone1
{ {
cellZone rotor; cellZone rotor;
active on;
// Fixed patches (by default they 'move' with the MRF zone) // Fixed patches (by default they 'move' with the MRF zone)
nonRotatingPatches (); nonRotatingPatches ();

View File

@ -26,6 +26,7 @@ source1
fixedTemperatureSourceCoeffs fixedTemperatureSourceCoeffs
{ {
mode constant;
temperature 350; temperature 350;
} }
} }

View File

@ -26,6 +26,7 @@ source1
fixedTemperatureSourceCoeffs fixedTemperatureSourceCoeffs
{ {
mode constant;
temperature 2000; temperature 2000;
} }
} }