geometry_cylindrical_mod Module Reference

defines properties of a 3D cylindrical mesh More...

Data Types

type  geometry_cylindrical
 

Functions/Subroutines

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

Variables

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

Detailed Description

defines properties of a 3D cylindrical mesh

Author
Tobias Illenseer
Jubin Lirawi
Jannes Klee

Function/Subroutine Documentation

◆ convert2cartesian_coords()

elemental subroutine geometry_cylindrical_mod::convert2cartesian_coords ( real, intent(in)  r,
real, intent(in)  phi,
real, intent(in)  zz,
real, intent(out)  x,
real, intent(out)  y,
real, intent(out)  z 
)
private

Definition at line 447 of file geometry_cylindrical.f90.

◆ convert2cartesian_coords_1()

pure subroutine geometry_cylindrical_mod::convert2cartesian_coords_1 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:), intent(in)  curv,
real, dimension(:,:), intent(out)  cart 
)
private

Definition at line 216 of file geometry_cylindrical.f90.

◆ convert2cartesian_coords_2()

pure subroutine geometry_cylindrical_mod::convert2cartesian_coords_2 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:), intent(in)  curv,
real, dimension(:,:,:), intent(out)  cart 
)
private

Definition at line 227 of file geometry_cylindrical.f90.

◆ convert2cartesian_coords_3()

pure subroutine geometry_cylindrical_mod::convert2cartesian_coords_3 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:), intent(out)  cart 
)
private

Definition at line 238 of file geometry_cylindrical.f90.

◆ convert2cartesian_coords_4()

pure subroutine geometry_cylindrical_mod::convert2cartesian_coords_4 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:,:), intent(out)  cart 
)
private

Definition at line 249 of file geometry_cylindrical.f90.

◆ convert2cartesian_vectors()

elemental subroutine geometry_cylindrical_mod::convert2cartesian_vectors ( real, intent(in)  r,
real, intent(in)  phi,
real, intent(in)  z,
real, intent(in)  vr,
real, intent(in)  vphi,
real, intent(in)  vzz,
real, intent(out)  vx,
real, intent(out)  vy,
real, intent(out)  vz 
)
private

Reference: [bronstein2008] , Tabelle 13.1.

Definition at line 473 of file geometry_cylindrical.f90.

◆ convert2cartesian_vectors_1()

pure subroutine geometry_cylindrical_mod::convert2cartesian_vectors_1 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:), intent(in)  curv,
real, dimension(:,:), intent(in)  v_curv,
real, dimension(:,:), intent(out)  v_cart 
)
private

Definition at line 304 of file geometry_cylindrical.f90.

◆ convert2cartesian_vectors_2()

pure subroutine geometry_cylindrical_mod::convert2cartesian_vectors_2 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:), intent(in)  curv,
real, dimension(:,:,:), intent(in)  v_curv,
real, dimension(:,:,:), intent(out)  v_cart 
)
private

Definition at line 317 of file geometry_cylindrical.f90.

◆ convert2cartesian_vectors_3()

pure subroutine geometry_cylindrical_mod::convert2cartesian_vectors_3 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:), intent(in)  v_curv,
real, dimension(:,:,:,:), intent(out)  v_cart 
)
private

Definition at line 330 of file geometry_cylindrical.f90.

◆ convert2cartesian_vectors_4()

pure subroutine geometry_cylindrical_mod::convert2cartesian_vectors_4 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:,:), intent(in)  v_curv,
real, dimension(:,:,:,:,:), intent(out)  v_cart 
)
private

Definition at line 343 of file geometry_cylindrical.f90.

◆ convert2curvilinear_coords()

elemental subroutine geometry_cylindrical_mod::convert2curvilinear_coords ( real, intent(in)  x,
real, intent(in)  y,
real, intent(in)  z,
real, intent(out)  r,
real, intent(out)  phi,
real, intent(out)  zz 
)
private

Definition at line 458 of file geometry_cylindrical.f90.

