Template Class InductionMotor
Defined in File InductionMotor.hpp
Inheritance Relationships
Base Type
public GridKit::CircuitComponent< ScalarT, IdxT >(Template Class CircuitComponent)
Class Documentation
-
template<class ScalarT, typename IdxT>
class InductionMotor : public GridKit::CircuitComponent<ScalarT, IdxT> Declaration of a InductionMotor class.
Public Functions
-
virtual int evaluateInternalResidual() final
Evaluate all of the residuals of internal variables of the component, modifying f_.
- Returns:
An error code, or 0 if successful.
-
virtual int evaluateExternalResidual() final
Evaluate all of the residuals of external variables of the component, modifying f_.
- Returns:
An error code, or 0 if successful.
-
virtual int evaluateInternalResidual() final