session_solver_lite#

Module containing class encapsulating Fluent connection.

********PRESENTLY SAME AS SOLVER WITH A SWITCH TO SOLVER*********

Classes:

SolverLite([fluent_connection])

Encapsulates a Fluent - Solver(Lite) session connection.

class ansys.fluent.core.session_solver_lite.SolverLite(fluent_connection=None)#

Bases: Solver

Encapsulates a Fluent - Solver(Lite) session connection. SolverLite(Session) holds the top-level objects for solver TUI and settings objects calls.

Methods:

__init__([fluent_connection])

SolverLite session.

switch_to_full_solver()

A switch to move to the full-solver session from solver-lite.

__init__(fluent_connection=None)#

SolverLite session.

Args:

fluent_connection (fluent_connection): Encapsulates a Fluent connection.

switch_to_full_solver()#

A switch to move to the full-solver session from solver-lite.