fluidsimfoam.util#

Utilities for Fluidsimfoam

console

Console script functions

Functions

get_openfoam_version()

get_parallel_info([path_decompose_par_dict])

Get basic parallel informations from a decomposeParDict file

make_hex(src)

Produce a hash from a string

read_nsubdoms_from_decomposeParDict([...])

Read nsubdoms from a decomposeParDict file

fluidsimfoam.util.make_hex(src)[source]#

Produce a hash from a string

fluidsimfoam.util.read_nsubdoms_from_decomposeParDict(path_decompose_par_dict=None)[source]#

Read nsubdoms from a decomposeParDict file

fluidsimfoam.util.get_parallel_info(path_decompose_par_dict=None)[source]#

Get basic parallel informations from a decomposeParDict file

fluidsimfoam.util.get_openfoam_version()[source]#