|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
Field initializations and evaluation for common scalar analytic field types.
Data Types | |
| type | oft_scalar_torus |
| Interpolation class for an axisymmetric gaussian source in toroidal geometry. More... | |
Functions/Subroutines | |
| subroutine | torus_interp (self, cell, f, gop, val) |
| Evaluate torus source. | |
| subroutine torus_interp | ( | class(oft_scalar_torus), intent(inout) | self, |
| integer(i4), intent(in) | cell, | ||
| real(r8), dimension(:), intent(in) | f, | ||
| real(r8), dimension(3,4), intent(in) | gop, | ||
| real(r8), dimension(:), intent(out) | val | ||
| ) |
Evaluate torus source.
| [in] | cell | Cell for interpolation |
| [in] | f | Position in cell in logical coord [4] |
| [in] | gop | Logical gradient vectors at f [3,4] |
| [out] | val | Reconstructed field at f [1] |