DPsim
Loading...
Searching...
No Matches
DPsim.h
Go to the documentation of this file.
1/* Copyright 2017-2021 Institute for Automation of Complex Power Systems,
2 * EONERC, RWTH Aachen University
3 *
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at https://mozilla.org/MPL/2.0/.
7 *********************************************************************************/
8
9#include <dpsim/Config.h>
10#include <dpsim/Simulation.h>
12#include <dpsim/Utils.h>
13
14#ifndef _MSC_VER
17#endif
18
20#include <dpsim-models/Logger.h>
21
22#ifdef WITH_CIM
24#endif
25
27
28#ifdef WITH_OPENMP
30#endif
31
32namespace DPsim {
33// #### CPS for users ####
40#ifdef WITH_CIM
41using CIMReader = CPS::CIM::Reader;
42#endif
44} // namespace DPsim
reads load profiles (csv files only) and assign them to the corresponding load object
Definition CSVReader.h:28
std::vector< Ptr > List
std::vector< Ptr > List
CPS::Domain Domain
Definition DPsim.h:38
CPS::Logger Logger
Definition DPsim.h:37
CPS::IdentifiedObject::List SystemComponentList
Definition DPsim.h:36
CPS::CSVReader CSVReader
Definition DPsim.h:43
CPS::SystemTopology SystemTopology
Definition DPsim.h:34
CPS::PhaseType PhaseType
Definition DPsim.h:39
CPS::TopologicalNode::List SystemNodeList
Definition DPsim.h:35