Skip to content

module myna.application.openfoam.mesh_part_vtk.app

Defines application behavior for openfoam/mesh_part_vtk.


class OpenFOAMMeshPartVTK

Create part meshes from STL geometry and export to VTK format.

method OpenFOAMMeshPartVTK.__init__

__init__()

property OpenFOAMMeshPartVTK.component

Return the corresponding component class. This will be None if class name is not in the Component lookup dictionary


property OpenFOAMMeshPartVTK.name


property OpenFOAMMeshPartVTK.path


property OpenFOAMMeshPartVTK.template

Set the path to the template directory based on the path to the app directory


method OpenFOAMMeshPartVTK.configure

configure()

Configure each case directory by copying the template.


method OpenFOAMMeshPartVTK.create_mesh

create_mesh(case_dir, scale_factor, coarse_res, refinement_level)

Create OpenFOAM mesh and export VTK for a case directory.


method OpenFOAMMeshPartVTK.execute

execute()

Execute all case directories and write expected Myna output files.


method OpenFOAMMeshPartVTK.parse_execute_arguments

parse_execute_arguments()

Parse execute-step arguments.


This file was automatically generated via lazydocs.