ansys.fluent.core.workflow.ArgumentsWrapper#

class ansys.fluent.core.workflow.ArgumentsWrapper(task)#

Wrapper for a dictionary of task arguments.

Methods

__init__(task)

Initialize ArgumentsWrapper.

get_state([explicit_only])

Get the state of the arguments.

set_state(args)

Overwrite arguments.

update_dict(args)

Merge with arguments.