|
carputils
Doxygen code documentation for the python framework controlling openCARP
|
Classes | |
| class | carputils.bundle.parfileadjustment._OCParam |
| An object of this class represents an openCARP parameter. More... | |
Namespaces | |
| carputils.bundle.parfileadjustment | |
| Functions to adjust an openCARP parameter file to be included in a bundle. | |
Functions | |
| def | carputils.bundle.parfileadjustment.get_param (param_str) |
| Query openCARP for the parameter named 'param_str' and return an _OCParam describing it. More... | |
| def | carputils.bundle.parfileadjustment.standardize_param_str (s) |
| Computes the standardized string representing a parameter. More... | |
| def | carputils.bundle.parfileadjustment.is_file_param (param) |
| Tells whether an _OCParam is a file parameter (read/write file or write directory) that requires path adjustment in a bundle. More... | |
Variables | |
| list | carputils.bundle.parfileadjustment.MESH_EXTENSIONS = ['.elem', '.pts', '.lon', '.belem', '.bpts', '.blon', '.surf'] |
| carputils.bundle.parfileadjustment.StringFileParam = namedtuple('StringFileParam', 'name type separator') | |
| list | carputils.bundle.parfileadjustment.STRING_FILEPARAMS |
| dictionary | carputils.bundle.parfileadjustment.FILE_TYPE_MAP |