Skip to content

Helpers

dexter.LastClosedFluxSurface(kind: FluxCoordinate, value: float)

Helper type to define the Last Closed Flux Surface (LCFS) with respect to one of the two fluxes.

Parameters:

  • kind (FluxCoordinate) –

    The kind of initial flux.

  • value (float) –

    The flux surfaces value.

Example
LastClosedFluxSurface creation
>>> LCFS = dex.LastClosedFluxSurface(kind="Toroidal", value=0.45)

Attributes:

dexter.LastClosedFluxSurface.kind: FluxCoordinate property

The kind of initial flux.

dexter.LastClosedFluxSurface.value: float property

The flux surface's value.