◆ convert2curvilinear_coords_1()

pure subroutine geometry_cylindrical_mod::convert2curvilinear_coords_1 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:), intent(in)  cart,
real, dimension(:,:), intent(out)  curv 
)
private

Definition at line 260 of file geometry_cylindrical.f90.

◆ convert2curvilinear_coords_2()

pure subroutine geometry_cylindrical_mod::convert2curvilinear_coords_2 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:), intent(in)  cart,
real, dimension(:,:,:), intent(out)  curv 
)
private

Definition at line 271 of file geometry_cylindrical.f90.

◆ convert2curvilinear_coords_3()

pure subroutine geometry_cylindrical_mod::convert2curvilinear_coords_3 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  cart,
real, dimension(:,:,:,:), intent(out)  curv 
)
private

Definition at line 282 of file geometry_cylindrical.f90.

◆ convert2curvilinear_coords_4()

pure subroutine geometry_cylindrical_mod::convert2curvilinear_coords_4 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  cart,
real, dimension(:,:,:,:,:), intent(out)  curv 
)
private

Definition at line 293 of file geometry_cylindrical.f90.

◆ convert2curvilinear_vectors()

elemental subroutine geometry_cylindrical_mod::convert2curvilinear_vectors ( real, intent(in)  r,
real, intent(in)  phi,
real, intent(in)  z,
real, intent(in)  vx,
real, intent(in)  vy,
real, intent(in)  vz,
real, intent(out)  vr,
real, intent(out)  vphi,
real, intent(out)  vzz 
)
private

Reference: [bronstein2008] , Tabelle 13.1.

Definition at line 486 of file geometry_cylindrical.f90.

◆ convert2curvilinear_vectors_1()

pure subroutine geometry_cylindrical_mod::convert2curvilinear_vectors_1 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:), intent(in)  curv,
real, dimension(:,:), intent(in)  v_cart,
real, dimension(:,:), intent(out)  v_curv 
)
private

Definition at line 356 of file geometry_cylindrical.f90.

◆ convert2curvilinear_vectors_2()

pure subroutine geometry_cylindrical_mod::convert2curvilinear_vectors_2 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:), intent(in)  curv,
real, dimension(:,:,:), intent(in)  v_cart,
real, dimension(:,:,:), intent(out)  v_curv 
)
private

Definition at line 369 of file geometry_cylindrical.f90.

◆ convert2curvilinear_vectors_3()

pure subroutine geometry_cylindrical_mod::convert2curvilinear_vectors_3 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:), intent(in)  v_cart,
real, dimension(:,:,:,:), intent(out)  v_curv 
)
private

Definition at line 382 of file geometry_cylindrical.f90.

◆ convert2curvilinear_vectors_4()

pure subroutine geometry_cylindrical_mod::convert2curvilinear_vectors_4 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  curv,
real, dimension(:,:,:,:,:), intent(in)  v_cart,
real, dimension(:,:,:,:,:), intent(out)  v_curv 
)
private

Definition at line 395 of file geometry_cylindrical.f90.

◆ finalize()

subroutine geometry_cylindrical_mod::finalize ( class(geometry_cylindrical), intent(inout)  this)
private

Definition at line 408 of file geometry_cylindrical.f90.

◆ initgeometry_cylindrical()

subroutine geometry_cylindrical_mod::initgeometry_cylindrical ( class(geometry_cylindrical), intent(inout)  this,
type(dict_typ), pointer  config 
)
private

Definition at line 83 of file geometry_cylindrical.f90.

◆ positionvector()

elemental subroutine geometry_cylindrical_mod::positionvector ( real, intent(in)  r,
real, intent(in)  z,
real, intent(out)  rx,
real, intent(out)  ry,
real, intent(out)  rz 
)
private

Definition at line 436 of file geometry_cylindrical.f90.

◆ positionvector_1()

