    

 ## On this page

  

 

 # RunOutputAttr

 Last update: 16.07.2025 

<a id="l00001" name="l00001"></a> 1\#ifndef RUNOUTPUTATTRIBUTES\_H

<a id="l00002" name="l00002"></a> 2\#define RUNOUTPUTATTRIBUTES\_H

<a id="l00003" name="l00003"></a> 3 

<a id="l00004" name="l00004"></a> 4\#include "Project/LibraryType.hpp"

<a id="l00005" name="l00005"></a> 5\#include "Project/Types.hpp"

<a id="l00006" name="l00006"></a> 6\#include "Project/Iterator.hpp"

<a id="l00007" name="l00007"></a> 7\#include &lt;string&gt;

<a id="l00008" name="l00008"></a> 8\#include &lt;vector&gt;

<a id="l00009" name="l00009"></a> 9 

<a id="l00010" name="l00010"></a> 10namespace [ansys](namespaceansys.xhtml) {

<a id="l00011" name="l00011"></a> 11namespace Project {

<a id="l00012" name="l00012"></a> 12 

<a id="l00013" name="l00013"></a>[ 13](classansys_1_1_project_1_1_run_output_attr.xhtml)class ANSYS_PROJECT_DLL [RunOutputAttr](classansys_1_1_project_1_1_run_output_attr.xhtml) {

<a id="l00014" name="l00014"></a> 14public:

<a id="l00015" name="l00015"></a> 15 virtual [~RunOutputAttr](classansys_1_1_project_1_1_run_output_attr.xhtml)() {};

<a id="l00016" name="l00016"></a> 16 

<a id="l00017" name="l00017"></a> 17 // 

<a id="l00018" name="l00018"></a> 18 virtual bool hasValue(const std::string&amp; pVar,bool pFlagInherited) const = 0;

<a id="l00019" name="l00019"></a> 19 virtual std::string getValue(const std::string&amp; pVar,bool pFlagInherited) const = 0;

<a id="l00020" name="l00020"></a> 20 virtual MetaVariableType getValueType(const std::string&amp; pVar,bool pFlagInherited) const = 0;

<a id="l00021" name="l00021"></a> 21 virtual void setValue(const std::string&amp; pVar,const std::string&amp; pValue) = 0;

<a id="l00022" name="l00022"></a> 22 

<a id="l00023" name="l00023"></a> 23 virtual int getValueInt(const std::string&amp; pVar,bool pFlagInherited) const = 0;

<a id="l00024" name="l00024"></a> 24 virtual double getValueDouble(const std::string&amp; pVar,bool pFlagInherited) const = 0;

<a id="l00025" name="l00025"></a> 25 virtual void setValueInt(const std::string&amp; pVar,int pValue) = 0;

<a id="l00026" name="l00026"></a> 26 virtual void setValueDouble(const std::string&amp; pVar,double pValue) = 0;

<a id="l00027" name="l00027"></a> 27 

<a id="l00028" name="l00028"></a> 28 std::vector&lt;std::string&gt; getValues(const std::vector&lt;std::string&gt;&amp; pVars,bool pFlagInherited) const;

<a id="l00029" name="l00029"></a> 29 

<a id="l00030" name="l00030"></a> 30 static const std::string sVarTime;

<a id="l00031" name="l00031"></a> 31 static const std::string sVarSolverIteration;

<a id="l00032" name="l00032"></a> 32 static const std::string sVarIndex;

<a id="l00033" name="l00033"></a> 33 

<a id="l00034" name="l00034"></a> 34 static const std::string sVarCrankAngle;

<a id="l00035" name="l00035"></a> 35 

<a id="l00036" name="l00036"></a> 36 static const std::string sVarCaseId;

<a id="l00037" name="l00037"></a> 37 static const std::string sVarInputSettingsId;

<a id="l00038" name="l00038"></a> 38 static const std::string sVarDomainTransformationId;

<a id="l00039" name="l00039"></a> 39 static const std::string sVarPhysicsId;

<a id="l00040" name="l00040"></a> 40 static const std::string sVarOutputSettingsId;

<a id="l00041" name="l00041"></a> 41 

<a id="l00042" name="l00042"></a> 42 static const std::string sVarMeshId;

<a id="l00043" name="l00043"></a> 43 static const std::string sVarTopologyId;

<a id="l00044" name="l00044"></a> 44 static const std::string sVarConnectivityId;

<a id="l00045" name="l00045"></a> 45 static const std::string sVarCoordinatesId;

<a id="l00046" name="l00046"></a> 46 

<a id="l00047" name="l00047"></a> 47 static const std::string sVarLocationId;

<a id="l00048" name="l00048"></a> 48 

<a id="l00049" name="l00049"></a> 49 // Convenience API

<a id="l00050" name="l00050"></a> 50 int getIndex() const;

<a id="l00051" name="l00051"></a> 51 int getSolverIteration() const;

<a id="l00052" name="l00052"></a> 52 double getTime() const;

<a id="l00053" name="l00053"></a> 53 void setIndex(int pValue);

<a id="l00054" name="l00054"></a> 54 void setSolverIteration(int pValue);

<a id="l00055" name="l00055"></a> 55 void setTime(double pValue);

<a id="l00056" name="l00056"></a> 56 

<a id="l00057" name="l00057"></a> 57 double getCrankAngle() const;

<a id="l00058" name="l00058"></a> 58 void setCrankAngle(double pValue);

<a id="l00059" name="l00059"></a> 59 

<a id="l00060" name="l00060"></a> 60 int getCaseId() const; // deprecated

<a id="l00061" name="l00061"></a> 61 int getInputSettingsId() const;

<a id="l00062" name="l00062"></a> 62 int getDomainTransformationId() const;

<a id="l00063" name="l00063"></a> 63 int getPhysicsId() const;

<a id="l00064" name="l00064"></a> 64 int getOutputSettingsId() const;

<a id="l00065" name="l00065"></a> 65 int getMeshId() const;

<a id="l00066" name="l00066"></a> 66 int getTopologyId() const;

<a id="l00067" name="l00067"></a> 67 int getConnectivityId() const;

<a id="l00068" name="l00068"></a> 68 int getCoordinatesId() const;

<a id="l00069" name="l00069"></a> 69 int getLocationId() const;

<a id="l00070" name="l00070"></a> 70 void setCaseId(int pValue); // deprecated

<a id="l00071" name="l00071"></a> 71 void setInputSettingsId(int pValue);

<a id="l00072" name="l00072"></a> 72 void setDomainTransformationId(int pValue);

<a id="l00073" name="l00073"></a> 73 void setPhysicsId(int pValue);

<a id="l00074" name="l00074"></a> 74 void setOutputSettingsId(int pValue);

<a id="l00075" name="l00075"></a> 75 void setMeshId(int pValue);

<a id="l00076" name="l00076"></a> 76 void setTopologyId(int pValue);

<a id="l00077" name="l00077"></a> 77 void setConnectivityId(int pValue);

<a id="l00078" name="l00078"></a> 78 void setCoordinatesId(int pValue);

<a id="l00079" name="l00079"></a> 79 void setLocationId(int pValue);

<a id="l00080" name="l00080"></a> 80 

<a id="l00081" name="l00081"></a> 81 [Iterator](classansys_1_1_project_1_1_iterator.xhtml) getFirstIteratorForCurrentCaseId() const;

<a id="l00082" name="l00082"></a> 82 [Iterator](classansys_1_1_project_1_1_iterator.xhtml) getFirstIteratorForCurrentPhysicsId() const;

<a id="l00083" name="l00083"></a> 83 [Iterator](classansys_1_1_project_1_1_iterator.xhtml) getFirstIteratorForCurrentInputSettingsId() const;

<a id="l00084" name="l00084"></a> 84 [Iterator](classansys_1_1_project_1_1_iterator.xhtml) getFirstIteratorForCurrentDomainTransformationId() const;

<a id="l00085" name="l00085"></a> 85 [Iterator](classansys_1_1_project_1_1_iterator.xhtml) getFirstIteratorForCurrentMeshId() const;

<a id="l00086" name="l00086"></a> 86 [Iterator](classansys_1_1_project_1_1_iterator.xhtml) getFirstIteratorForCurrentTopologyId() const;

<a id="l00087" name="l00087"></a> 87 [Iterator](classansys_1_1_project_1_1_iterator.xhtml) getFirstIteratorForCurrentConnectivityId() const;

<a id="l00088" name="l00088"></a> 88 [Iterator](classansys_1_1_project_1_1_iterator.xhtml) getFirstIteratorForCurrentCoordinatesId() const;

<a id="l00089" name="l00089"></a> 89 [Iterator](classansys_1_1_project_1_1_iterator.xhtml) getFirstIteratorForCurrentLocationId() const;

<a id="l00090" name="l00090"></a> 90 [Iterator](classansys_1_1_project_1_1_iterator.xhtml) getFirstIteratorForCurrent(const std::string&amp; pVar) const;

<a id="l00091" name="l00091"></a> 91 

<a id="l00092" name="l00092"></a> 92protected:

<a id="l00093" name="l00093"></a> 93 virtual [Iterator](classansys_1_1_project_1_1_iterator.xhtml) getIterator() const = 0;

<a id="l00094" name="l00094"></a> 94 

<a id="l00095" name="l00095"></a> 95};

<a id="l00096" name="l00096"></a> 96 

<a id="l00097" name="l00097"></a> 97}

<a id="l00098" name="l00098"></a> 98}

<a id="l00099" name="l00099"></a> 99 

<a id="l00100" name="l00100"></a> 100\#endif // RUNOUTPUTATTRIBUTES\_H

[ansys::Project::Iterator](classansys_1_1_project_1_1_iterator.xhtml)

Pointer to a project location.

**Definition:** Iterator.hpp:20



[ansys::Project::RunOutputAttr](classansys_1_1_project_1_1_run_output_attr.xhtml)

Base class for Run, Output, Result - provide built-in variable set/get functions.

**Definition:** RunOutputAttr.hpp:13



[ansys](namespaceansys.xhtml)

**Definition:** API.dox:1