File simple_conduction.hxx#
Defines
-
SIMPLE_CONDUCTION_H#
-
struct SimpleConduction : public NamedComponent<SimpleConduction>#
- #include <simple_conduction.hxx>
Simplified models of parallel heat conduction
Intended mainly for testing.
Expressions taken from: https://farside.ph.utexas.edu/teaching/plasma/lectures1/node55.html
Public Functions
-
inline SimpleConduction(std::string name, Options &alloptions, Solver*)#
Public Static Attributes
-
static constexpr auto type = "simple_conduction"#
Private Functions
-
inline virtual void transform_impl(GuardedOptions &state) override#
The implementation of the transform method. Modify the given simulation state. All components must implement this function. It will only allow the reading from/writing to state variables with the appropriate permissiosn in
state_variable_access.
-
inline SimpleConduction(std::string name, Options &alloptions, Solver*)#