packaged fvConstraints: formatting

This commit is contained in:
Chris Greenshields
2023-08-28 10:29:30 +01:00
parent 089aa672d5
commit 53e40f6c8d
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ FoamFile
type limitPressure; type limitPressure;
select all; select all;
min <1e4>; min <1e4>;

View File

@ -15,7 +15,7 @@ FoamFile
type limitPressure; type limitPressure;
select all; select all;
// limits can be specified absolute // limits can be specified absolute
// min <200>; // min <200>;

View File

@ -15,7 +15,7 @@ FoamFile
type limitTemperature; type limitTemperature;
select all; select all;
min <200>; min <200>;
max <6000>; max <6000>;