BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
Component_Enums.hpp
Go to the documentation of this file.
1/*
2 * BELFEM -- The Berkeley Lab Finite Element Framework
3 * Copyright (c) 2026, The Regents of the University of California,
4 * through Lawrence Berkeley National Laboratory (subject to receipt of any required
5 * approvals from the U.S. Dept. of Energy). All rights reserved.
6 *
7 * Developers: Christian Messe, Gregory Giard
8 *
9 * See the top-level LICENSE file for the complete license and disclaimer.
10 */
11
12#ifndef BELFEM_COMPONENT_ENUMS_HPP
13#define BELFEM_COMPONENT_ENUMS_HPP
14
15#include "typedefs.hpp"
16
17namespace belfem
18{
19 namespace electronics
20 {
34
35 string
36 to_string( const ComponentType aComponentType );
37
38//------------------------------------------------------------------------------
39
41 component_type( const string & aString );
42
43//------------------------------------------------------------------------------
44 }
45}
46
47#endif //BELFEM_COMPONENT_ENUMS_HPP
Definition cl_Capacitor.cpp:18
ComponentType component_type(const string &aString)
Definition Component_Enums.cpp:73
ComponentType
Definition Component_Enums.hpp:22
@ TERMINALPAIR
Definition Component_Enums.hpp:31
@ UNDEFINED
Definition Component_Enums.hpp:32
@ DIODE
Definition Component_Enums.hpp:29
@ CURRENTSOURCE
Definition Component_Enums.hpp:27
@ SWITCH
Definition Component_Enums.hpp:28
@ VOLTAGESOURCE
Definition Component_Enums.hpp:26
@ SUPERCONDUCTOR
Definition Component_Enums.hpp:30
@ CAPACITOR
Definition Component_Enums.hpp:24
@ RESISTOR
Definition Component_Enums.hpp:23
@ INDUCTOR
Definition Component_Enums.hpp:25
USER GUIDES:
Definition cl_Capacitor.cpp:16
string to_string(const DomainType aDomainType)
Definition en_DomainType.cpp:21