Definition in file readFluidMultiRegionSIMPLEControls.H.
Go to the source code of this file.
| Functions | |
| if (simple.found("nNonOrthogonalCorrectors")) | |
| if (simple.found("momentumPredictor")) | |
| if (simple.found("fluxGradp")) | |
| if (simple.found("transonic")) | |
| Variables | |
| dictionary | simple = fluidRegions[i].solutionDict().subDict("SIMPLE") | 
| int | nNonOrthCorr = 0 | 
| bool | momentumPredictor = true | 
| bool | fluxGradp = false | 
| bool | transonic = false | 
| if | ( | simple. | found"nNonOrthogonalCorrectors" ) | 
Definition at line 4 of file readFluidMultiRegionSIMPLEControls.H.
References Foam::readInt(), and simple.
| if | ( | simple. | found"momentumPredictor" ) | 
Definition at line 10 of file readFluidMultiRegionSIMPLEControls.H.
References simple.
| if | ( | simple. | found"fluxGradp" ) | 
Definition at line 16 of file readFluidMultiRegionSIMPLEControls.H.
References simple.
| if | ( | simple. | found"transonic" ) | 
Definition at line 22 of file readFluidMultiRegionSIMPLEControls.H.
References simple.
| dictionary simple = fluidRegions[i].solutionDict().subDict("SIMPLE") | 
Definition at line 1 of file readFluidMultiRegionSIMPLEControls.H.
| int nNonOrthCorr = 0 | 
Definition at line 3 of file readFluidMultiRegionSIMPLEControls.H.
| bool momentumPredictor = true | 
Definition at line 9 of file readFluidMultiRegionSIMPLEControls.H.
| bool fluxGradp = false | 
Definition at line 15 of file readFluidMultiRegionSIMPLEControls.H.
| bool transonic = false | 
Definition at line 21 of file readFluidMultiRegionSIMPLEControls.H.