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

Type_Conservative definition. More...

+ Collaboration diagram for Data_Type_Conservative:
elemental subroutine data_type_conservative::set (self, s, v)
 Subroutine for. More...
 
integer(i4p) function data_type_conservative::pprint (self, unit)
 Function for printing in a pretty ascii format the components of type Type_Conservative. More...
 

Detailed Description

Type_Conservative definition.

Function/Subroutine Documentation

elemental subroutine data_type_conservative::set ( class(type_conservative), intent(inout)  self,
real(r8p), intent(in)  s,
real(r8p), intent(in)  v 
)
private

Subroutine for.

Parameters
[in,out]selfConservative variables.
[in]sStream function.
[in]vVorticity.

Definition at line 250 of file Data_Type_Conservative.f90.

integer(i4p) function data_type_conservative::pprint ( class(type_conservative), intent(in)  self,
integer(i4p), intent(in)  unit 
)
private

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

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

Definition at line 267 of file Data_Type_Conservative.f90.