pure subroutine geometry_cylindrical_mod::positionvector_1 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:), intent(in)  coords,
real, dimension(:,:), intent(out)  posvec 
)
private

Definition at line 173 of file geometry_cylindrical.f90.

◆ positionvector_2()

pure subroutine geometry_cylindrical_mod::positionvector_2 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:), intent(in)  coords,
real, dimension(:,:,:), intent(out)  posvec 
)
private

Definition at line 183 of file geometry_cylindrical.f90.

◆ positionvector_3()

pure subroutine geometry_cylindrical_mod::positionvector_3 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  coords,
real, dimension(:,:,:,:), intent(out)  posvec 
)
private

Definition at line 194 of file geometry_cylindrical.f90.

◆ positionvector_4()

pure subroutine geometry_cylindrical_mod::positionvector_4 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  coords,
real, dimension(:,:,:,:,:), intent(out)  posvec 
)
private

Definition at line 205 of file geometry_cylindrical.f90.

◆ radius()

elemental real function geometry_cylindrical_mod::radius ( real, intent(in)  r,
real, intent(in)  z 
)
private

Definition at line 427 of file geometry_cylindrical.f90.

◆ radius_1()

pure subroutine geometry_cylindrical_mod::radius_1 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:), intent(in)  coords,
real, dimension(:), intent(out)  r 
)
private

Definition at line 133 of file geometry_cylindrical.f90.

◆ radius_2()

pure subroutine geometry_cylindrical_mod::radius_2 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:), intent(in)  coords,
real, dimension(:,:), intent(out)  r 
)
private

Definition at line 143 of file geometry_cylindrical.f90.

◆ radius_3()

pure subroutine geometry_cylindrical_mod::radius_3 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  coords,
real, dimension(:,:,:), intent(out)  r 
)
private

Definition at line 153 of file geometry_cylindrical.f90.

◆ radius_4()

pure subroutine geometry_cylindrical_mod::radius_4 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  coords,
real, dimension(:,:,:,:), intent(out)  r 
)
private

Definition at line 163 of file geometry_cylindrical.f90.

◆ scalefactors()

elemental subroutine geometry_cylindrical_mod::scalefactors ( real, intent(in)  r,
real, intent(out)  hr,
real, intent(out)  hphi,
real, intent(out)  hz 
)
private

Definition at line 416 of file geometry_cylindrical.f90.

◆ scalefactors_1()

pure subroutine geometry_cylindrical_mod::scalefactors_1 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:), intent(in)  coords,
real, dimension(:), intent(out)  hx,
real, dimension(:), intent(out)  hy,
real, dimension(:), intent(out)  hz 
)
private

Definition at line 93 of file geometry_cylindrical.f90.

◆ scalefactors_2()

pure subroutine geometry_cylindrical_mod::scalefactors_2 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:), intent(in)  coords,
real, dimension(:,:), intent(out)  hx,
real, dimension(:,:), intent(out)  hy,
real, dimension(:,:), intent(out)  hz 
)
private

Definition at line 103 of file geometry_cylindrical.f90.

◆ scalefactors_3()

pure subroutine geometry_cylindrical_mod::scalefactors_3 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:), intent(in)  coords,
real, dimension(:,:,:), intent(out)  hx,
real, dimension(:,:,:), intent(out)  hy,
real, dimension(:,:,:), intent(out)  hz 
)
private

Definition at line 113 of file geometry_cylindrical.f90.

◆ scalefactors_4()

pure subroutine geometry_cylindrical_mod::scalefactors_4 ( class(geometry_cylindrical), intent(in)  this,
real, dimension(:,:,:,:,:), intent(in)  coords,
real, dimension(:,:,:,:), intent(out)  hx,
real, dimension(:,:,:,:), intent(out)  hy,
real, dimension(:,:,:,:), intent(out)  hz 
)
private

Definition at line 123 of file geometry_cylindrical.f90.

Variable Documentation

◆ geometry_name

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

Definition at line 75 of file geometry_cylindrical.f90.