![]() |
API Reference
|
Class to handle the status of a CFD simulation. More...
Public Member Functions | |
| void | Dispose () |
Properties | |
| bool | HasSolutionCommenced [get] |
| Returns TRUE if a CFD simulation has been started otherwise FALSE. | |
| bool | HasSolutionConverged [get] |
| Returns TRUE if a CFD simulation has achieved a final converged state otherwise FALSE. | |
| bool | IsComfortCalculated [get] |
| Returns TRUE if a CFD thermal comfort calculation has been conducted otherwise FALSE. | |
| bool | IsLmaCalculated [get] |
| Returns TRUE if a CFD local mean age-of-air (LMA) calculation has been conducted otherwise FALSE. | |
| bool | IsAceCalculated [get] |
| Returns TRUE if a CFD air change effectiveness (ACE) calculation has been conducted otherwise FALSE. | |
| bool | IsValidLmaCalculation [get] |
| Returns TRUE if the status of a CFD simulation would enable a valid local mean age-of-air (LMA) calculation to be conducted otherwise FALSE. NOTE - this method only applies to DB standard CFD and not CFD+. For a valid LMA calculation, the standard CFD simulation must have completed at least 200 outer iterations and the CFD domain must include ventilation boundary conditions (supply diffusers and extracts) | |
| bool | IsValidAceCalculation [get] |
| Returns TRUE if the status of a CFD simulation would enable a valid air change effectiveness (ACE) calculation to be conducted otherwise FALSE. NOTE - this method only applies to DB standard CFD and not CFD+. For a valid ACE calculation, the standard CFD LMA calculation must have completed. | |
Class to handle the status of a CFD simulation.