Files
IfcOpenShell/src/ifc2ca/README.md
T
Bartok a45f2fae61 docs(ifc2ca): fix script paths in README
Point scriptSalome.py at templates/salome/ and the bonded scripts at
_deprecated/, matching the current tree so README links resolve.

Generated with the assistance of an AI coding tool.
2026-07-20 09:53:35 +10:00

1.3 KiB

ifc2ca

Files and scripts for the use of Code_Aster in IFC-driven FEM analyses

File Organisation

Scripts:

  • ifc2ca.py: a python script to extract and create a json file from an ifc file
  • scriptSalome.py: a python script to run in the Salome-Meca environment. Creates the geometry and the mesh of the structure
  • scriptCodeAster.py: a python script to create the input file (.comm) for Code_Aster
  • scriptSalomeBonded.py: a python script to run in the Salome-Meca environment. Creates the geometry and the mesh of the structure by bonding together all structural elements (no connections are considered). Located under _deprecated/.
  • scriptCodeAsterBonded.py: a python script to create the input file (.comm) for Code_Aster for the "bonded" case. Located under _deprecated/.

Analysis Models

A number of analysis models with all the relative input/output and script files are provided in this repository within the IfcOpenShell Organization


Current Status

Read Change Log