plasma_calculator
File Purpose: The main calculator class, for hookups to inherit from.
Subclassing order recommendation:
put the PlasmaCalculator class LAST in the order, to ensure methods from subclass are used.
E.g. class HookupCalculator(FooLoader, BarLoader, QuuxHaver, PlasmaCalculator).
Classes
|
DimensionlessPlasmaCalculator but with vector arithmetic and derivatives. |
|
class for plasma calculator object. |
|
PlasmaCalculator, also with fluid and jfluid. |
|
DimensionlessPlasmaCalculator but added dimensions: component, main dimensions, snaps. |
|
VectorlessPlasmaCalculator, also with fluid and jfluid. |
|
PlasmaCalculator without vector components/arithmetic/derivatives. |