API Reference
Loading...
Searching...
No Matches
Properties | List of all members
DB.Api.CfdResiduals Class Reference

Class to handle CFD simulation variable residuals. After each iteration of a CFD simulation, residuals are extracted from the dependent variable equation sets and these residual values may be used as an indicator of the degree to which the calculation has converged to a solution. More...

Properties

int IterationCount [get, set]
 Returns the number of outer iterations for a CFD simulation.
 
double UComponent [get, set]
 Returns the residual of the U-component momentum equation.
 
double VComponent [get, set]
 Returns the residual of the V-component momentum equation.
 
double WComponent [get, set]
 Returns the residual of the W-component momentum equation.
 
double Temperature [get, set]
 Returns the residual of the temperature equation.
 
double TurbulenceKe [get, set]
 Returns the residual of the turbulence kinetic energy equation.
 
double TurbulenceDiss [get, set]
 Returns the residual of the dissipation rate of turbulence kinetic energy equation.
 
double Mass [get, set]
 

Detailed Description

Class to handle CFD simulation variable residuals. After each iteration of a CFD simulation, residuals are extracted from the dependent variable equation sets and these residual values may be used as an indicator of the degree to which the calculation has converged to a solution.


The documentation for this class was generated from the following file: