Salome HOME
0022104: EDF 2550 SMESH: 2D viscous layer, allow specifying edges with viscous layer
authoreap <eap@opencascade.com>
Thu, 30 May 2013 14:21:55 +0000 (14:21 +0000)
committereap <eap@opencascade.com>
Thu, 30 May 2013 14:21:55 +0000 (14:21 +0000)
commit0ebda3344be3ef5df8ed8953f29acd7f589f6faf
treec401c00bf68f99543900074d2818ffb54a18f0cb
parentf72c7664754193e47277fbc6e3af49aa754cf51d
0022104: EDF 2550 SMESH: 2D viscous layer, allow specifying edges with viscous layer

  interface StdMeshers_ViscousLayers2D : SMESH::SMESH_Hypothesis
  {
+    void SetEdges(in SMESH::long_array edgeIDs,
+                  in boolean           toIgnore) raises (SALOME::SALOME_Exception);
+    SMESH::long_array GetEdges();
+    boolean           GetIsToIgnoreEdges();
idl/SMESH_BasicHypothesis.idl