Go to the source code of this file.
|
| subroutine | import_field_utils::import_fields_from_json (fname, global_interp_subdict, mesh_fname, u, v, w, p, t, s_target_list, s_index_list, interpolate) |
| | Imports fields from an fld file, potentially with interpolation, with parameters provided in a JSON subdict.
|
| |
| subroutine | import_field_utils::import_fields_from_params (fname, mesh_fname, u, v, w, p, t, s_target_list, s_index_list, interpolate, tolerance, padding) |
| | Imports fields from an fld file, potentially with interpolation.
|
| |
| subroutine | import_field_utils::read_fld_file (file_name, data) |
| | Wrapper around the fld file reader. Translates a file name specified as "field0.f00132" into "field0.fld" + counter = 132.
|
| |