fsi#

class ansys.fluent.core.generated.solver.tui_261.main_menu.file.fsi(service, version, mode, path)#

Bases: TUIMenu

Enter the fsi menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

conserve_force(service, version, mode, path)

Conserve the forces for linear line, tri and tet elements.

display_fsi_mesh(service, version, mode, path)

Display the FEA mesh that has been read.

read_fsi_mesh(service, version, mode, path)

Read an FEA mesh for one-way FSI.

write_fsi_mesh(service, version, mode, path)

Write an FEA mesh file with Fluent data.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class conserve_force(service, version, mode, path)#

Bases: TUIMethod

Conserve the forces for linear line, tri and tet elements.

class display_fsi_mesh(service, version, mode, path)#

Bases: TUIMethod

Display the FEA mesh that has been read.

class read_fsi_mesh(service, version, mode, path)#

Bases: TUIMethod

Read an FEA mesh for one-way FSI.

class write_fsi_mesh(service, version, mode, path)#

Bases: TUIMethod

Write an FEA mesh file with Fluent data.