ansys.fluent.core.systemcoupling#
Module containing System Coupling-related functionality.
Classes:
|
Provides region data. |
|
Wrap a System Coupling object, adding methods to discover more about the System Coupling related setup and to help solving a System Coupling analysis. |
|
Provides variable data. |
- class ansys.fluent.core.systemcoupling.Region(name, display_name, topology, input_variables, output_variables)#
Bases:
object
Provides region data.
Attributes:
- class ansys.fluent.core.systemcoupling.SystemCoupling(solver)#
Bases:
object
Wrap a System Coupling object, adding methods to discover more about the System Coupling related setup and to help solving a System Coupling analysis.
Methods
get_variables()
Get variables
get_regions()
Get regions
get_analysis_type()
Get analysis type
connect()
Connect parallelly
solve()
Initialize and solve
Methods:
__init__
(solver)Initialize SystemCoupling.
connect
(host, port, name)Connect to System Coupling.
Get analysis type.
Get regions.
Get variables.
solve
()Initialize and solve.
Attributes:
Get participant type.
- __init__(solver)#
Initialize SystemCoupling.
- connect(host, port, name)#
Connect to System Coupling.
- get_analysis_type()#
Get analysis type.
- get_regions()#
Get regions.
- get_variables()#
Get variables.
- solve()#
Initialize and solve.