Skip to content

module myna.application.thesis.temperature_surface_part.app

Defines application behavior for thesis/temperature_surface_part.


class ThesisTemperatureSurfacePart

3DThesis single-snapshot temperature simulation at part-layer scale.

method ThesisTemperatureSurfacePart.__init__

__init__()

property ThesisTemperatureSurfacePart.component

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


property ThesisTemperatureSurfacePart.name


property ThesisTemperatureSurfacePart.path


property ThesisTemperatureSurfacePart.template

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


method ThesisTemperatureSurfacePart.configure

configure()

Configure all workflow case directories for this step.


method ThesisTemperatureSurfacePart.configure_case

configure_case(case_dir, myna_input='myna_data.yaml')

Configure one top-surface temperature case directory.


method ThesisTemperatureSurfacePart.execute

execute()

Execute the workflow using independent or dependent scheduling.


method ThesisTemperatureSurfacePart.parse_execute_arguments

parse_execute_arguments()

Register and parse execute-stage arguments.


method ThesisTemperatureSurfacePart.parse_shared_arguments

parse_shared_arguments()

Register arguments shared by configure and execute stages.


method ThesisTemperatureSurfacePart.run_case

run_case(proc_list, check_for_existing_results=True)

Run one configured case or reuse existing snapshot output.


This file was automatically generated via lazydocs.