geometry_cylindrical.f90 File Reference

Go to the source code of this file.

Data Types

type  geometry_cylindrical_mod::geometry_cylindrical
 

Modules

module  geometry_cylindrical_mod
 defines properties of a 3D cylindrical mesh
 

Functions/Subroutines

subroutine geometry_cylindrical_mod::initgeometry_cylindrical (this, config)
 
pure subroutine geometry_cylindrical_mod::scalefactors_1 (this, coords, hx, hy, hz)
 
pure subroutine geometry_cylindrical_mod::scalefactors_2 (this, coords, hx, hy, hz)
 
pure subroutine geometry_cylindrical_mod::scalefactors_3 (this, coords, hx, hy, hz)
 
pure subroutine geometry_cylindrical_mod::scalefactors_4 (this, coords, hx, hy, hz)
 
pure subroutine geometry_cylindrical_mod::radius_1 (this, coords, r)
 
pure subroutine geometry_cylindrical_mod::radius_2 (this, coords, r)
 
pure subroutine geometry_cylindrical_mod::radius_3 (this, coords, r)
 
pure subroutine geometry_cylindrical_mod::radius_4 (this, coords, r)
 
pure subroutine geometry_cylindrical_mod::positionvector_1 (this, coords, posvec)
 
pure subroutine geometry_cylindrical_mod::positionvector_2 (this, coords, posvec)
 
pure subroutine geometry_cylindrical_mod::positionvector_3 (this, coords, posvec)
 
pure subroutine geometry_cylindrical_mod::positionvector_4 (this, coords, posvec)
 
pure subroutine geometry_cylindrical_mod::convert2cartesian_coords_1 (this, curv, cart)
 
pure subroutine geometry_cylindrical_mod::convert2cartesian_coords_2 (this, curv, cart)
 
pure subroutine geometry_cylindrical_mod::convert2cartesian_coords_3 (this, curv, cart)
 
pure subroutine geometry_cylindrical_mod::convert2cartesian_coords_4 (this, curv, cart)
 
pure subroutine geometry_cylindrical_mod::convert2curvilinear_coords_1 (this, cart, curv)
 
pure subroutine geometry_cylindrical_mod::convert2curvilinear_coords_2 (this, cart, curv)
 
pure subroutine geometry_cylindrical_mod::convert2curvilinear_coords_3 (this, cart, curv)
 
pure subroutine geometry_cylindrical_mod::convert2curvilinear_coords_4 (this, cart, curv)
 
pure subroutine geometry_cylindrical_mod::convert2cartesian_vectors_1 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_cylindrical_mod::convert2cartesian_vectors_2 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_cylindrical_mod::convert2cartesian_vectors_3 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_cylindrical_mod::convert2cartesian_vectors_4 (this, curv, v_curv, v_cart)
 
pure subroutine geometry_cylindrical_mod::convert2curvilinear_vectors_1 (this, curv, v_cart, v_curv)
 
pure subroutine geometry_cylindrical_mod::convert2curvilinear_vectors_2 (this, curv, v_cart, v_curv)
 
pure subroutine geometry_cylindrical_mod::convert2curvilinear_vectors_3 (this, curv, v_cart, v_curv)
 
pure subroutine geometry_cylindrical_mod::convert2curvilinear_vectors_4 (this, curv, v_cart, v_curv)
 
subroutine geometry_cylindrical_mod::finalize (this)
 
elemental subroutine geometry_cylindrical_mod::scalefactors (r, hr, hphi, hz)
 
elemental real function geometry_cylindrical_mod::radius (r, z)
 
elemental subroutine geometry_cylindrical_mod::positionvector (r, z, rx, ry, rz)
 
elemental subroutine geometry_cylindrical_mod::convert2cartesian_coords (r, phi, zz, x, y, z)
 
elemental subroutine geometry_cylindrical_mod::convert2curvilinear_coords (x, y, z, r, phi, zz)
 
elemental subroutine geometry_cylindrical_mod::convert2cartesian_vectors (r, phi, z, vr, vphi, vzz, vx, vy, vz)
 Reference: [bronstein2008] , Tabelle 13.1. More...
 
elemental subroutine geometry_cylindrical_mod::convert2curvilinear_vectors (r, phi, z, vx, vy, vz, vr, vphi, vzz)
 Reference: [bronstein2008] , Tabelle 13.1. More...
 

Variables

character(len=32), parameter geometry_cylindrical_mod::geometry_name = "cylindrical"