props#

TransientAdvectionDiffusion.props(element=['pore', 'throat'])#

Retrieves a list of keys that contain numerical data (i.e. “properties”)

Parameters:

element (str, list of strings) – Indicates whether ‘pore’ or ‘throat’ properties should be returned. The default is [‘pore’, ‘throat’], so both are returned.

Returns:

props – The names of all dictionary keys on the object that contain numerical data.

Return type:

list of strings