DCS
a Driven-Cavity Open source Simulator code
 All Classes Files Functions Variables Groups Pages
Data_Type_Cell_Quad

Type_Cell_Quad definition. More...

+ Collaboration diagram for Data_Type_Cell_Quad:
subroutine data_type_cell_quad::initialize (self, face1, face2, face3, face4, vol)
 Subroutine for initializing Type_Cell_Quad. More...
 
subroutine data_type_cell_quad::finalize (self)
 Subroutine for finalizing Type_Cell_Quad. More...
 
integer(i4p) function data_type_cell_quad::pprint (self, unit)
 Function for printing in a pretty ascii format the components of type Type_Cell_Quad. More...
 

Detailed Description

Type_Cell_Quad definition.

Function/Subroutine Documentation

subroutine data_type_cell_quad::initialize ( class(type_cell_quad), intent(inout)  self,
type(type_face), intent(in), pointer  face1,
type(type_face), intent(in), pointer  face2,
type(type_face), intent(in), pointer  face3,
type(type_face), intent(in), pointer  face4,
real(r8p), intent(in)  vol 
)
private

Subroutine for initializing Type_Cell_Quad.

Parameters
[in,out]selfCell data.
[in]face1Face 1 data.
[in]face2Face 2 data.
[in]face3Face 3 data.
[in]face4Face 4 data.
[in]volVolume.

Definition at line 109 of file Data_Type_Cell_Quad.f90.

subroutine data_type_cell_quad::finalize ( class(type_cell_quad), intent(inout)  self)
private

Subroutine for finalizing Type_Cell_Quad.

Parameters
[in,out]selfCell data.

Definition at line 131 of file Data_Type_Cell_Quad.f90.

integer(i4p) function data_type_cell_quad::pprint ( class(type_cell_quad), intent(in)  self,
integer(i4p), intent(in)  unit 
)
private

Function for printing in a pretty ascii format the components of type Type_Cell_Quad.

Returns
err integer(I4P) variable for error trapping.
Parameters
[in]selfCell data.
[in]unitLogic unit.

Definition at line 149 of file Data_Type_Cell_Quad.f90.