defines properties of a 3D logcylindrical mesh More...
Data Types | |
type | geometry_logcylindrical |
Functions/Subroutines | |
subroutine | initgeometry_logcylindrical (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) |
subroutine | finalize (this) |
elemental subroutine | scalefactors (gp, logr, phi, z, hlogr, hphi, hz) |
elemental real function | radius (gp, logr, z) |
elemental subroutine | positionvector (gp, logr, z, rx, ry, rz) |
elemental subroutine | convert2cartesian_coords (gp, logr, phi, zz, x, y, z) |
elemental subroutine | convert2curvilinear_coords (gp, x, y, z, logr, phi, zz) |
Variables | |
character(len=32), parameter | geometry_name = "logcylindrical" |
Detailed Description
defines properties of a 3D logcylindrical mesh
Function/Subroutine Documentation
◆ convert2cartesian_coords()
|
private |
Definition at line 345 of file geometry_logcylindrical.f90.
◆ convert2cartesian_coords_1()
|
private |
Definition at line 215 of file geometry_logcylindrical.f90.
◆ convert2cartesian_coords_2()
|
private |
Definition at line 226 of file geometry_logcylindrical.f90.
◆ convert2cartesian_coords_3()
|
private |
Definition at line 237 of file geometry_logcylindrical.f90.
◆ convert2cartesian_coords_4()
|
private |
Definition at line 248 of file geometry_logcylindrical.f90.
◆ convert2curvilinear_coords()
|
private |
Definition at line 359 of file geometry_logcylindrical.f90.
◆ convert2curvilinear_coords_1()
|
private |
Definition at line 259 of file geometry_logcylindrical.f90.
◆ convert2curvilinear_coords_2()
|
private |
Definition at line 270 of file geometry_logcylindrical.f90.
◆ convert2curvilinear_coords_3()
|
private |
Definition at line 281 of file geometry_logcylindrical.f90.
◆ convert2curvilinear_coords_4()
|
private |
Definition at line 292 of file geometry_logcylindrical.f90.
◆ finalize()
|
private |
Definition at line 303 of file geometry_logcylindrical.f90.
◆ initgeometry_logcylindrical()
|
private |
Definition at line 73 of file geometry_logcylindrical.f90.
◆ positionvector()
|
private |
Definition at line 334 of file geometry_logcylindrical.f90.
◆ positionvector_1()
|
private |
Definition at line 171 of file geometry_logcylindrical.f90.
◆ positionvector_2()
|
private |
Definition at line 182 of file geometry_logcylindrical.f90.
◆ positionvector_3()
|
private |
Definition at line 193 of file geometry_logcylindrical.f90.
◆ positionvector_4()
|
private |
Definition at line 204 of file geometry_logcylindrical.f90.
◆ radius()
|
private |
Definition at line 322 of file geometry_logcylindrical.f90.
◆ radius_1()
|
private |
Definition at line 131 of file geometry_logcylindrical.f90.
◆ radius_2()
|
private |
Definition at line 141 of file geometry_logcylindrical.f90.
◆ radius_3()
|
private |
Definition at line 151 of file geometry_logcylindrical.f90.
◆ radius_4()
|
private |
Definition at line 161 of file geometry_logcylindrical.f90.
◆ scalefactors()
|
private |
Definition at line 311 of file geometry_logcylindrical.f90.
◆ scalefactors_1()
|
private |
Definition at line 88 of file geometry_logcylindrical.f90.
◆ scalefactors_2()
|
private |
Definition at line 98 of file geometry_logcylindrical.f90.
◆ scalefactors_3()
|
private |
Definition at line 109 of file geometry_logcylindrical.f90.
◆ scalefactors_4()
|
private |
Definition at line 120 of file geometry_logcylindrical.f90.
Variable Documentation
◆ geometry_name
|
private |
Definition at line 65 of file geometry_logcylindrical.f90.