ESyS-Particle  2.3.4
SphereBodyPrmsPy.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2017 by The University of Queensland //
4 // Centre for Geoscience Computing //
5 // http://earth.uq.edu.au/centre-geoscience-computing //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.apache.org/licenses/LICENSE-2.0 //
10 // //
12 
13 #ifndef ESYS_LSMSPHEREBODYPRMSPY_H
14 #define ESYS_LSMSPHEREBODYPRMSPY_H
15 
16 // --- project includes ---
19 
20 
21 
22 // --- STL includes ---
23 #include <string>
24 
25 using namespace esys::lsm;
26 
27 namespace esys
28 {
29  namespace lsm
30  {
39  {
40  public:
42  const std::string&,
43  const std::string&,
44  double
45  );
46  };
47 
48  void exportSphereBodyPrms();
49 
50  } // namespace lsm
51 } // namespace esys
52 
53 #endif // ESYS_LSMSPHEREBODYPRMSPY_H
InteractionParamsPy.h
esys::lsm::NRotElasticSphereBodyPrmsPy
wrapper for CESphereBodyIGP
Definition: SphereBodyPrmsPy.h:39
SphereBodyPrmsPy.h
Vec3Py.h
esys::lsm::exportSphereBodyPrms
void exportSphereBodyPrms()
Definition: SphereBodyPrmsPy.cpp:41
esys
Definition: CheckPointable.cpp:17
esys::lsm::NRotElasticSphereBodyPrmsPy::NRotElasticSphereBodyPrmsPy
NRotElasticSphereBodyPrmsPy(const std::string &, const std::string &, double)
Definition: SphereBodyPrmsPy.cpp:31
ESphereBodyInteractionGroup.h
CESphereBodyIGP
Interaction group parameters for CESphereBodyInteractionGroups.
Definition: ESphereBodyInteractionGroup.h:33
esys::lsm
Lattice Solid Model namespace.
Definition: CheckPointable.cpp:19