|
- GetName()
Returns the name of the case
|
- SetDirName(dirname)
Gives a directory for the results of the case. It can be
done only after the creation of the case and before the
first computation.
|
- GetDirName()
Returns the name of the directory of the results of the
case
|
- SetConfType(conf_type)
Defines the type of conformity for the case
|
- GetConfType()
Returns the type of conformity
|
- SetExtType(ext_type)
Defines the external type for the case
|
- GetExtType()
Returns the external type for the case
|
- GetIter0()
Returns the iteration linked to the initial mesh.
This iteration is automatically created by the module
HOMARD. It is used to connect the iterations. It is
connected to an initial mesh or to the iteration of a
previous case.
|
- AddBoundary(boundary)
Add a boundary to the definition of a case
|
- AddBoundaryGroup(boundary, group)
Add a boundary to the definition of a case
Discrete boundary:
. if all the curved lines are involved, the second
argument is an empty string.
. if only some curved lines are involved, group is
the name of the group of segments
Analytical boundary:
|
- Delete(option)
Deletes the case and all the connected iterations. The MED
file of the first mesh is kept.
- Returns an integer:
-
|
- GetState()
- Returns the state of the case:
-
|
- WriteYACSSchema(ScriptFile, DirName, MeshFile)
Writes a schema YACS relative to the case.
ScriptFile : name of the file that contains the
script to launch the computation
DirName : the directory for the computation
MeshFile : name of the file that contains the mesh
for the very first computation
|