Public Member Functions | |
| options () | |
| Construct with the defaults. More... | |
| bool | keepFluid () const |
| Keep fluid regions (default true) More... | |
| bool | keepPorous () const |
| Keep porous regions (default true) More... | |
| bool | keepSolid () const |
| Keep solid regions (default true) More... | |
| bool | keptSomeRegion () const |
| Some region (fluid, porous, solid) is kept. More... | |
| bool | mergeInterfaces () const |
| Merge in-place interfaces (default true) More... | |
| bool | renameInterfaces () const |
| Rename interface boundaries as InterfaceN_0, InterfaceN_1. More... | |
| bool | removeBaffles () const |
| Remove baffles by merging their respective faces (default false) More... | |
| bool | useNumberedNames () const |
| Use numbered names (eg, patch_0, zone_0) instead of human-readable. More... | |
| scalar | mergeTol () const |
| Merge tolerance for points (default 0.05e-3) More... | |
| scalar | undefScalar () const |
| Value to assign for undefined solutions (default: NaN) More... | |
| void | keepFluid (bool b) |
| Keep fluid regions. More... | |
| void | keepPorous (bool b) |
| Keep porous regions. More... | |
| void | keepSolid (bool b) |
| Keep solid regions. More... | |
| void | mergeInterfaces (bool b) |
| Merge in-place interfaces. More... | |
| void | renameInterfaces (bool b) |
| Rename interface boundaries as InterfaceN_0, InterfaceN_1. More... | |
| void | removeBaffles (bool b) |
| Remove baffles by merging their respective faces. More... | |
| void | useNumberedNames (bool b) |
| Use numbered names (eg, patch_0, zone_0) instead of human-readable. More... | |
| void | mergeTol (const scalar &tol) |
| Merge tolerance for points (default 0.05e-3) More... | |
| void | undefScalar (const scalar &val) |
| Value to assign for undefined solutions (default: NaN) More... | |
Definition at line 756 of file ccmReader.H.
| options | ( | ) |
Construct with the defaults.
Definition at line 25 of file ccmReaderOptions.C.
| bool keepFluid | ( | ) | const |
Keep fluid regions (default true)
Definition at line 41 of file ccmReaderOptions.C.
| bool keepPorous | ( | ) | const |
Keep porous regions (default true)
Definition at line 47 of file ccmReaderOptions.C.
| bool keepSolid | ( | ) | const |
Keep solid regions (default true)
Definition at line 53 of file ccmReaderOptions.C.
| bool keptSomeRegion | ( | ) | const |
Some region (fluid, porous, solid) is kept.
Definition at line 59 of file ccmReaderOptions.C.
| bool mergeInterfaces | ( | ) | const |
Merge in-place interfaces (default true)
Definition at line 65 of file ccmReaderOptions.C.
| bool renameInterfaces | ( | ) | const |
Rename interface boundaries as InterfaceN_0, InterfaceN_1.
(default true)
Definition at line 71 of file ccmReaderOptions.C.
| bool removeBaffles | ( | ) | const |
Remove baffles by merging their respective faces (default false)
Definition at line 77 of file ccmReaderOptions.C.
| bool useNumberedNames | ( | ) | const |
Use numbered names (eg, patch_0, zone_0) instead of human-readable.
names (default false)
Definition at line 83 of file ccmReaderOptions.C.
| Foam::scalar mergeTol | ( | ) | const |
Merge tolerance for points (default 0.05e-3)
Definition at line 89 of file ccmReaderOptions.C.
| Foam::scalar undefScalar | ( | ) | const |
Value to assign for undefined solutions (default: NaN)
Definition at line 95 of file ccmReaderOptions.C.
| void keepFluid | ( | bool | b | ) |
Keep fluid regions.
Definition at line 102 of file ccmReaderOptions.C.
References Foam::constant::physicoChemical::b.
| void keepPorous | ( | bool | b | ) |
Keep porous regions.
Definition at line 108 of file ccmReaderOptions.C.
References Foam::constant::physicoChemical::b.
| void keepSolid | ( | bool | b | ) |
Keep solid regions.
Definition at line 114 of file ccmReaderOptions.C.
References Foam::constant::physicoChemical::b.
| void mergeInterfaces | ( | bool | b | ) |
Merge in-place interfaces.
Definition at line 120 of file ccmReaderOptions.C.
References Foam::constant::physicoChemical::b.
| void renameInterfaces | ( | bool | b | ) |
Rename interface boundaries as InterfaceN_0, InterfaceN_1.
Definition at line 126 of file ccmReaderOptions.C.
References Foam::constant::physicoChemical::b.
| void removeBaffles | ( | bool | b | ) |
Remove baffles by merging their respective faces.
Definition at line 132 of file ccmReaderOptions.C.
References Foam::constant::physicoChemical::b.
| void useNumberedNames | ( | bool | b | ) |
Use numbered names (eg, patch_0, zone_0) instead of human-readable.
Definition at line 138 of file ccmReaderOptions.C.
References Foam::constant::physicoChemical::b.
| void mergeTol | ( | const scalar & | tol | ) |
Merge tolerance for points (default 0.05e-3)
Definition at line 144 of file ccmReaderOptions.C.
| void undefScalar | ( | const scalar & | val | ) |
Value to assign for undefined solutions (default: NaN)
Definition at line 150 of file ccmReaderOptions.C.