s2s_parameters#

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

Bases: TUIMenu

Enters the S2S parameters menu.

Classes:

compute_clusters_and_vf_accelerated(service, ...)

.

compute_fpsc_values(service, version, mode, path)

Computes only fpsc values based on current settings.

compute_vf_accelerated(service, version, ...)

.

compute_vf_only(service, version, mode, path)

Computes/writes view factors only.

compute_write_vf(service, version, mode, path)

Computes/writes surface clusters and view factors for S2S radiation model.

enable_mesh_interface_clustering(service, ...)

Enables surface clusters on mesh interfaces.

non_participating_boundary_zones_temperature(...)

Sets temperature for the non-participating boundary zones.

print_thread_clusters(service, version, ...)

Prints the following for all boundary threads: thread-id, number of faces, faces per surface cluster, and the number of surface clusters.

print_zonewise_radiation(service, version, ...)

Prints the zonewise incoming radiation, viewfactors, and average temperature.

read_vf_file(service, version, mode, path)

Reads S2S file.

set_global_faces_per_surface_cluster(...)

Sets global value of faces per surface cluster for all boundary zones.

set_vf_parameters(service, version, mode, path)

Sets the parameters needed for the viewfactor calculations.

split_angle(service, version, mode, path)

Sets split angle for the clustering algorithm.

use_new_cluster_algorithm(service, version, ...)

Uses the new surface clustering algorithm.

use_old_cluster_algorithm(service, version, ...)

Uses the old surface clustering algorithm.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Computes only fpsc values based on current settings.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Computes/writes view factors only.

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

Bases: TUIMethod

Computes/writes surface clusters and view factors for S2S radiation model.

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

Bases: TUIMethod

Enables surface clusters on mesh interfaces.

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

Bases: TUIMethod

Sets temperature for the non-participating boundary zones.

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

Bases: TUIMethod

Prints the following for all boundary threads: thread-id, number of faces, faces per surface cluster, and the number of surface clusters.

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

Bases: TUIMethod

Prints the zonewise incoming radiation, viewfactors, and average temperature.

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

Bases: TUIMethod

Reads S2S file.

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

Bases: TUIMethod

Sets global value of faces per surface cluster for all boundary zones.

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

Bases: TUIMethod

Sets the parameters needed for the viewfactor calculations.

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

Bases: TUIMethod

Sets split angle for the clustering algorithm.

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

Bases: TUIMethod

Uses the new surface clustering algorithm.

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

Bases: TUIMethod

Uses the old surface clustering algorithm.