BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
Component_Enums.hpp File Reference
#include "typedefs.hpp"
Include dependency graph for Component_Enums.hpp:

Go to the source code of this file.

Namespaces

namespace  belfem
 USER GUIDES:
namespace  belfem::electronics

Enumerations

enum class  belfem::electronics::ComponentType {
  belfem::electronics::RESISTOR = 0 , belfem::electronics::CAPACITOR = 1 , belfem::electronics::INDUCTOR = 2 , belfem::electronics::VOLTAGESOURCE = 3 ,
  belfem::electronics::CURRENTSOURCE = 4 , belfem::electronics::SWITCH = 5 , belfem::electronics::DIODE = 6 , belfem::electronics::SUPERCONDUCTOR = 7 ,
  belfem::electronics::TERMINALPAIR = 8 , belfem::electronics::UNDEFINED = 9
}

Functions

std::string belfem::electronics::to_string (const ComponentType aComponentType)
ComponentType belfem::electronics::component_type (const string &aString)