Coverage for bim2sim/plugins/PluginOpenFOAM/bim2sim_openfoam/task/__init__.py: 0%

7 statements  

« prev     ^ index     » next       coverage.py v7.10.7, created at 2025-10-01 10:24 +0000

1from .init_openfoam_setup import InitializeOpenFOAMSetup 

2from .add_comfort import AddOpenFOAMComfort 

3from .create_openfoam_geometry import CreateOpenFOAMGeometry 

4from .create_openfoam_meshing import CreateOpenFOAMMeshing 

5from .set_boundary_conditions import SetOpenFOAMBoundaryConditions 

6from .run_meshing import RunOpenFOAMMeshing 

7from .run_openfoam_simulation import RunOpenFOAMSimulation 

8