emanuelhuber / FEFLOWpy

Python code for FEFLOW pre- and post-processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEFLOWpy

Python code for FEFLOW pre- and post-processing. Check also:

IFM model properties

Get the list of IFM model properties:

dir(ifm.Enum)

List of Parameter Values

Available functions:

getParamSize()
getParamValue()
getParamValues()
setParamValue()
setParamValues()
enableParamRecording()

BC conditions

{c: getattr(ifm.Enum, c) for c in dir(ifm.Enum) if c.startswith("P_BC")}

About

Python code for FEFLOW pre- and post-processing


Languages

Language:Python 100.0%