12namespace unique_variable
136 real* result)
const override;
141 std::vector<real>
_R;
142 std::vector<real>
_L;
143 std::vector<real>
_C;
154 mutable std::vector<std::vector<real>>
_LC,
_LR;
Base Class for physics applications.
Definition: wmapplication.h:93
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
Class to set RHS for N-module RLC circuit with discharging capacitor, resistance, and inductance,...
Definition: submodule_rlc_with_load_rhs.h:76
std::vector< std::vector< real > > _L_inv
Definition: submodule_rlc_with_load_rhs.h:153
const std::vector< int > & getInputVariableIndexes(int flag) const override
Grab input variable indices.
Definition: submodule_rlc_with_load_rhs.h:101
const std::vector< int > & getOutputVariableIndexes(int flag) const override
Grab output variable indices.
Definition: submodule_rlc_with_load_rhs.h:121
real _R_line
Definition: submodule_rlc_with_load_rhs.h:145
std::vector< std::vector< real > > _LR
Definition: submodule_rlc_with_load_rhs.h:154
std::vector< real > _C
Definition: submodule_rlc_with_load_rhs.h:143
std::vector< std::vector< real > > _C_inv
Definition: submodule_rlc_with_load_rhs.h:153
real _L_line
Definition: submodule_rlc_with_load_rhs.h:144
real _R_max_multiplier
Definition: submodule_rlc_with_load_rhs.h:149
void setup(const WxCryptSet &wxc) override
Setup.
real _R_high
Definition: submodule_rlc_with_load_rhs.h:148
void evaluate_function(const real *q, const real *aux, const solverVariables_t *pSV, real *result) const override
Redefinition of the function evaluator.
std::vector< std::vector< real > > _LC
Definition: submodule_rlc_with_load_rhs.h:154
SubmoduleRLCWithLoadRHS()
Constructor.
std::vector< real > _L
Definition: submodule_rlc_with_load_rhs.h:142
std::vector< real > _R_time
Definition: submodule_rlc_with_load_rhs.h:155
const std::vector< int > & getAuxiliaryVariableIndexes(int flag) const override
Grab auxiliary variable indices.
Definition: submodule_rlc_with_load_rhs.h:111
std::vector< int > _vload_idcs
Definition: submodule_rlc_with_load_rhs.h:140
std::vector< int > _QI_idcs
Definition: submodule_rlc_with_load_rhs.h:139
int _N
Definition: submodule_rlc_with_load_rhs.h:146
std::vector< real > _R
Definition: submodule_rlc_with_load_rhs.h:141
std::vector< std::vector< real > > _R_tot
Definition: submodule_rlc_with_load_rhs.h:153
~SubmoduleRLCWithLoadRHS() override
Destructor.
real _transition_width
Definition: submodule_rlc_with_load_rhs.h:150
std::vector< real > _firetimes
Definition: submodule_rlc_with_load_rhs.h:147
list apps
Definition: shock_tube.py:33
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
Definition: wmapplication.h:38
#define real
Definition: wmoclunstructuredreconstruction.h:11