24#ifndef _GEMA_PLUGIN_ANALYTICAL_SOLVER_OPTIONS_H_
25#define _GEMA_PLUGIN_ANALYTICAL_SOLVER_OPTIONS_H_
Declaration of useful configuration definitions for the plugin library.
Basic class for storing the possible options for the analytical solver.
Definition gmpAnalyticalSolverOptions.h:36
QString _displacementAttributeName
The name of the displacement attribute. Default = "u".
Definition gmpAnalyticalSolverOptions.h:75
QString _seaFloorMeshName
The name of a sea floor mesh, defining the sea level. Default = empty.
Definition gmpAnalyticalSolverOptions.h:68
QString _stressAttributeName
The name of the stress attribute. Default = "S".
Definition gmpAnalyticalSolverOptions.h:76
QString _seaLevelDepthUnit
The unit for the mean sea level depth. If empty (default), the same unit as the source mesh is assume...
Definition gmpAnalyticalSolverOptions.h:67
QString _temperatureAttributeName
The name of the temperature attribute. Default = "T".
Definition gmpAnalyticalSolverOptions.h:74
ResultAttributes
Defines the set of output attribtes used by the solver.
Definition gmpAnalyticalSolverOptions.h:51
double _seaLevelDepth
The mean sea level depth. Ignored if a mesh was given.
Definition gmpAnalyticalSolverOptions.h:66
SourceAttributes
Defines the set of input attribtes used by the solver.
Definition gmpAnalyticalSolverOptions.h:42
QString _spatialIndexPluginType
The plugin type used to create a spatial index if a sea floor mesh was given. Default = "MmProcess....
Definition gmpAnalyticalSolverOptions.h:70
QString _strainAttributeName
The name of the strain attribute. Default = "Em" (the same used by the FEM mechanical physics)
Definition gmpAnalyticalSolverOptions.h:77
QString _pressureAttributeName
The name of the pressure attribute. Default = "P".
Definition gmpAnalyticalSolverOptions.h:73
SourceAttributes _srcAttributes
The set of input attributes. Default = automatic.
Definition gmpAnalyticalSolverOptions.h:63
ResultAttributes _resultAttributes
The set of output attributes. Default = u_s.
Definition gmpAnalyticalSolverOptions.h:64
QVariantMap _spatialIndexOptions
Table with additional options that need to be sent to the spatial index plugin.
Definition gmpAnalyticalSolverOptions.h:71