The Open FUSION Toolkit 1.0.0-8905cc5
Modeling tools for plasma and fusion research and engineering
|
Interpolation class for uniform source with simple tokamak representation.
Public Member Functions | |
procedure | delete (self) |
Delete reconstruction object. | |
procedure(oft_bfem_interp), deferred | interp (self, cell, f, gop, val) |
Reconstruct field. | |
procedure | interp (self, cell, f, gop, val) |
Evaluate source. | |
Public Attributes | |
real(r8) | a = 0.d0 |
Minor radius. | |
real(r8) | delta = 0.d0 |
Triangularity. | |
integer(i4) | dim = 0 |
Dimension of field. | |
real(r8) | kappa = 1.d0 |
Elongation. | |
class(oft_bmesh), pointer | mesh => NULL() |
Mesh for interpolation. | |
class(bfem_interp), pointer | parent => NULL() |
Parent interpolator. | |
real(r8), dimension(2) | x0 = [1.d0,0.d0] |
Center point. | |
|
inherited |
Delete reconstruction object.
|
pure virtualinherited |
Reconstruct field.
procedure interp | ( | class(circular_curr), intent(inout) | self, |
integer(4), intent(in) | cell, | ||
real(8), dimension(:), intent(in) | f, | ||
real(8), dimension(3,3), intent(in) | gop, | ||
real(8), dimension(:), intent(out) | val | ||
) |
Evaluate source.
[in,out] | self | Interpolation object |
[in] | cell | Cell for interpolation |
[in] | f | Position in cell in logical coord [3] |
[in] | gop | Logical gradient vectors at f [3,3] |
[out] | val | Reconstructed field at f [1] |
real(r8) a = 0.d0 |
Minor radius.
real(r8) delta = 0.d0 |
Triangularity.
|
inherited |
Dimension of field.
real(r8) kappa = 1.d0 |
Elongation.
|
inherited |
Mesh for interpolation.
|
inherited |
Parent interpolator.
real(r8), dimension(2) x0 = [1.d0,0.d0] |
Center point.