|
DCS
a Driven-Cavity Open source Simulator code
|
This module contains the definition of Type_Conservative and its procedures. More...
Data Types | |
| type | type_conservative |
| Derived type containing conservative variables. More... | |
Public Member Functions | |
| pure subroutine, public | computestream (cons, beta, dh) |
| Subroutine for computing new (n+1) stream function. More... | |
| pure subroutine, public | computevorticity (cons, Re, beta, dh) |
| Subroutine for computing new (n+1) vorticity. More... | |
| pure type(type_conservative) function, public | computeresidual (cons, Re, dh) |
| Function for computing residuals. More... | |
Private Member Functions | |
| elemental subroutine | set (self, s, v) |
| Subroutine for. More... | |
| integer(i4p) function | pprint (self, unit) |
| Function for printing in a pretty ascii format the components of type Type_Conservative. More... | |
This module contains the definition of Type_Conservative and its procedures.
Definition at line 79 of file Data_Type_Conservative.f90.