Public Member Functions | |
| constexpr | options () noexcept |
| Construct with default values. More... | |
| bool | keepFluid () const noexcept |
| Keep fluid regions (default true) More... | |
| bool | keepPorous () const noexcept |
| Keep porous regions (default true) More... | |
| bool | keepSolid () const noexcept |
| Keep solid regions (default true) More... | |
| bool | keptSomeRegion () const noexcept |
| Some region (fluid, porous, solid) is kept. More... | |
| bool | mergeInterfaces () const noexcept |
| Merge in-place interfaces (default true) More... | |
| bool | renameInterfaces () const noexcept |
| Rename interface boundaries as InterfaceN_0, InterfaceN_1. More... | |
| bool | removeBaffles () const noexcept |
| Remove baffles by merging their respective faces (default false) More... | |
| bool | useNumberedNames () const noexcept |
| Use numbered names (eg, patch_0, zone_0) instead of human-readable. More... | |
| scalar | mergeTol () const noexcept |
| Merge tolerance for points (default 0.05e-3) More... | |
| scalar | undefScalar () const noexcept |
| Value to assign for undefined solutions (default: NaN) More... | |
| void | keepFluid (bool b) noexcept |
| Keep fluid regions. More... | |
| void | keepPorous (bool b) noexcept |
| Keep porous regions. More... | |
| void | keepSolid (bool b) noexcept |
| Keep solid regions. More... | |
| void | mergeInterfaces (bool b) noexcept |
| Merge in-place interfaces. More... | |
| void | renameInterfaces (bool b) noexcept |
| Rename interface boundaries as InterfaceN_0, InterfaceN_1. More... | |
| void | removeBaffles (bool b) noexcept |
| Remove baffles by merging their respective faces. More... | |
| void | useNumberedNames (bool b) noexcept |
| Use numbered names (eg, patch_0, zone_0) instead of human-readable. More... | |
| void | mergeTol (scalar tol) noexcept |
| Merge tolerance for points (default 0.05e-3) More... | |
| void | undefScalar (scalar val) noexcept |
| Value to assign for undefined solutions (default: NaN) More... | |
Definition at line 768 of file ccmReader.H.
|
inlinenoexcept |
Construct with default values.
Definition at line 829 of file ccmReader.H.
|
inlinenoexcept |
Keep fluid regions (default true)
Definition at line 850 of file ccmReader.H.
|
inlinenoexcept |
Keep porous regions (default true)
Definition at line 855 of file ccmReader.H.
|
inlinenoexcept |
Keep solid regions (default true)
Definition at line 860 of file ccmReader.H.
|
inlinenoexcept |
Some region (fluid, porous, solid) is kept.
Definition at line 865 of file ccmReader.H.
|
inlinenoexcept |
Merge in-place interfaces (default true)
Definition at line 873 of file ccmReader.H.
|
inlinenoexcept |
Rename interface boundaries as InterfaceN_0, InterfaceN_1.
(default true)
Definition at line 880 of file ccmReader.H.
|
inlinenoexcept |
Remove baffles by merging their respective faces (default false)
Definition at line 885 of file ccmReader.H.
|
inlinenoexcept |
Use numbered names (eg, patch_0, zone_0) instead of human-readable.
names (default false)
Definition at line 892 of file ccmReader.H.
|
inlinenoexcept |
Merge tolerance for points (default 0.05e-3)
Definition at line 897 of file ccmReader.H.
|
inlinenoexcept |
Value to assign for undefined solutions (default: NaN)
Definition at line 902 of file ccmReader.H.
|
inlinenoexcept |
Keep fluid regions.
Definition at line 910 of file ccmReader.H.
References Foam::constant::physicoChemical::b.
|
inlinenoexcept |
Keep porous regions.
Definition at line 915 of file ccmReader.H.
References Foam::constant::physicoChemical::b.
|
inlinenoexcept |
Keep solid regions.
Definition at line 920 of file ccmReader.H.
References Foam::constant::physicoChemical::b.
|
inlinenoexcept |
Merge in-place interfaces.
Definition at line 925 of file ccmReader.H.
References Foam::constant::physicoChemical::b.
|
inlinenoexcept |
Rename interface boundaries as InterfaceN_0, InterfaceN_1.
Definition at line 930 of file ccmReader.H.
References Foam::constant::physicoChemical::b.
|
inlinenoexcept |
Remove baffles by merging their respective faces.
Definition at line 935 of file ccmReader.H.
References Foam::constant::physicoChemical::b.
|
inlinenoexcept |
Use numbered names (eg, patch_0, zone_0) instead of human-readable.
Definition at line 940 of file ccmReader.H.
References Foam::constant::physicoChemical::b.
|
inlinenoexcept |
Merge tolerance for points (default 0.05e-3)
Definition at line 945 of file ccmReader.H.
|
inlinenoexcept |
Value to assign for undefined solutions (default: NaN)
Definition at line 950 of file ccmReader.H.