DCS
a Driven-Cavity Open source Simulator code
 All Classes Files Functions Variables Groups Pages
Data Types List
Here are the data types with brief descriptions:
[detail level 12]
oCdata_type_cavityThis module contains the definition of Type_Cavity and its procedures
|\Ctype_cavityDerived type containing conservative variables
oCdata_type_cell_quadThis module contains the definition of Type_Cell_Quad and its procedures
|\Ctype_cell_quadDerived type containing conservative variables
oCdata_type_conservativeThis module contains the definition of Type_Conservative and its procedures
|\Ctype_conservativeDerived type containing conservative variables
oCdata_type_faceThis module contains the definition of Type_Face and its procedures
|oCtype_faceDerived type containing conservative variables
|\Ctype_face_ptrPointer of Type_Face for creating array of pointers of Type_Face
oCdata_type_meshThis module contains the definition of Type_Mesh and its procedures
|\Ctype_meshDerived type containing conservative variables
oCdata_type_nodeThis module contains the definition of Type_Node and its procedures
|oCtype_nodeDerived type containing conservative variables
|\Ctype_node_ptrPointer of Type_Node for creating array of pointers of Type_Node
oCdata_type_vectorThis module contains the definition of Type_Vector and its procedures
|oCtype_vectorDerived type defining vectors
|\Ctype_vector_ptrPointer of Type_Vector for creating array of pointers of Type_Vector
oCir_precisionModule IR_Precision makes available some portable kind-parameters and some useful procedures to deal with them
|oCbctonProcedure 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
|oCbit_sizeOverloading 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
|oCbstrProcedure 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
|oCbyte_sizeOverloading of the "byte_size" function for computing the number of bytes
|oCctonProcedure 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
|oCstrProcedure 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
|\CstrzProcedure 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
\Clib_pdeThis module contains Partial Differential Equations (PDE) solving procedures
 \Cdudi_fvFunction for computing first partial derivative by means of Finite Volumes approach (Green's theorem)