Reference page for ExtrudedBlockCircuit
Contents
- Summary
- this = ExtrudedBlockCircuit(arguments) /this = ExtrudedBlockCircuit(arguments) is a constructor.
- this.get_matrices(arguments) Get circuit matrices for a particular problem
- this.get_ndof(arguments) Number of dofs associated with the circuit, for the given
- this.init(arguments) Initialize matrices etc. for circuit.
- parsing inputs
Summary
ExtrudedBlockCircuit methods: ExtrudedBlockCircuit - is a class. get_matrices - Get circuit matrices for a particular problem init - Initialize matrices etc. for circuit. losses - parsing inputs Documentation for ExtrudedBlockCircuit doc ExtrudedBlockCircuit
PROPERTIES
- ExtrudedBlockCircuit/block_height is a property.
METHODS
Class methods are listed below. Inherited methods are not included.
this = ExtrudedBlockCircuit(arguments) /this = ExtrudedBlockCircuit(arguments) is a constructor.
this.get_matrices(arguments) Get circuit matrices for a particular problem
this.get_ndof(arguments) Number of dofs associated with the circuit, for the given
problem and type.
Nui = get_ndof(this, problem, type, pars), where
- problem = MagneticsProblem or similar
- type = string, usually "static" / "harmonic" / "stepping" Help for ExtrudedBlockCircuit/*get_ndof* is inherited from superclass CIRCUITBASE