fluidsimfoam.params#

Base class for the params object

Functions

format_too_long_tagstart(text[, lengthmax])

get_indent_after_tag(text)

get_position_first_letter(text)

protect_characters(name)

unprotect_characters(name)

Classes

Parameters([tag, attribs, path_file, ...])

fluidsimfoam.params.get_indent_after_tag(text)[source]#
fluidsimfoam.params.get_position_first_letter(text)[source]#
fluidsimfoam.params.format_too_long_tagstart(text, lengthmax=79)[source]#
fluidsimfoam.params.protect_characters(name)[source]#
fluidsimfoam.params.unprotect_characters(name)[source]#
class fluidsimfoam.params.Parameters(tag=None, attribs=None, path_file=None, elemxml=None, hdf5_object=None, doc='', parent=None)[source]#