boundary_custom_mod::boundary_custom Type Reference
Inheritance diagram for boundary_custom_mod::boundary_custom:
boundary_fixed_mod::boundary_fixed boundary_base_mod::boundary_base logging_base_mod::logging_base

Private Member Functions

PROCEDURE initboundary_custom
 
PROCEDURE finalize
 
PROCEDURE setboundarydata
 
PROCEDURE setcustomboundaries
 

Private Attributes

integer, dimension(:), allocatable cbtype
 custom boundary condition type More...
 
real, dimension(:,:,:), allocatable rscale
 radial scaling constants More...
 
real, dimension(:,:,:), allocatable invrscale
 inverse radial scaling constants More...
 
real, dimension(:,:,:), pointer radius
 distance to center of mass for Kepler conditions More...
 

Additional Inherited Members

- Public Attributes inherited from logging_base_mod::logging_base
integer, public err
 error code More...
 

Detailed Description

Definition at line 46 of file boundary_custom.f90.

Member Function/Subroutine Documentation

◆ finalize()

PROCEDURE boundary_custom_mod::boundary_custom::finalize ( )
private

Definition at line 53 of file boundary_custom.f90.

◆ initboundary_custom()

PROCEDURE boundary_custom_mod::boundary_custom::initboundary_custom ( )
private

Definition at line 52 of file boundary_custom.f90.

◆ setboundarydata()

PROCEDURE boundary_custom_mod::boundary_custom::setboundarydata ( )
private

Definition at line 54 of file boundary_custom.f90.

◆ setcustomboundaries()

PROCEDURE boundary_custom_mod::boundary_custom::setcustomboundaries ( )
private

Definition at line 55 of file boundary_custom.f90.

Member Data Documentation

◆ cbtype

integer, dimension(:), allocatable boundary_custom_mod::boundary_custom::cbtype
private

custom boundary condition type

Definition at line 47 of file boundary_custom.f90.

◆ invrscale

real, dimension(:,:,:), allocatable boundary_custom_mod::boundary_custom::invrscale
private

inverse radial scaling constants

Definition at line 48 of file boundary_custom.f90.

◆ radius

real, dimension(:,:,:), pointer boundary_custom_mod::boundary_custom::radius
private

distance to center of mass for Kepler conditions

Definition at line 50 of file boundary_custom.f90.

◆ rscale

real, dimension(:,:,:), allocatable boundary_custom_mod::boundary_custom::rscale
private

radial scaling constants

Definition at line 48 of file boundary_custom.f90.


The documentation for this type was generated from the following file: