Function1, Function2: Rationalising, simplifying and standardising writing

This commit is contained in:
Henry Weller
2020-11-28 19:50:39 +00:00
parent 156734571f
commit 21bb6c549d
45 changed files with 323 additions and 277 deletions

View File

@ -23,11 +23,16 @@ boundaryField
inlet
{
type uniformTotalPressure;
p0 table
(
(0 10)
(1 40)
);
p0
{
type table;
values
(
(0 10)
(1 40)
);
}
}
outlet1