Update tutorial case.

This commit is contained in:
tlichtenegger
2020-04-23 07:23:58 +02:00
parent 548df2cd3c
commit 52bcfc5dd3

View File

@ -15,20 +15,6 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
/*
source1
{
type temperatureLimitsConstraint;
selectionMode all;
active true;
temperatureLimitsConstraintCoeffs
{
Tmin 288;
Tmax 298;
}
}
*/
source1
{
type limitTemperature;
@ -37,7 +23,9 @@ source1
{
active yes;
selectionMode all;
min 288;
max 298;
Tmin 288; // OF4
Tmax 298; // OF4
min $Tmin; // OF5,OF6
max $Tmax; // OF5,OF6
}
}