
TUT: propeller: remove duplicate log entry (fixes #1967) TUT: verticalChannelLTS: update input to avoid runtime errors (fixes #2426) TUT: Keyword updates
27 lines
942 B
C++
27 lines
942 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: v2112 |
|
|
| \\ / A nd | Website: www.openfoam.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object fvOptions;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
limitT
|
|
{
|
|
type limitTemperature;
|
|
min 101;
|
|
max 600;
|
|
selectionMode all;
|
|
}
|
|
|
|
|
|
//************************************************************************** //
|