WindSimulationAnalysisSettings#

Attribute Name

Data Type

Description

no

int

Object number

simulation_type

SimulationType

Simulation type

user_defined_name_enabled

bool

User-defined name enabled

name

str

Name

comment

str

Comment

assigned_to

str

Assigned to

density

float

Density | ρ

kinematic_viscosity

float

Kinematic viscosity | ν

numerical_solver

NumericalSolver

Numerical solver

finite_volume_mesh_density

float

Finite volume mesh density

maximum_number_of_iterations

int

Maximum number of iterations

mesh_refinement_type

MeshRefinementType

Mesh refinement type

snap_to_model_edges

bool

Snap to model edges

boundary_layers_checked

bool

Boundary layers checked

boundary_layers_value

int

Value of boundary layers | NL

consider_turbulence

bool

Consider turbulence…

slip_boundary_condition_on_bottom_boundary

bool

‘Slip’ boundary condition on bottom boundary

use_second_order_numerical_scheme

bool

Use second-order numerical scheme

user_defined_dimensions_of_wind_tunnel

bool

User-defined dimensions of wind tunnel

member_load_distribution

MemberLoadDistribution

Member load distribution

turbulence_model_type

TurbulenceModelType

Turbulence model type

sand_grain_roughness_height

float

Height of sand-grain roughness | Ks

roughness_constant

float

Roughness constant | Cs

user_defined_simulation_time

bool

User-defined simulation time

velocity_field

float

Velocity field | U

velocity_x_component

float

Velocity x-component | U_x

velocity_y_component

float

Velocity y-component | U_y

velocity_z_component

float

Velocity z-component | U_z

specific_turbulence_dissipation_rate

float

Specific turbulence dissipation rate | ω

start_time_for_saving_transient_results

float

Start time for saving transient results

steady_flow_from_solver

bool

Steady flow from solver

turbulence_model_type_for_initial_condition

TurbulenceModelTypeForInitialCondition

Turbulence model type for initial condition

turbulence_dissipation_rate

float

Turbulence dissipation rate | ε

turbulence_intermittency

float

Turbulence intermittency | γ_int

turbulence_kinetic_energy

float

Turbulence kinetic energy | k

turbulence_kinetic_energy_residue_monitors

float

Turbulence kinetic energy | ω

turbulence_kinetic_viscosity

float

Modified turbulence kinetic viscosity | ṽ

save_solver_data_to_continue_calculation

bool

Save solver data to continue calculation

simulation_time

float

Simulation time

pressure_field

float

Pressure field | P

residual_pressure

float

Residual pressure | P

momentum_thickness_reynolds_number

float

Momentum thickness Reynolds number | Re_θ

data_compression_error_tolerance

float

Data compression error tolerance

consider_surface_roughness

bool

Consider surface roughness

use_potential_flow_solver_for_initial_condition

bool

Use potential flow solver to calculate initial condition

id_for_export_import

str

metadata_for_export_import

str

Associated Enums#

SimulationType#

Name

SIMULATION_TYPE_STEADY_FLOW

SIMULATION_TYPE_TRANSIENT_FLOW

NumericalSolver#

Name

NUMERICAL_SOLVER_OPENFOAM

MeshRefinementType#

Name

MESH_REFINEMENT_TYPE_DISTANCE_FROM_SURFACE

MESH_REFINEMENT_TYPE_SURFACE_CURVATURE

MemberLoadDistribution#

Name

MEMBER_LOAD_DISTRIBUTION_UNIFORM

MEMBER_LOAD_DISTRIBUTION_CONCENTRATED

MEMBER_LOAD_DISTRIBUTION_TRAPEZOIDAL

TurbulenceModelType#

Name

TURBULENCE_MODEL_TYPE_OMEGA

TURBULENCE_MODEL_TYPE_EPSILON

TURBULENCE_MODEL_TYPE_LES

TurbulenceModelTypeForInitialCondition#

Name

TURBULENCE_MODEL_TYPE_FOR_INITIAL_CONDITION_OMEGA

TURBULENCE_MODEL_TYPE_FOR_INITIAL_CONDITION_EPSILON

TURBULENCE_MODEL_TYPE_FOR_INITIAL_CONDITION_LES