The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
oft_vector_inits.F90 File Reference

Data Types

type  cyl_taylor
 Evaluate analytic fields for the tuna can spheromak. More...
type  inf_coils
 Evaluate analytic fields for a set of straight infinite coils. More...
interface  poss_vec_eval
type  poss_vec_field
 Interpolation class for a uniform vector field. More...
type  tor_radial
 Field corresponding to a poloidal circulation in toroidal corrdinates. More...
type  uniform_field
 Interpolation class for a uniform vector field. More...

Modules

module  oft_vector_inits
 Field initializations and evaluation for common vector analytic field types.

Functions/Subroutines

subroutine cyl_taylor_eval (self, pt, val)
 Evalute analytic Taylor state fields for a cylindrical geometry.
subroutine cyl_taylor_interp (self, cell, f, gop, val)
 Evalute analytic Taylor state fields for a cylindrical geometry.
subroutine cyl_taylor_setup (self, mesh)
 Setup analytic Taylor state interpolator for a cylindrical geometry.
subroutine inf_coils_interp (self, cell, f, gop, val)
 Evalute cummulative field from all coils.
subroutine inf_coils_setup (self, mesh)
 Setup infinite coil interpolation class.
subroutine poss_vec_interp (self, cell, f, gop, val)
 Return a uniform vector field.
subroutine tor_radial_interp (self, cell, f, gop, val)
 Needs Docs.
subroutine uniform_field_interp (self, cell, f, gop, val)
 Return a uniform vector field.