ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
thermostat/initialize.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2023 The ESPResSo project
3
*
4
* This file is part of ESPResSo.
5
*
6
* ESPResSo is free software: you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation, either version 3 of the License, or
9
* (at your option) any later version.
10
*
11
* ESPResSo is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
#include "
initialize.hpp
"
21
22
#include "
thermostat.hpp
"
23
24
namespace
ScriptInterface
{
25
namespace
Thermostat
{
26
27
void
initialize
(
Utils::Factory<ObjectHandle>
*
om
) {
28
om
->register_new<
Thermostat
>(
"Thermostat::Thermostat"
);
29
om
->register_new<
Langevin
>(
"Thermostat::Langevin"
);
30
om
->register_new<
Brownian
>(
"Thermostat::Brownian"
);
31
#ifdef NPT
32
om
->register_new<
IsotropicNpt
>(
"Thermostat::IsotropicNpt"
);
33
#endif
34
#ifdef WALBERLA
35
om
->register_new<
LBThermostat
>(
"Thermostat::LB"
);
36
#endif
37
#ifdef DPD
38
om
->register_new<
DPDThermostat
>(
"Thermostat::DPD"
);
39
#endif
40
#ifdef STOKESIAN_DYNAMICS
41
om
->register_new<
Stokesian
>(
"Thermostat::Stokesian"
);
42
#endif
43
om
->register_new<
ThermalizedBond
>(
"Thermostat::ThermalizedBond"
);
44
}
45
46
}
// namespace Thermostat
47
}
// namespace ScriptInterface
ScriptInterface::Thermostat::Brownian
Definition
script_interface/thermostat/thermostat.hpp:330
ScriptInterface::Thermostat::DPDThermostat
Definition
script_interface/thermostat/thermostat.hpp:429
ScriptInterface::Thermostat::IsotropicNpt
Definition
script_interface/thermostat/thermostat.hpp:363
ScriptInterface::Thermostat::LBThermostat
Definition
script_interface/thermostat/thermostat.hpp:382
ScriptInterface::Thermostat::Langevin
Definition
script_interface/thermostat/thermostat.hpp:298
ScriptInterface::Thermostat::Stokesian
Definition
script_interface/thermostat/thermostat.hpp:441
ScriptInterface::Thermostat::ThermalizedBond
Definition
script_interface/thermostat/thermostat.hpp:452
Utils::Factory
Factory template.
Definition
Factory.hpp:78
ScriptInterface::Thermostat::initialize
void initialize(Utils::Factory< ObjectHandle > *om)
Definition
thermostat/initialize.cpp:27
ScriptInterface
Definition
script_interface/accumulators/AccumulatorBase.hpp:33
ScriptInterface::get_value
T get_value(Variant const &v)
Extract value of specific type T from a Variant.
Definition
get_value.hpp:400
Thermostat
Definition
thermalized_bond.hpp:38
thermostat.hpp
initialize.hpp
src
script_interface
thermostat
initialize.cpp
Generated on Fri Nov 8 2024 02:12:53 for ESPResSo by
1.9.8