LifeV
ZeroDimensionalDefinitions.hpp File Reference

Zero Dimensional Model Global Definitions. More...

#include <string>
#include <iostream>
#include <sstream>
#include <fstream>
#include <cmath>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/util/LifeChrono.hpp>
#include <lifev/core/util/StringUtility.hpp>
#include <lifev/core/util/Factory.hpp>
#include <lifev/core/util/FactorySingleton.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/core/fem/TimeData.hpp>
#include <lifev/core/filter/GetPot.hpp>
+ Include dependency graph for ZeroDimensionalDefinitions.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 LifeV
 Default Physical Solver.
 

Macros

#define BC_CONSTANT   1000
 
#define ZERO_DIMENTIONAL_DEFINED_ELEMENTS   6
 
#define ZERO_DIMENTIONAL_DEFINED_NODES   2
 

Enumerations

enum  ZeroDimensionalElementType {
  resistor, capacitor, inductor, diode,
  voltageSource, currentSource
}
 
enum  ZeroDimensionalNodeType { knownNode, unknownNode }
 
enum  ZeroDimensionalBCType { Current, Voltage }
 

Detailed Description

Zero Dimensional Model Global Definitions.

Version
alpha (experimental)
Date
06-02-2012
Author
Cristiano Malossi crist.nosp@m.iano.nosp@m..malo.nosp@m.ssi@.nosp@m.epfl..nosp@m.ch

Cristiano Malossi crist.nosp@m.iano.nosp@m..malo.nosp@m.ssi@.nosp@m.epfl..nosp@m.ch

Definition in file ZeroDimensionalDefinitions.hpp.

Macro Definition Documentation

◆ BC_CONSTANT

#define BC_CONSTANT   1000

Definition at line 68 of file ZeroDimensionalDefinitions.hpp.

◆ ZERO_DIMENTIONAL_DEFINED_ELEMENTS

#define ZERO_DIMENTIONAL_DEFINED_ELEMENTS   6

Definition at line 70 of file ZeroDimensionalDefinitions.hpp.

◆ ZERO_DIMENTIONAL_DEFINED_NODES

#define ZERO_DIMENTIONAL_DEFINED_NODES   2

Definition at line 71 of file ZeroDimensionalDefinitions.hpp.