module myna.application.cubit.vtk_to_exodus_region.app
Define the application class functionality for the CubitVtkToExodusApp class
class CubitVtkToExodusApp
Myna application to convert an ExaCA VTK file with an ID array into an Exodus mesh with the original ID array stored on the corresponding mesh blocks.
method CubitVtkToExodusApp.__init__
__init__(sim_type='vtk_to_exodus')
method CubitVtkToExodusApp.generate_material_id_file
generate_material_id_file(vtk_data_array, output_directory)
Convert a VTK file with a material ID field into a Cubit-compatible material id file (.spn) and return dictionary with metadata
method CubitVtkToExodusApp.get_vtk_file_data
get_vtk_file_data(vtk_file)
Extract the data object from a VTK file containing structured points
method CubitVtkToExodusApp.mesh_all_cases
mesh_all_cases()
Generate Exodus mesh files for all cases in the Myna workflow step
method CubitVtkToExodusApp.mesh_vtk_file
mesh_vtk_file(vtk_file, exodus_file)
Meshes a VTK file containing a structured points array based on the specified array name (self.args.field)
This file was automatically generated via lazydocs.