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: [6] , Tabelle 13.1. More... | |
elemental subroutine | convert2curvilinear_vectors (r, phi, z, vx, vy, vz, vr, vphi, vzz) |
Reference: [6] , Tabelle 13.1. More... | |
Variables | |
character(len=32), parameter | geometry_name = "cylindrical" |
Detailed Description
defines properties of a 3D cylindrical mesh
Function/Subroutine Documentation
◆ convert2cartesian_coords()
|
private |
Definition at line 446 of file geometry_cylindrical.f90.
◆ convert2cartesian_coords_1()
|
private |
◆ convert2cartesian_coords_2()
|
private |
◆ convert2cartesian_coords_3()
|
private |
◆ convert2cartesian_coords_4()
|
private |
◆ convert2cartesian_vectors()
|
private |
Reference: [6] , Tabelle 13.1.
Definition at line 472 of file geometry_cylindrical.f90.
◆ convert2cartesian_vectors_1()
|
private |
◆ convert2cartesian_vectors_2()
|
private |
◆ convert2cartesian_vectors_3()
|
private |
◆ convert2cartesian_vectors_4()
|
private |
◆ convert2curvilinear_coords()
|
private |
Definition at line 457 of file geometry_cylindrical.f90.
◆ convert2curvilinear_coords_1()
|
private |
◆ convert2curvilinear_coords_2()
|
private |
◆ convert2curvilinear_coords_3()
|
private |
◆ convert2curvilinear_coords_4()
|
private |
◆ convert2curvilinear_vectors()
|
private |
Reference: [6] , Tabelle 13.1.
Definition at line 485 of file geometry_cylindrical.f90.
◆ convert2curvilinear_vectors_1()
|
private |
◆ convert2curvilinear_vectors_2()
|
private |
◆ convert2curvilinear_vectors_3()
|
private |
◆ convert2curvilinear_vectors_4()
|
private |
◆ finalize()
|
private |
Definition at line 407 of file geometry_cylindrical.f90.
◆ initgeometry_cylindrical()
|
private |
Definition at line 82 of file geometry_cylindrical.f90.
◆ positionvector()
|
private |
Definition at line 435 of file geometry_cylindrical.f90.
Here is the call graph for this function:

Here is the caller graph for this function:

◆ positionvector_1()
|
private |
◆ positionvector_2()
|
private |
◆ positionvector_3()
|
private |
◆ positionvector_4()
|
private |
◆ radius()
|
private |
Definition at line 426 of file geometry_cylindrical.f90.
Here is the call graph for this function:

Here is the caller graph for this function:

◆ radius_1()
|
private |
◆ radius_2()
|
private |
◆ radius_3()
|
private |
◆ radius_4()
|
private |
◆ scalefactors()
|
private |
Definition at line 415 of file geometry_cylindrical.f90.
Here is the caller graph for this function:

◆ scalefactors_1()
|
private |
◆ scalefactors_2()
|
private |
◆ scalefactors_3()
|
private |
◆ scalefactors_4()
|
private |
Variable Documentation
◆ geometry_name
|
private |
Definition at line 75 of file geometry_cylindrical.f90.