Scrambler  1
Profiles Module Reference

Profiles module. More...

+ Collaboration diagram for Profiles:

List of all members.

Data Types

type  ProfileDef
 Profile data type. More...

Public Member Functions

subroutine createProfile (Profile, nPoints, fields, mode)
subroutine UpdateProfile (Profile)
REAL(KIND=qPREC) function getProfileValue (r, field, Profile)
subroutine Profile_PointGravityHSE (Profile, PointGravityObj, p_inf)

Public Attributes

INTEGER, parameter RADIAL = 0

Detailed Description

Profiles module.

Definition at line 25 of file profiles.f90.


Member Function/Subroutine Documentation

subroutine createProfile ( TYPE(ProfileDef), pointer  Profile,
INTEGER  nPoints,
INTEGER, dimension(:)  fields,
INTEGER, optional  mode 
)

Definition at line 48 of file profiles.f90.

subroutine UpdateProfile ( TYPE(ProfileDef), pointer  Profile)

Definition at line 60 of file profiles.f90.

REAL(KIND=qPREC) function getProfileValue ( REAL(KIND=qPREC)  r,
INTEGER  field,
TYPE(ProfileDef), pointer  Profile 
)

Definition at line 66 of file profiles.f90.

subroutine Profile_PointGravityHSE ( TYPE(ProfileDef), pointer  Profile,
TYPE(PointGravityDef), pointer  PointGravityObj,
REAL(KIND=qPREC)  p_inf 
)

Definition at line 102 of file profiles.f90.


Member Data Documentation

INTEGER, parameter RADIAL = 0

Definition at line 36 of file profiles.f90.


The documentation for this module was generated from the following file:
 All Classes Files Functions Variables