module myna.application.thesis.parse
function load_file_lines
load_file_lines(filepath, newline='\n')
function find_keyword_line_indices
find_keyword_line_indices(file_lines, keyword, filepath)
function adjust_parameter
adjust_parameter(filepath, keyword, value)
Updates keyword value for 3DThesis input file
Keyword arguments: filepath -- filepath for the 3DThesis file to update keyword -- keyword value to update in specified file value -- value to update keyword to
function read_parameter
read_parameter(filepath, keyword)
Read the specified keyword value from file
function copy_simulation_result
copy_simulation_result(
new_file,
result_file='3DThesis/TestInputs/Data/TestSim.Final.csv'
)
Copies final simulation results to the specified folder
This file was automatically generated via lazydocs.