SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
control_system::OptionTags::ControlSystemInputs< ControlSystem > Struct Template Reference

Option tag for each individual control system. The name of this option is the name of the ControlSystem struct it is templated on. This way all control systems will have a unique name. More...

#include <OptionTags.hpp>

Public Types

using type
using group = ControlSystemGroup

Static Public Member Functions

static std::string name ()

Static Public Attributes

static constexpr Options::String help {"Options for a control system."}

Detailed Description

template<typename ControlSystem>
struct control_system::OptionTags::ControlSystemInputs< ControlSystem >

Option tag for each individual control system. The name of this option is the name of the ControlSystem struct it is templated on. This way all control systems will have a unique name.

Details

If None is specified, this control system is not active.

Member Typedef Documentation

◆ type

template<typename ControlSystem>
using control_system::OptionTags::ControlSystemInputs< ControlSystem >::type
Initial value:
A class indicating that a parsed value can be automatically computed instead of specified.
Definition Auto.hpp:44
'None' label
Definition Auto.hpp:26

The documentation for this struct was generated from the following file:
  • src/ControlSystem/Tags/OptionTags.hpp