Load cases are not implemented yet. Only self weight.
IfcRelConnectsWithEccentricity
works only on some models.
edit the following in `run.py´:
# conda env with gmsh installed:
conda_gmsh_env = "gmsh"
# conda env with gmsh installed:
conda_gmsh_env = "gmsh"
# path to GMSH with .med support:
gmsh_path = "/bin/gmsh-4.11.1-Linux64/bin/gmsh"
# IFC files:
ifcFiles = [
then run
python run.py
docker container with flask that provides data from the IFC for meshing and analysis to http://localhost:8080/
Creates a mesh from the IFC using GMSH
FEM analysis using code-aster based on the docker container from aethereng/docker-codeaster
build.sh
- beam_01.ifc
- portal_01.ifc
- grid_of_beams.ifc
- structure_01.ifc
- no mesh generated for
IfcRelConnectsWithEccentricity
- no mesh generated for
- building_01.ifc
- no mesh generated for
IfcRelConnectsWithEccentricity
- no mesh generated for
- building_02.ifc
- no mesh generated for
IfcRelConnectsWithEccentricity
- no mesh generated for
- add support for load cases
- Docker image for GMSH
- fix meshing for
IfcRelConnectsWithEccentricity