OpenPisco.ExternalTools.Aster.AsterStaticWriter module#

AsterStaticWriter

This is the dedicated writer file for the static analysis. We refer to the documentation of AsterCommonWriter for a more general perspective.

OpenPisco.ExternalTools.Aster.AsterStaticWriter.WriteModelisation(writeFile: TextIO, dimensionality: int, planeStress: bool = True)[source]#

Write the modelisation in file

Example: import OpenPisco.ExternalTools.Aster.AsterCommonWriter as AsterCommonWriter writeFile = AsterCommonWriter.OpenAsterParamFile(“myFile.param”) WriteModelisation(writeFile,dimensionality=3) AsterCommonWriter.CloseAsterParamFile(writeFile)

Parameters
  • writeFile (TextIO) – currently opened parameter file

  • dimensionality (int) – problem dimensionality, correspond to dimension of the mesh (either 2 or 3)

  • planeStress (bool, optional) – plane stress assumption for 2D cases only (irrelevant in 3D), by default True