IfcOpenShell / analysis-models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public Analysis Models for IFC2CA

This repository contains analysis models implemented within the Ifc-To-Code_Aster (IFC2CA) Project.


File Organization

  • ifcFiles: In this folder there are all the ifc files considered in the examples

  • models: Each model with all the associated script and result files will be contained in a separate folder within this folder

All model folders contain the following files:

Input:

  • {example_name}.json: json data file of the model
  • {example_name}.med: mesh file exported from Salome_Meca after executing scriptSalome
  • {example_name}.comm: command file generated from scriptCodeAster

Output:

  • {example_name}.mess: message log file of the interpreted commands in Code_Aster
  • {example_name}.rmed: result file on the mesh of the structure to visualize in Salome_Meca

Featured Models

cantilever_01

'geometry and mesh' 'result'

portal_01

'geometry and mesh' 'result'

grid_of_beams

'geometry and mesh' 'result'

slab_01

'geometry and mesh' 'result'

structure_01

'geometry and mesh' 'result'

About