26 #ifndef SIMULATOR_SIMULATORS_ANSYS_ARTISYNTHSIMULATOR_H
27 #define SIMULATOR_SIMULATORS_ANSYS_ARTISYNTHSIMULATOR_H
53 void getForce(
int index,
double force[3]);
60 virtual void createPml(
const char* inputFile,
const char* pmlFile);
73 #endif // SIMULATOR_SIMULATORS_ANSYS_ARTISYNTHSIMULATOR_H
MonitoringManager * monitoringManager
monitoring manager
Definition: Simulator.h:82
An interactive simulator is a simulator that we cannot control step by step (ex: Ansys) Entire simula...
Definition: NonInteractiveSimulator.h:38
int getMaxStep()
get the number of steps after simulation
virtual void createPml(const char *inputFile, const char *pmlFile)
Create a pml file from an imput file.
~ArtisynthSimulator()
destructor
void runArtisynth()
start Artisynth calculations
std::string artisynthPath
Artisynth binary.
Definition: ArtiSynthSimulator.h:64
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
CamiTK CamiTKDir txt file(STRINGS"${FIND_CAMITK_USER_BASE_DIR}/CamiTK/CamiTKDir.txt"FIND_CAMITK_USER_DIR_LAST_INSTALL) endif() find_program(CAMITK_CONFIG_EXECUTABLE NAMES camitk-config-debug camitk-config PATH_SUFFIXES"bin"PATHS"$
Definition: FindCamiTK.cmake:80
std::string workingDir
Artisynth working dir.
Definition: ArtiSynthSimulator.h:66
ArtisynthSimulator(MonitoringManager *monitoringManager)
constructor
void init()
initialize simulator
bool doCalc()
make entire simulation ans store results of all step
void getForce(int index, double force[3])
get current force for one atom
double getTime(int step)
get the time of simulation of a given step
void getPosition(int index, double position[3])
get current position for one atom (use parameters)
string(REGEX REPLACE"^.*-(.*)-.*""\\1"ARCH"${CAMITK_CONTINUOUS_INTEGRATION}") string(REGEX REPLACE"^.*-.*-(.*)""\\1"BUILDTYPE"$
Definition: continuous.cmake:34
Simulator class to use Artisynth as simulation engine.
Definition: ArtiSynthSimulator.h:39