ansys.fluent.core.rpvars#

Client-side service allowing access and modification of rpvars.

The primary interaction with Fluent should not be through low-level variables like rpvars but instead through the high-level object-based interfaces: solver settings objects and task-based meshing workflow.

Classes:

RPVars(eval_fn)

Access to rpvars in a specific session.

class ansys.fluent.core.rpvars.RPVars(eval_fn)#

Bases: object

Access to rpvars in a specific session.

Methods:

__init__(eval_fn)

allowed_values()

Returns list with the allowed rpvars names.

__init__(eval_fn)#
allowed_values()#

Returns list with the allowed rpvars names.

Returns:
List[str]

List with all allowed rpvars names.