Stellarator and Tokamak Modeling and Meshing Software (STOMMS)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Flux Class Reference

Public Member Functions

void setSimEdgeToFlux (pGEdge ge)
 

Public Attributes

int planeNumber = 0
 
double psiNormOnFlux
 
std::vector< EdgeedgesOnFlux
 
double nodeSpacingOnFlux
 
CurveType curveType = CurveType::None
 
std::vector< SeparatrixLegseparatrixLegs
 
std::vector< PointfieldPoints
 
PhysicsPoint xPoint
 

Detailed Description

A class to contain the information fo a flux curve.

Member Function Documentation

◆ setSimEdgeToFlux()

void Flux::setSimEdgeToFlux ( pGEdge  ge)

To set a model edge to the flux curve.

Parameters
gemodel edge.

Member Data Documentation

◆ curveType

CurveType Flux::curveType = CurveType::None

◆ edgesOnFlux

std::vector<Edge> Flux::edgesOnFlux

◆ fieldPoints

std::vector<Point> Flux::fieldPoints

◆ nodeSpacingOnFlux

double Flux::nodeSpacingOnFlux

◆ planeNumber

int Flux::planeNumber = 0

◆ psiNormOnFlux

double Flux::psiNormOnFlux

◆ separatrixLegs

std::vector<SeparatrixLeg> Flux::separatrixLegs

◆ xPoint

PhysicsPoint Flux::xPoint