shell_conduction#

class ansys.fluent.core.solver.tui_241.main_menu.define.models.shell_conduction(service, version, mode, path)#

Bases: TUIMenu

Enters the shell conduction models menu.

Classes:

enhanced_encapsulation(service, version, ...)

Enables/disables an enhanced routine for the encapsulation of coupled walls during mesh partitioning that is enabled by default when shell conduction and/or the surface to surface (S2S) radiation model is used.

multi_layer_shell(service, version, mode, path)

Enables/disables the ability to define multi-layer shell conduction for walls.

read_csv(service, version, mode, path)

Defines the shell conduction settings by reading a CSV file.

save_shell_zones(service, version, mode, path)

Enables the saving of shell zones to case files.

settings(service, version, mode, path)

Enables shell conduction and defines the settings for any wall or group of walls by manually entering the number and properties of the layers.

write_csv(service, version, mode, path)

Writes your saved shell conduction settings to a CSV file.

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

Bases: TUIMethod

Enables/disables an enhanced routine for the encapsulation of coupled walls during mesh partitioning that is enabled by default when shell conduction and/or the surface to surface (S2S) radiation model is used.

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

Bases: TUIMethod

Enables/disables the ability to define multi-layer shell conduction for walls. Note that the warped-face gradient correction (WFGC) is not supported when multi-layer shells are disabled.

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

Bases: TUIMethod

Defines the shell conduction settings by reading a CSV file.

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

Bases: TUIMethod

Enables the saving of shell zones to case files.

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

Bases: TUIMethod

Enables shell conduction and defines the settings for any wall or group of walls by manually entering the number and properties of the layers.

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

Bases: TUIMethod

Writes your saved shell conduction settings to a CSV file.