26#ifndef _SMESH_ViscousLayers2D_I_HXX_
27#define _SMESH_ViscousLayers2D_I_HXX_
31#include <SALOMEconfig.h>
32#include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
40 public virtual POA_StdMeshers::StdMeshers_ViscousLayers2D,
54 CORBA::Boolean toIgnore);
56 CORBA::Boolean GetIsToIgnoreEdges();
58 void SetTotalThickness(::CORBA::Double thickness);
59 ::CORBA::Double GetTotalThickness();
61 void SetNumberLayers(::CORBA::Short nb);
62 ::CORBA::Short GetNumberLayers();
64 void SetStretchFactor(::CORBA::Double factor);
65 ::CORBA::Double GetStretchFactor();
67 void SetGroupName(
const char* name);
86 std::vector< int > & subIDArray )
const;
90 std::vector< int > & subIDArray );
#define STDMESHERS_I_EXPORT
Definition: SMESH_StdMeshers_I.hxx:38
Definition: SMESH_Gen.hxx:68
Definition: SMESH_Hypothesis_i.hxx:53
virtual bool setObjectsDependOn(std::vector< std::string > &entryArray, std::vector< int > &subIDArray)=0
virtual void UpdateAsMeshesRestored()
This mesthod is called after completion of loading a study.
Definition: SMESH_Hypothesis_i.cxx:327
::SMESH_Hypothesis * GetImpl()
SMESH_Hypothesis_i::GetImpl.
Definition: SMESH_Hypothesis_i.cxx:236
virtual bool getObjectsDependOn(std::vector< std::string > &entryArray, std::vector< int > &subIDArray) const =0
Definition: StdMeshers_ViscousLayers2D_i.hxx:42
Hypothesis defining parameters of viscous layers.
Definition: StdMeshers_ViscousLayers2D.hxx:36
Dimension
Definition: SMESH_Hypothesis.idl:35
sequence< long > long_array
Definition: SMESH_Mesh.idl:44