sdr_cylinder_module Module

This module contain adapter routine to load cylinder objects and add them to list of spatial objects



Subroutines

public subroutine sdr_load_cylinder(cylArray, spaObjArray, attr_pos, transform, conf, thandle)

\brief Loading cylinder information from config file \n

Arguments

Type IntentOptional Attributes Name
type(grw_cylinderarray_type), intent(inout) :: cylArray

growing array of cylinders

type(grw_spatialObjArray_type), intent(inout) :: spaObjArray

growing array of geometrical objects.

integer, intent(in) :: attr_pos

Position of the attribute to connect this object to.

type(tem_transformation_type), intent(in) :: transform

transformation for spatial object

type(flu_State) :: conf

lua state

integer, intent(in) :: thandle

public subroutine append_cylinder2SpaObj(cylArray, spaObjArray, attr_pos, loc_cylinder)

This routine single cylinder from object table

Arguments

Type IntentOptional Attributes Name
type(grw_cylinderarray_type), intent(inout) :: cylArray

growing array of cylinders

type(grw_spatialObjArray_type), intent(inout) :: spaObjArray

growing array of geometrical objects.

integer, intent(in) :: attr_pos

Position of the attribute to connect this object to.

type(tem_cylinder_type), intent(in) :: loc_cylinder