|
DCS
a Driven-Cavity Open source Simulator code
|
| This module contains the definition of Type_Cavity and its procedures | |
| Derived type containing conservative variables | |
| This module contains the definition of Type_Cell_Quad and its procedures | |
| Derived type containing conservative variables | |
| This module contains the definition of Type_Conservative and its procedures | |
| Derived type containing conservative variables | |
| This module contains the definition of Type_Face and its procedures | |
| Derived type containing conservative variables | |
| Pointer of Type_Face for creating array of pointers of Type_Face | |
| This module contains the definition of Type_Mesh and its procedures | |
| Derived type containing conservative variables | |
| This module contains the definition of Type_Node and its procedures | |
| Derived type containing conservative variables | |
| Pointer of Type_Node for creating array of pointers of Type_Node | |
| This module contains the definition of Type_Vector and its procedures | |
| Derived type defining vectors | |
| Pointer of Type_Vector for creating array of pointers of Type_Vector | |
| Module IR_Precision makes available some portable kind-parameters and some useful procedures to deal with them | |
| Procedure for converting bit-string to number, real or initeger, (bit-string to number type casting); string, intent(IN):: bstr input bit-string; number, intent(OUT):: n output number | |
| Overloading of the intrinsic "bit_size" function for computing the number of bits of (also) real and character variables; variable, intent(IN):: n input; integer(I1P), intent(OUT):: bits output number of bits of input number | |
| Procedure for converting number, real and integer, to bit-string (number to bit-string type casting); number, intent(IN):: n input number; string, intent(OUT):: bstr output bit-string | |
| Overloading of the "byte_size" function for computing the number of bytes | |
| Procedure for converting string to number, real or initeger, (string to number type casting); string, intent(IN):: str input string; number, intent(OUT):: n output number | |
| Procedure for converting number, real and integer, to string (number to string type casting); logical, intent(IN), optional:: no_sign flag for do not write sign; number, intent(IN):: n input number; string, intent(OUT):: str output string | |
| Procedure for converting number, integer, to string, prefixing with the right number of zeros (number to string type casting with zero padding); number, intent(IN), optional:: no_zpad number of padding zeros; number, intent(IN):: n input number; string, intent(OUT):: str output string | |
| This module contains Partial Differential Equations (PDE) solving procedures | |
| Function for computing first partial derivative by means of Finite Volumes approach (Green's theorem) |