SIMPLE_BOUNDARY_CONDITION
Specifies element and nodal boundary conditions on a set of element faces.
Type
AcuSolve Command
Syntax
SIMPLE_BOUNDARY_CONDITION("name") {parameters...}
Qualifier
User-given name.
Parameters
- shape (enumerated) [no default]
- Shape of the surfaces in this set.
- three_node_triangle or tri3
- Three-node triangle.
- four_node_quad or quad4
- Four-node quadrilateral
- six_node_triangle or tri6
- Six-node triangle.
- element_set or elem_set (string) [no default]
- User-given name of the parent element set.
- surfaces (array) [no default]
- List of element surfaces.
- surface_sets (list) [={}]
- List of surface set names (strings) to use in this simple boundary condition. When using this option, the connectivity, shape, and parent element of the surfaces are provided by the surface set container and it is unnecessary to specify the shape, element_set and surfaces parameters directly to the SIMPLE_BOUNDARY_CONDITION command. This option is used in place of directly specifying these parameters. In the event that both of the surface_sets and surfaces parameters are provided, the full collection of surface elements is read and a warning message is issued. The surface_sets option is the preferred method to specify the surface elements. This option provides support for mixed element topologies and simplifies pre-processing and post-processing.
- type (enumerated) [=wall]
- Type of the boundary surface.
- wall
- No-slip solid wall.
- auto_wall
- Automatic wall treatment.
- inflow
- Inflow boundary.
- outflow
- Outflow boundary.
- slip
- Slip surface.
- symmetry
- Plane of symmetry.
- far_field
- Either inflow or outflow depending on specified velocity.
- free_surface
- Free surface.
- inflow_type (enumerated) [=velocity]
- Type of the inflow boundary conditions. Used with inflow type.
- velocity or vel
- Nodal velocity and scalars.
- pressure or pres
- Weak pressure and nodal scalars.
- stagnation_pressure or stag_pres
- Weak stagnation pressure and nodal scalars.
- mass_flux or mass
- Integrated mass flux (equivalent to mass flow rate) and nodal scalars (except eddy viscosity).
- flow_rate or flow
- Integrated volume flux (equivalent to volumetric flow rate) and nodal scalars (except eddy viscosity).
- average_velocity or ave_vel
- Average velocity and nodal scalars (except eddy viscosity).
- gravity_wave or wave
- Nodal velocity, field and scalars for wave generator.
- atmospheric
- Atmospheric boundary layer.
- velocity_pressure_temperature
- All three variables (velocity, pressure, temperature) needed to specify supersonic inflow boundary condition. Used with compressible_navier_stokes equation.
- mach_pressure_temperature
- Another choice of the supersonic inflow boundary condition is Mach, pressure, and temperature. Used with compressible_navier_stokes equation.
- phasic
- Used to set phasic velocity for multi_field=eulerian_eulerian. If used, all velocity values for individual phases should be set from field_boundary_conditions.
- humidity_type (enumerated) [=relative_humidity]
- Type of humidity specified for the boundary condition. Used with
inflow_type for the humid-air model.
- relative_humidity
- dewpoint_temperature
- mass_fraction
- relative_humidity (real) [=0]
- Value of the relative humidity in percentage basis.
- dewpoint_temperature (real) [=0]
- Value of the dewpoint_temperature.
- mass_fraction (list)[ ]
- When humidity_type = mass_fration, field_boundary_conditions are used to specify mass fraction values of two fields.
- outflow_type (enumerated) [=auto_pressure]
- Type of the outflow boundary conditions. Used with outflow type.
- auto_pressure
- The user specified pressure is used in subsonic flow, while the user specified pressure is ignored if it is lower than the computed pressure on the outflow surface.
- fix_pressure
- Pressure is specified by you.
- free_pressure
- The user specified pressure is ignored.
- back_flow_conditions (boolean) [=off]
- Flag specifying whether to specify nodal boundary conditions for scalar variables on nodes on outflow surfaces where there is flow into the fluid domain. Used with outflow and far_field types.
- temperature_back_flow_type or temp_back (enumerated) [=value]
- How the constant temperature boundary condition is defined under back flow conditions. Used
with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires temperature.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- bulk
- Bulk average of solution over entire outflow surface.
- exiting_bulk or exit_bulk
- Bulk average of solution over subset of outflow surface that has flow exiting the domain.
- species_1_back_flow_type or species_1_back (enumerated) [=value]
- How the constant species_1 boundary condition is defined under back flow conditions. Used
with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires species_1.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- species_2_back_flow_type or species_2_back (enumerated) [=value]
- How the constant species_2 boundary condition is defined under back flow conditions. Used
with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires species_s.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- species_3_back_flow_type or species_3_back (enumerated) [=value]
- How the constant species_3 boundary condition is defined under back flow conditions. Used
with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires species_3.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- species_4_back_flow_type or species_4_back (enumerated) [=value]
- How the constant species_4 boundary condition is defined under back flow conditions. Used
with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires species_4.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- species_5_back_flow_type or species_5_back (enumerated) [=value]
- How the constant species_5 boundary condition is defined under back flow conditions. Used
with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires species_5.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- species_6_back_flow_type or species_6_back (enumerated) [=value]
- How the constant species_6 boundary condition is defined under back flow conditions. Used
with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires species_6.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- species_7_back_flow_type or species_7_back (enumerated) [=value]
- How the constant species_7 boundary condition is defined under back flow conditions. Used
with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires species_7.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- species_8_back_flow_type or species_8_back (enumerated) [=value]
- How the constant species_8 boundary condition is defined under back flow conditions. Used
with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires species_8.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- species_9_back_flow_type or species_9_back (enumerated) [=value]
- How the constant species_9 boundary condition is defined under back flow conditions. Used
with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires species_9.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- field_back_flow_type or field_back (enumerated) [=value]
- How the constant field boundary condition is defined under back flow conditions. Used with
outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires field_boundary_conditions.
- field_boundary_conditions (list) [no default]
- List of field boundary conditions that are applied at this boundary. Only used for type inflow and outflow. For inflow type, the values are applied to the fields directly. For outflow type, they are applied only if back_flow_conditions=on on the nodes where the flow is inbound.
- viscoelastic_xx_back_flow_type or xxvest_back (enumerated) [=value]
- How the constant viscoelastic_xx_stress boundary condition is defined under back flow
conditions. Used with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires viscoelastic_xx_stress.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- viscoelastic_yy_back_flow_type or yyvest_back (enumerated) [=value]
- How the constant viscoelastic_yy_stress boundary condition is defined under back flow
conditions. Used with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires viscoelastic_yy_stress.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- viscoelastic_zz_back_flow_type or zzvest_back (enumerated) [=value]
- How the constant viscoelastic_zz_stress boundary condition is defined
under back flow conditions. Used with outflow and far_field
types with back_flow_conditions=on.
- value
- Specified value. Requires viscoelastic_zz_stress.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- viscoelastic_xy_back_flow_type or xyvest_back (enumerated) [=value]
- How the constant viscoelastic_xy_stress boundary condition is defined under back flow
conditions. Used with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires viscoelastic_xy_stress.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- viscoelastic_yz_back_flow_type or yzvest_back (enumerated) [=value]
- How the constant viscoelastic_yz_stress boundary condition is defined under back flow
conditions. Used with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires viscoelastic_yz_stress.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- viscoelastic_zx_back_flow_type or zxvest_back (enumerated) [=value]
- How the constant viscoelastic_zx_stress boundary condition is defined under back flow
conditions. Used with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires viscoelastic_zx_stress.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- eddy_viscosity_back_flow_type or eddy_back (enumerated) [=value]
- How the constant eddy_viscosity boundary condition is defined under back flow conditions.
Used with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires eddy_viscosity.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- kinetic_energy_back_flow_type or tke_back (enumerated) [=value]
- How the constant turbulence_kinetic_energy boundary condition is defined under back flow
conditions. Used with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires kinetic_energy.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- eddy_frequency_back_flow_type or tomega_back (enumerated) [=value]
- How the constant turbulence eddy_frequency boundary condition is defined under back flow
conditions. Used with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires eddy_frequency.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- dissipation_rate_back_flow_type or teps_back (enumerated) [=value]
- How the constant turbulence dissipation_rate boundary condition is defined under back flow
conditions. Used with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires dissipation_rate.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- intermittency_back_flow_type or tintc_back (enumerated) [=value]
- How the constant turbulence transition intermittency boundary condition is defined under
back flow conditions. Used with outflow and far_field types
with back_flow_conditions=on.
- value
- Specified value. Requires intermittency.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- transition_re_theta_back_flow_type or treth_back (enumerated) [=value]
- How the constant turbulence dissipation_rate boundary condition is defined under back flow
conditions. Used with outflow and far_field types with
back_flow_conditions=on.
- value
- Specified value. Requires transition_re_theta.
- area_average or area_ave
- Average of solution over entire outflow surface.
- exiting_area_average or exit_area_ave
- Area average of solution over subset of outflow surface that has flow exiting the domain.
- mass_flux_average
- Mass flux average of solution over entire outflow surface.
- exiting_mass_flux_average
- Mass flux average of solution over subset of outflow surface that has flow exiting the domain.
- precedence (integer) (=1)
- Precedence of the nodal boundary conditions defined here with respect to others defined elsewhere. Highest value has precedence on a per-variable basis.
- reference_frame (string) [=none]
- User-given name of the reference frame for transforming velocity boundary conditions. If none, or if there are no velocity boundary conditions, no transformation takes place. Used with wall, inflow, slip, and symmetry types.
- reference_frame_type (enumerated) [=direct]
- Type of reference frame. Used with inflow type, wall
type, auto_wall type and farfield type.
- direct
- Defined explicitly through the reference_frame identifier.
- inherited
- reference_frame is inherited from parent element set. Requires auto_wall type.
- inflow_velocity_type (enumerated) [=cartesian]
- Type of the inflow velocity. Used with inflow type and
velocity inflow type.
- cartesian
- Velocity in cartesian coordinates. Requires x_velocity, y_velocity, and z_velocity.
- cylindrical
- Velocity in cylindrical coordinates. Requires cylinder_axis, axial_velocity, radial_velocity, and tangential_velocity.
- spherical
- Radial velocity component in spherical coordinates, other two components are zero. Requires sphere_center and radial_velocity.
- normal
- Velocity component normal to surface, other two components are zero. Requires normal_velocity.
- waves list (={})
- List of wave boundary conditions to generate waves at the inflow surface. Used with inflow type and gravity_wave inflow type.
- heavy_fluid_velocity (array) (={0,0,0})
- Velocity of the heavier fluid when used for a multiphase problem with two fluids and a stable interface. Used with inflow type and gravity_wave inflow_type.
- light_fluid_velocity (array) (={0,0,0})
- Velocity of the lighter fluid when used for a multiphase problem with two fluids and a stable interface. Used with inflow type and gravity_wave inflow type.
- wave_damping (boolean) (=on)
- Flag specifying whether to apply wave damping near the outflow surface. If off, no wave damping is applied near the outflow surface. Used with outflow type.
- wall_velocity_type (enumerated) [=match_mesh_velocity]
- Type of the wall velocity. Used with wall type.
- zero
- Velocity is zero.
- match_mesh_velocity
- Velocity matches velocity of the mesh.
- cartesian
- Velocity in cartesian coordinates. Requires x_velocity, y_velocity, and z_velocity.
- cylindrical
- Velocity in cylindrical coordinates. Requires cylinder_axis, axial_velocity, radial_velocity, and tangential_velocity.
- spherical
- Radial velocity component in spherical coordinates, other two components are zero. Requires sphere_center and radial_velocity.
- normal
- Velocity component normal to surface, other two components are zero. Requires normal_velocity.
- cylinder_axis (array) [={0,0,0; 0,1,0}]
- Coordinates of two points that define the axis of the cylinder. Used with inflow type and velocity inflow type and cylindrical inflow velocity type, or with wall type and cylindrical wall velocity type.
- sphere_center (array) [={0,0,0}]
- Coordinates of the center of the sphere. Used with inflow type and velocity inflow type and spherical inflow velocity type, or with wall type and spherical wall velocity type.
- x_velocity or xvel (real) [=0]
- Value of the x-velocity. Used with inflow type and velocity inflow type and cartesian inflow velocity type, or with wall type and cartesian wall velocity type.
- x_velocity_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the x-velocity boundary condition value. If none, no scaling is performed. Used with x_velocity.
- y_velocity or yvel (real) [=0]
- Value of the y-velocity. Used with inflow type and velocity inflow type and cartesian inflow velocity type, or with wall type and cartesian wall velocity type.
- y_velocity_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the y-velocity boundary condition value. If none, no scaling is performed. Used with y_velocity.
- z_velocity or zvel (real) [=0]
- Value of the z-velocity. Used with inflow type and velocity inflow type and cartesian inflow velocity type, or with wall type and cartesian wall velocity type.
- z_velocity_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the z-velocity boundary condition value. If none, no scaling is performed. Used with z_velocity.
- axial_velocity (real) [=0]
- Value of the axial velocity. Used with inflow type and velocity inflow type and cylindrical inflow velocity type, or with wall type and cylindrical wall velocity type.
- axial_velocity_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the axial velocity boundary condition value. If none, no scaling is performed. Used with axial_velocity.
- radial_velocity (real) [=0]
- Value of the radial velocity. Used with inflow type and velocity inflow type and cylindrical and spherical inflow velocity types, or with wall type and cylindrical and spherical wall velocity types.
- radial_velocity_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the radial velocity boundary condition value. If none, no scaling is performed. Used with radial_velocity.
- tangential_velocity (real) [=0]
- Value of the tangential velocity. Used with inflow type and velocity inflow type and cylindrical inflow velocity type, or with wall type and cylindrical wall velocity type.
- tangential_velocity_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the tangential velocity boundary condition value. If none, no scaling is performed. Used with tangential_velocity.
- normal_velocity (real) [=0]
- Value of the normal velocity. Used with inflow type and velocity inflow type and normal inflow velocity type, or with wall type and normal wall velocity type.
- normal_velocity_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the normal velocity boundary condition value. If none, no scaling is performed. Used with normal_velocity.
- mass_flux or mass (real) >0 [=1]
- Value of the integrated mass flux. Used with inflow type and mass_flux inflow type.
- mass_flux_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the integrated mass flux value. If none, no scaling is performed. Used with inflow type and mass_flux inflow type.
- flow_rate or flow (real) >0 [=1]
- Value of the integrated flow rate. Used with inflow type and flow_rate inflow type.
- flow_rate_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the integrated flow rate value. If none, no scaling is performed. Used with inflow type and flow_rate inflow type.
- average_velocity or ave_vel (real) >0 [=1]
- Value of the average velocity. Used with inflow type and average_velocity inflow type.
- average_velocity_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the average velocity value. If none, no scaling is performed. Used with inflow type and average_velocity inflow type.
- inflow_mach_number_type (enumerated) [=cartesian]
- Type of the inflow mach number. Used with inflow type and
mach_pressure_temperature type.
- cartesian
- Mach number in cartesian coordinates.
- normal
- Mach number component normal to surface, the other two components are zero.
- mach_number (real) [=0]
- Value of the Mach number. Used with inflow type and compressible_navier_stokes.
- mach_number_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the mach number boundary condition value. If none, no scaling is performed. Used with mach_number.
- mach_number_dir (array) [={1,0,0}]
- Mach number direction. Used with inflow type, mach_pressure_temperature inflow_type and inflow_mach_number_type as well as far_field type.
- pressure or pres (real) [=0]
- Value of the pressure. Used with outflow, far_field, and free_surface types, and inflow type with pressure inflow type.
- pressure_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the pressure boundary condition value. If none, no scaling is performed. Used with pressure.
- pressure_loss_factor (real) >=0 [=0]
- Coefficient of a pressure loss term added/subtracted to outflow/inflow pressure boundary conditions. Used with outflow, far_field, and free_surface types, and inflow type with pressure inflow type.
- pressure_loss_factor_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the pressure loss factor. Used with outflow, far_field, and free_surface types, and inflow type with pressure inflow type. If none, no scaling is performed.
- hydrostatic_pressure (boolean) [=off]
- Flag specifying whether to add hydrostatic pressure to pressure and stagnation pressure boundary conditions. Used with outflow, far_field, and free_surface types, and inflow type with pressure and stagnation_pressure inflow types.
- hydrostatic_pressure_origin (array) [={0,0,0}]
- Coordinates of any location where the hydrostatic pressure is zero. Used with hydrostatic_pressure=on.
- stagnation_pressure or stag_pres (real) [=0]
- Value of the stagnation pressure. Used with inflow type and stagnation_pressure inflow type.
- stagnation_pressure_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the stagnation pressure boundary condition value. If none, no scaling is performed. Used with stagnation_pressure.
- temperature_type or temp_type (enumerated) [=flux]
- Type of the thermal boundary condition. Used with wall type.
- none
- No thermal boundary condition.
- value
- Nodal boundary condition.
- flux
- Heat flux boundary condition.
- temperature or temp (real) [=0]
- Value of the temperature. Used with inflow type, and wall type with value temperature type. Also used with outflow and far_field types when back_flow_conditions = on.
- temperature_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the temperature boundary condition value. If none, no scaling is performed. Used with temperature.
- temperature_coupling_type (enumerated) [= tied]
- Type of the temperature boundary condition used for thermal simulations for the
nodes/elements of this SIMPLE_BOUNDARY_CONDITION command that match up with
elements/nodes of a MESH_BOUNDARY_CONDITION of
type=external_code. In the event that no matching
MESH_BOUNDARY_CONDITION of
type=external_code is found for the elements within
this SIMPLE_BOUNDARY_CONDITION command, this parameter is ignored.
- none
- No temperature coupling with external code.
- tied
- Temperature coupling with external code.
- heat_flux or heat (real) [=0]
- Value of the heat flux. Used with wall type and flux temperature type.
- heat_flux_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the heat flux boundary condition value. If none, no scaling is performed. Used with heat_flux.
- convective_heat_coefficient (real) [=0]
- Value of the convective heat coefficient. Used with wall type and flux temperature type.
- convective_heat_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the convective heat coefficient value. If none, no scaling is performed. Used with convective_heat_coefficient.
- convective_heat_reference_temperature (real) [=273.15]
- Value of the reference temperature associated with the convective heat coefficient. Used with wall type and flux temperature type.
- nucleate_boiling (boolean) [=off]
- Flag specifying whether to activate single-phase nucleate boiling on walls. If off, single-phase nucleate-boiling is not applied. Used with wall type.
- species_1_type or spec1_type (enumerated) [=flux]
- Type of the species_1 boundary condition. Used with wall type.
- value
- Nodal boundary condition.
- flux
- Flux boundary condition.
- species_1 or spec1 (real) [=0]
- Value of the species_1. Used with inflow type, and wall type with value species_1 type. Also used with outflow and far_field types when back_flow_conditions = on.
- species_1_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_1 boundary condition value. If none, no scaling is performed. Used with species_1.
- species_1_flux (real) [=0]
- Value of the species_1 flux. Used with wall type and species_1 type.
- species_1_flux_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_1 flux boundary condition value. If none, no scaling is performed. Used with species_1_flux.
- species_2_type or spec2_type (enumerated) [=flux]
- Type of the species_2 boundary condition. Used with wall type.
- value
- Nodal boundary condition.
- flux
- Flux boundary condition.
- species_2 or spec2 (real) [=0]
- Value of the species_2. Used with inflow type, and wall type with value species_2 type. Also used with outflow and far_field types when back_flow_conditions = on.
- species_2_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_2 boundary condition value. If none, no scaling is performed. Used with species_2.
- species_2_flux (real) [=0]
- Value of the species_2 flux. Used with wall type and flux species_2 type.
- species_2_flux_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_2_flux boundary condition value. If none, no scaling is performed. Used with species_2_flux.
- species_3_type or spec3_type (enumerated) [=flux]
- Type of the species_3 boundary condition. Used with wall type.
- value
- Nodal boundary condition.
- flux
- Flux boundary condition.
- species_3 or spec3 (real) [=0]
- Value of the species_3. Used with inflow type, and wall type with value species_3 type. Also used with outflow and far_field types when back_flow_conditions = on.
- species_3_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_3 boundary condition value. If none, no scaling is performed. Used with species_3.
- species_3_flux (real) [=0]
- Value of the species_3 flux. Used with wall type and flux species_3 type.
- species_3_flux_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_3_flux boundary condition value. If none, no scaling is performed. Used with species_3_flux.
- species_4_type or spec4_type (enumerated) [=flux]
- Type of the species_4 boundary condition. Used with wall type.
- value
- Nodal boundary condition.
- flux
- Flux boundary condition.
- species_4 or spec4 (real) [=0]
- Value of the species_4. Used with inflow type, and wall type with value species_4 type. Also used with outflow and far_field types when back_flow_conditions = on.
- species_4_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_4 boundary condition value. If none no scaling is performed. Used with species_4.
- species_4_flux (real) [=0]
- Value of the species_4 flux. Used with wall type and flux species_4 type.
- species_4_flux_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_4_flux boundary condition value. If none, no scaling is performed. Used with species_4_flux.
- species_5_type or spec5_type (enumerated) [=flux]
- Type of the species_5 boundary condition. Used with wall type.
- value
- Nodal boundary condition.
- flux
- Flux boundary condition.
- species_5 or spec5 (real) [=0]
- Value of the species_5. Used with inflow type, and wall type with value species_5 type. Also used with outflow and far_field types when back_flow_conditions = on.
- species_5_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_5 boundary condition value. If none, no scaling is performed. Used with species_5.
- species_5_flux (real) [=0]
- Value of the species_5 flux. Used with wall type and flux species_5 type.
- species_5_flux_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_5 flux boundary condition value. If none, no scaling is performed. Used with species_5_flux.
- species_6_type or spec6_type (enumerated) [=flux]
- Type of the species_6 boundary condition. Used with wall type.
- value
- Nodal boundary condition.
- flux
- Flux boundary condition.
- species_6 or spec6 (real) [=0]
- Value of the species_6. Used with inflow type, and wall type with value species_6 type. Also used with outflow and far_field types when back_flow_conditions = on.
- species_6_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_6 boundary condition value. If none, no scaling is performed. Used with species_6.
- species_6_flux (real) [=0]
- Value of the species_6 flux. Used with wall type and flux species_6 type.
- species_6_flux_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_6 flux boundary condition value. If none, no scaling is performed. Used with species_6_flux.
- species_7_type or spec7_type (enumerated) [=flux]
- Type of the species_7 boundary condition. Used with wall type.
- value
- Nodal boundary condition.
- flux
- Flux boundary condition.
- species_7 or spec7 (real) [=0]
- Value of the species_7. Used with inflow type, and wall type with value species_7 type. Also used with outflow and far_field types when back_flow_conditions=on.
- species_7_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_7 boundary condition value. If none, no scaling is performed. Used with species_7.
- species_7_flux (real) [=0]
- Value of the species_7 flux. Used with wall type and flux species_7 type.
- species_7_flux_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_7 flux boundary condition value. If none, no scaling is performed. Used with species_7_flux.
- species_8_type or spec8_type (enumerated) [=flux]
- Type of the species_8 boundary condition. Used with wall type.
- value
- Nodal boundary condition.
- flux
- Flux boundary condition.
- species_8 or spec8 (real) [=0]
- Value of the species_8. Used with inflow type, and wall type with value species_8 type. Also used with outflow and far_field types when back_flow_conditions = on.
- species_8_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_8 boundary condition value. If none no scaling is performed. Used with species_8.
- species_8_flux (real) [=0]
- Value of the species_8 flux. Used with wall type and flux species_8 type.
- species_8_flux_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_8 flux boundary condition value. If none, no scaling is performed. Used with species_8_flux.
- species_9_type or spec9_type (enumerated) [=flux]
- Type of the species_9 boundary condition. Used with wall type.
- value
- Nodal boundary condition.
- flux
- Flux boundary condition.
- species_9 or spec9 (real) [=0]
- Value of the species_9. Used with inflow type, and wall type with value species_9 type. Also used with outflow and far_field types when back_flow_conditions = on.
- species_9_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_9 boundary condition value. If none, no scaling is performed. Used with species_9.
- species_9_flux (real) [=0]
- Value of the species_9 flux. Used with wall type and flux species_9 type.
- species_9_flux_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the species_9 flux boundary condition value. If none, no scaling is performed. Used with species_9_flux.
- maintain_ambient_turbulence or amb_turb (boolean) [=off]
- Flag specifying whether to maintain inflow turbulence intensity throughout the domain. Valid for all two-equation turbulence models. Used with inflow type, velocity inflow_type and farfield type.
- synthetic_turbulence (boolean) [=off]
- Flag specifying whether to activate the synthetic turbulence feature at inflow. Used with velocity, atmospheric inflow type. This command is only activated when synthetic_turbulence_input_type in turbulence_model_parameters is set to k_omega (or k_epsilon).
- turbulence_input_type (enumerated) [=direct]
- Type of turbulence input at inflow. Used with inflow type, with
velocity, pressure, stagnation_pressure,
inflow_type and farfield type.
- direct
- Direct specification of turbulence quantities. Requires associated turbulent value associated with selected turbulence model.
- auto
- Automatic definition for turbulence input. Valid for all turbulence models.
- intensity_length_scale or tilen
- Specifies turbulence quantities based on turbulence_intensity and length_scale. Valid for all turbulence models.
- intensity_viscosity_ratio or tivr
- Specifies turbulence quantities based on turbulence_intensity and viscosity_ratio. Valid for two-equation turbulence models.
- viscosity_ratio or vr
- Specifies turbulence quantities based on viscosity_ratio. Valid for the spalart_allmaras turbulence model.
- turbulence_flow_type (enumerated) [=internal]
- Type of turbulence flow type at inflow. Used with inflow type, with
velocity, pressure,
stagnation_pressure, inflow_type and
farfield type.
- internal
- Specifies turbulent state at inflow for internal flows. Used with turbulence_input_type auto, intensity_length_scale and intensity_viscosity_ratio.
- external
- Specifies turbulent state at inflow for external flows. Used with turbulence_input_type auto, intensity_length_scale and intensity_viscosity_ratio.
- turbulence_intensity_type (enumerated) [=auto]
- Type of turbulence intensity at inflow. Used with inflow type and
velocity, pressure, and
stagnation_pressure inflow types. Also used with
outflow and far_field types when
back_flow_conditions = on.
- auto
- Automatic definition for turbulence intensity. Valid for all turbulence models.
- value
- User specified turbulence intensity at inflow.
- low
- Specifies turbulence intensity for low turbulence inflow simulations.
- medium
- Specifies turbulence intensity for medium turbulence inflow simulations.
- high
- Specifies turbulence intensity for high turbulence inflow simulations.
- percent_turbulence_intensity (real) [=0.1]
- Value of the turbulence intensity at the inflow. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- turbulence_velocity_scale (real) [=0.0]
- Value of the inflow velocity scale used to compute turbulent properties. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- turbulence_length_scale (real) [=0.0]
- Value of the inflow length scale used to compute turbulent properties. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- turbulence_viscosity_ratio (real) [=0.1]
- Value of the inflow turbulence viscosity ratio used to compute turbulent properties. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- viscoelastic_xx_stress or xxvest [=0]
- Value of the viscoelastic xx stress component. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- viscoelastic_xx_stress_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the viscoelastic xx stress boundary condition value. If none, no scaling is performed. Used with viscoelastic_xx_stress.
- viscoelastic_yy_stress or yyvest [=0]
- Value of the viscoelastic yy stress component. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- viscoelastic_yy_stress_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the viscoelastic yy stress boundary condition value. If none, no scaling is performed. Used with viscoelastic_yy_stress.
- viscoelastic_zz_stress or zzvest [=0]
- Value of the viscoelastic zz stress component. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- viscoelastic_zz_stress_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the viscoelastic zz stress boundary condition value. If none, no scaling is performed. Used with viscoelastic_zz_stress.
- viscoelastic_xy_stress or xyvest [=0]
- Value of the viscoelastic xy stress component. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- viscoelastic_xy_stress_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the viscoelastic xy stress boundary condition value. If none, no scaling is performed. Used with viscoelastic_xy_stress.
- viscoelastic_yz_stress or yzvest [=0]
- Value of the viscoelastic yz stress component. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- viscoelastic_yz_stress_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the viscoelastic yz stress boundary condition value. If none, no scaling is performed. Used with viscoelastic_yz_stress.
- viscoelastic_zx_stress or zxvest [=0]
- Value of the viscoelastic zx stress component. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- viscoelastic_zx_stress_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the viscoelastic zx stress boundary condition value. If none, no scaling is performed. Used with viscoelastic_zx_stress.
- eddy_viscosity or eddy (real) [=0]
- Value of the kinematic eddy viscosity. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- eddy_viscosity_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the eddy viscosity boundary condition value. If none, no scaling is performed. Used with eddy_viscosity.
- kinetic_energy or tke (real) [=0]
- Value of the turbulent kinetic energy. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- kinetic_energy_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the turbulent kinetic energy boundary condition value. If none, no scaling is performed. Used with kinetic_energy.
- eddy_frequency or tomega (real) [=0]
- Value of the turbulent eddy frequency. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- eddy_frequency_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the turbulent eddy frequency boundary condition value. If none, no scaling is performed. Used with eddy_frequency.
- dissipation_rate or teps (real) [=0]
- Value of the turbulent dissipation rate. Used with inflow type and velocity, pressure, and stagnation_pressure inflow types. Also used with outflow and far_field types when back_flow_conditions = on.
- dissipation_rate_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the turbulent dissipation rate boundary condition value. If none, no scaling is performed. Used with dissipation_rate.
- turbulence_wall_type (enumerated) [=wall_function]
- Type of the turbulence wall modeling. Used with wall type.
- none
- No wall modeling. When this option is set, the surface does not participate in the wall distance calculation for turbulence and no wall modeling is performed.
- low_reynolds_number or low_re
- Low Reynolds number damping functions.
- wall_function or func
- Turbulence wall function.
- running_average_wall_function
- Turbulence wall function based on running average variables.
- roughness_height (real) >=0 [=0]
- Average wall roughness height. Used with low_reynolds_number, wall_function, and running_average_wall_function turbulence wall types.
- granular_wall_specularity (real) >=0, <=1 [=1]
- Specularity for granular flows. Used to control the interaction between solid particles and wall. free-slip (=0.0), no-slip (=1.0), partial slip (>0, <1).
- wall_function_heat_flux_factor >=1 [=1]
- Constant factor used to scale the turbulent thermal conductivity within the first element off the wall. Used with turbulence_wall_type = wall_function and running_average_wall_function .
- non_reflecting_factor (real) >=0 [=0]
- Amount of non-reflecting modification. If zero, there is no effect. If one, waves can pass through the boundary without reflection. Used with pressure variable with outflow type and mass_flux variable with inflow type. Turning on both non_reflecting_bc_running_average_field and running_average specifies the use of running average fields to enhance the performance of non-reflective boundary conditions when flow = navier_stokes is used. When flow = compressible_navier_stokes is set, the running_average option does not need to be turned on.
- surface_tension_model (string) [=none]
- User-given name of the surface tension model. If none, surface tension is not modeled. Used with free_surface type. This parameter has been migrated to the MESH_BOUNDARY_CONDITION command.
- contact_angle_model (string) [=none]
- User-given name of the contact angle model. If none, the default contact angle model is used. Used with surface_tension_model and multi_field=levelset, levelset_bfecc, and eulerian_eulerian as well as wall_type.
- mesh_displacement_type (enumerated) [=fixed]
- Type of the wall for mesh displacement boundary conditions. Not used with
free_surface type. This parameter has been migrated to the
MESH_BOUNDARY_CONDITION command.
- none
- No mesh displacement boundary conditions.
- fixed
- Mesh fixed to the wall.
- slip
- Mesh slips tangentially along the wall.
- flexible_body
- Mesh follows a flexible body. Requires flexible_body.
- guide_surface
- Mesh follows a guide surface. Requires guide_surface.
- flexible_body (string) [=none]
- User-given name of the FLEXIBLE_BODY command. Used with flexible_body mesh displacement type. This parameter has been migrated to the MESH_BOUNDARY_CONDITION command.
- nodal_x_modes (array) [no default]
- Array of node number (first column) and x-component eigenvector values (last num_modes columns, where num_modes is given by the FLEXIBLE_BODY command referenced by flexible_body). Nodes must match those referenced in the surface. Used with flexible_body mesh displacement type. This parameter has been migrated to the MESH_BOUNDARY_CONDITION command.
- nodal_y_modes (array) [no default]
- Array of node number (first column) and y-component eigenvector values (last num_modes columns, where num_modes is given by the FLEXIBLE_BODY command referenced by flexible_body). Nodes must match those referenced in the surface. Used with flexible_body mesh displacement type. This parameter has been migrated to the MESH_BOUNDARY_CONDITION command.
- nodal_z_modes (array) [no default]
- Array of node number (first column) and z-component eigenvector values (last num_modes columns, where num_modes is given by the FLEXIBLE_BODY command referenced by flexible_body). Nodes must match those referenced in the surface. Used with flexible_body mesh displacement type. This parameter has been migrated to the MESH_BOUNDARY_CONDITION command.
- guide_surface (string) [=none]
- User-given name of the GUIDE_SURFACE command. Used with guide_surface mesh displacement type. This parameter has been migrated to the MESH_BOUNDARY_CONDITION command.
- mesh_motion (string) [=none]
- User-given name of the MESH_MOTION command for determining mesh displacement boundary conditions. If none, this parameter has no effect. Used with fixed and flexible_body mesh displacement types. This parameter has been migrated to the MESH_BOUNDARY_CONDITION command.
- split_internal_surfaces (boolean) [=off]
- Option to automatically split the nodes on internal surfaces that require two boundary conditions, that is, cases that include baffles, sliding mesh or thermal interfaces.
- gap_factor (real) >=0 [=1]
- Non-dimensional (with respect to the length of an element face) maximum gap allowed for two element faces to be in contact. No maximum if zero.
- gap (real) >= 0 [=0]
- Dimensional maximum gap allowed for two element faces to be in contact. No maximum if zero.
- crease_angle or angle (real) >=0 <=180 [=90]
- Maximum angle between face normals allowed for two element faces to be in contact. No maximum if zero.
- active_type (enumerated) [=all]
- Type of the active flag. Determines which surfaces in this set will have boundary
conditions imposed by this command.
- all
- All surfaces in this set are active.
- none
- No surface in this set is active.
- no_interface
- Only surfaces that are not in an interface surface set or do not find a contact surface of an appropriate medium are active.
- atmospheric_roughness_type (enumerated) (=suburb)
- Type of the surface roughness for atmospheric boundary layer. Provides typical terrain
types and user specified input.
- user_value
- User specification of roughness height.
- ocean
- Use roughness height for ocean (0.001m).
- low_grass
- Use roughness height for low grass (0.02m).
- high_grass
- Use roughness height for high grass (0.06m).
- forest
- Use roughness height for forest (1.0m).
- suburb
- Use roughness height for suburb (0.3m).
- town
- Use roughness height for town (1.0m).
- city
- Use roughness height for city (2.5m).
- atmospheric_reference_velocity_type (enumerated) (=friction_velocity)
- Type of the reference velocity for atmospheric boundary layer.
- friction_velocity
- Use ground friction velocity.
- sample_height_velocity
- Use height and corresponding velocity.
- atmospheric_ground_roughness (real) (=0.001)
- Value of roughness height if atmospheric_roughness_type = user_value.
- atmospheric_friction_velocity (real) (=1.0)
- Value of friction velocity if atmospheric_reference_velocity_type = friction_velocity.
- atmospheric_sample_velocity (real) (=5.0)
- Value of reference velocity if atmospheric_reference_velocity_type = sample_height_velocity.
- atmospheric_sample_height (real) (=10.0)
- Value of reference height if atmospheric_reference_velocity_type = sample_height_velocity.
- atmospheric_ground_origin (array) (={0,0,0})
- Array of origin location for atmospheric boundary layer, specified in the global xyz coordinate system.
- atmospheric_ground_normal_dir (array) (={0,0,1})
- Array of ground normal direction for atmospheric boundary layer, specified in the global xyz coordinate system.
- atmospheric_flow_dir (array) (={1,0,0})
- Array of flow direction for atmospheric boundary layer, specified in the global xyz coordinate system.
- electric_potential_type or elecp_type (enumerated) [=flux]
- Type of the electric potential/current boundary condition. Used with wall type.
- none
- No electric potential boundary condition.
- value
- Nodal electric potential boundary condition.
- flux
- Current density or current boundary condition. Current density is the default condition.
- electric_potential or elecP (real) [=0]
- Value of the electric potential. The default value is 0V or the ground potential.
- electric_potential_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the electric potential boundary condition value. If none, no scaling is performed. Used with electric_potential.
- electric_current_density (real) [=0]
- Value of the electric current density normal to a surface. The default value is 0 A/m^2.
- electric_current_density_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the electric current density boundary condition value. If none, no scaling is performed. Used with electric_current_density.
- electric_current (real) [=0]
- Value of the current at a surface. The default value is 0 A. If current is defined the value of current density is ignored.
- electric_current_multiplier_function (string) [=none]
- User-given name of the multiplier function for scaling the electric current boundary condition value. If none, no scaling is performed. Used with electric_current.
Description
ELEMENT_SET( "flow elements" ) {
shape = four_node_tet
elements = { ...
4, 2, 5, 6, 8 ;
5, 2, 6, 3, 5 ;
... }
...
}
SIMPLE_BOUNDARY_CONDITION( "heated wall" ) {
type = wall
shape = three_node_triangle
element_set = "flow elements"
surfaces = { 4, 41, 2, 5, 6 ;
5, 51, 5, 6, 3 ; }
wall_velocity_type = match_mesh_velocity
temperature_type = flux
heat_flux = 50
convective_heat_coefficient = 0
convective_heat_reference_temperature = 300
turbulence_wall_type = wall_function
roughness_height = 0.001
}
defines all the necessary boundary conditions for a no-slip wall with an imposed heat flux of 50 on two surfaces of the element set "flow elements".
- Element Shape
- Surface Shape
- four_node_tet
- three_node_triangle
- five_node_pyramid
- three_node_triangle
- five_node_pyramid
- four_node_quad
- six_node_wedge
- three_node_triangle
- six_node_wedge
- four_node_quad
- eight_node_brick
- four_node_quad
- ten_node_tet
- six_node_triangle
The surfaces parameter contains the faces of the element set. This parameter is a multi-column array. The number of columns depends on the shape of the surface. For three_node_triangle, this parameter has five columns, corresponding to the element number, of the parent element set, a unique, within this set, surface number, and the three nodes of the element face. For four_node_quad, surfaces has six columns, corresponding to the element number, a surface number, and the four nodes of the element face. For six_node_triangle, surfaces has eight columns, corresponding to the element number, a surface number, and the six nodes of the element face. One row per surface must be given. The three, four, or six nodes of the surface may be in any arbitrary order, since they are reordered internally based on the parent element definition.
4 41 2 5 6
5 51 5 6 3
SIMPLE_BOUNDARY_CONDITION( "heated wall" ) {
type = wall
shape = three_node_triangle
element_set = "flow elements"
surfaces = Read( "heated_wall.ebc" )
...
}
SURFACE_SET( "tri faces" ) {
surfaces = { 1, 1, 1, 2, 4 ;
2, 2, 3, 4, 6 ;
3, 3, 5, 6, 8 ; }
shape = three_node_triangle
volume_set = "tetrahedra"
}
SURFACE_SET( "quad faces" ) {
surfaces = { 1, 1, 1, 2, 4, 9 ;
2, 2, 3, 4, 6, 12 ;
3, 3, 5, 6, 8, 15 ; }
shape = four_node_quad
volume_set = "prisms"
SIMPLE_BOUNDARY_CONDITION( "heated wall" ) {
surface_sets = {"tri_faces", "quad_faces"}
...
}
tri faces
quad faces
SIMPLE_BOUNDARY_CONDITION( "heated wall" ) {
surface_sets = Read("surface_sets.srfst")
...
}
The mixed topology version of the SIMPLE_BOUNDARY_CONDITION command is preferred. This version provides support for multiple element topologies within a single instance of the command and simplifies pre-processing and post-processing. In the event that both the surface_sets and surfaces parameters are provided in the same instance of the command, the full collection of surface elements is read and a warning message is issued. Although the single and mixed topology formats of the commands can be combined, it is strongly recommended that they are not.
The kind of boundary to which boundary conditions are applied is given by type. A separate SIMPLE_BOUNDARY_CONDITION command must be issued for each type of boundary, but not for each variable. It is expected that this command will be used instead of NODAL_BOUNDARY_CONDITION and ELEMENT_BOUNDARY_CONDITION commands for the vast majority of boundary conditions. The latter commands should be needed only for complex boundary conditions on individual variables. Internally to AcuSolve, each SIMPLE_BOUNDARY_CONDITION command is replaced by the appropriate NODAL_BOUNDARY_CONDITION, ELEMENT_BOUNDARY_CONDITION and TURBULENCE_WALL commands.
The element boundary (flux) conditions are applied at the quadrature points of the surfaces. The quadrature rule is inherited from the parent element set. Nodal boundary conditions are applied at the three, four, or six nodes of each surface.
Several types of boundary surfaces are available. For each type, nodal or flux boundary conditions are defined as appropriate for every variable. If the problem does not solve for one of these variables, then its boundary condition is ignored. The set of options is limited in order to keep this command simple.
The precedence parameter applies to all variables with nodal boundary conditions created by this command. If more than one nodal boundary condition is specified for a given variable on a given node, then the boundary condition with the highest value of precedence takes precedence. This may be useful when one variable has a nodal boundary condition too complex for this command. Instead of issuing boundary condition commands for every variable, it is recommended that this command be used followed by a NODAL_BOUNDARY_CONDITION command with a higher precedence value for that one variable. See the NODAL_BOUNDARY_CONDITION command for details about precedence tie-breaking. The concept of precedence is not supported for element boundary conditions so an ELEMENT_BOUNDARY_CONDITION command cannot be used to overwrite any flux conditions defined here. Trying to do so will result in a warning message and unpredictable behavior.
By default, all velocity boundary conditions are specified with respect to the fixed (or "laboratory") reference frame. The velocity boundary conditions on a rotating wall may be non-trivial. However, the reference_frame parameter provides a convenient way of specifying these conditions. Instead of the fixed frame, velocity boundary conditions are applied in the given frame. In many cases, values of zero could then be used; for example, boundary conditions on a rotating solid body could be defined using the wall type. See the REFERENCE_FRAME command for more details. The reference_frame parameter has no effect on variables other than velocity components.
For all types of surfaces except free_surface, nodal boundary conditions on the mesh displacement are defined. For a fixed mesh displacement type, all three components of the mesh displacement vector are set to zero. For slip and symmetry, just the component normal to the surface is zero.
A simple boundary condition of type wall imposes nodal boundary conditions in the given reference frame on the x-velocity, y-velocity, z-velocity, and eddy viscosity variables. Nodal mesh displacement boundary conditions are imposed as mentioned above. Either nodal or flux boundary conditions, determined by temperature_type, species_1_type, and so on, are imposed on temperature and all species variables. The nodal boundary conditions are specified by the temperature, species_1, and so on, parameters. The element boundary conditions are specified by the heat_flux, convective_heat_coefficient, convective_heat_reference_temperature, species_1_flux, and so on, parameters. Both regular and convective heat fluxes are included. All boundary conditions on the temperature and species may be scaled by their corresponding multiplier function parameters. Defaults are used for unspecified variables.
where h is the value of the element boundary condition; T is the temperature; Tref is the reference temperature, given by reference_temperature; and Toff is the offset to convert to an absolute temperature, given by the absolute_temperature_offset parameter of the EQUATION command.
The turbulence_wall_type parameter determines the type of turbulence wall modeling: low Reynolds number, wall function, or wall function based on average field variables. The wall function may be modified by specifying an average wall roughness height, given by roughness_height. See the type and roughness_height parameters of the TURBULENCE_WALL command for details. An example for a wall with an imposed heat flux is given above.
SIMPLE_BOUNDARY_CONDITION( "heated wall" ) {
...
type = wall
wall_velocity_type = cartesian
x_velocity = 1
y_velocity = 0
z_velocity = 0
...
}
SIMPLE_BOUNDARY_CONDITION( "heated wall" ) {
type = wall
...
wall_velocity_type = cylindrical
cylinder_axis = {0, 0, 0;
0, 1, 0}
axial_velocity = 1
radial_velocity = 0
tangential_velocity = 0
...
}
where the axial direction is from the first to the second point in cylinder_axis, the radial direction is the outward normal from this line segment to the given node, and the tangential direction is determined by the right hand rule from the axial direction to the radial direction.
SIMPLE_BOUNDARY_CONDITION( "heated wall" ) {
type = wall
...
wall_velocity_type = spherical
sphere_center = {0, 0, 0}
radial_velocity = 1
...
}
where the radial direction is outward from sphere_center to the given node.
SIMPLE_BOUNDARY_CONDITION( "heated wall" ) {
type = wall
...
wall_velocity_type = normal
normal_velocity = 1
...
}
where the normal direction is taken as positive inward towards the fluid domain.
The boundary conditions on the last four wall velocity types may be scaled by their corresponding multiplier functions, given by x_velocity_multiplier_function through normal_velocity_multiplier_function.
SIMPLE_BOUNDARY_CONDITION("auto wall"){
...
type = auto_wall
temperature_type = value
temperature = 300
turbulence_wall_type = wall_function
gap = 0.0
gap_factor = 0.0
....
}
The naming convention for the automatic generated surface outputs are as follows:
AUTO elelemtSetName1 wall
AUTO elelemtSetName1 interface
AUTO elelemtSetName1 internal
AUTO elelemtSetName2 internal
AUTO elelemtSetName2 wall
Scenarios of auto_wall | Examples |
---|---|
Solid-Solid, Same Motion | Electronics cooling assembly with board+components attached. |
Solid-Solid, Different Motion | Spinning solid cylinder embedded within a solid box. |
Fluid-Solid, Same Motion | Conjugate heat transfer in a pipe (fluid/solid stationary or moving at same rate). |
Fluid-Solid, Different Motion | Solid wheel (smooth tread) rotating in a stationary fluid volume. |
Fluid-Solid, Fluid Reference Frame | Conjugate heat transfer analysis of spinning pipe. Solid exterior of pipe modeled using mesh motion, fluid interior of pipe modeled using a reference frame. |
Fluid-Fluid, Same Motion | Internal surface in a pipe that is created for output/visualization purposes only. |
Fluid-Fluid, Different Motion | Blower example with rotating impeller region and stationary outer region. |
Solid-Void | Conjugate heat transfer in a pipe. |
Fluid-Void, No Motion | External face of pipe flow case. |
Fluid-Void, Motion | External face of pipe flow where the pipe is retained via MRF or mesh motion. |
A simple boundary condition of type inflow allows the specification of several different kinds of common inflow boundary conditions. The particular kind is specified by inflow_type. For all inflow types, nodal boundary conditions are imposed as mentioned above. A velocity inflow type imposes nodal boundary conditions on the velocity, temperature, eddy viscosity, and all species variables. No element boundary conditions are imposed. The boundary conditions on the scalar variables are specified by the temperature parameters, plus an optional scaling by the corresponding temperature_multiplier_function parameters. Boundary conditions on the velocity may be specified in different coordinate systems, as determined by inflow_velocity_type. Values of cartesian, cylindrical, spherical, and normal are supported. These are used in the same way as for wall_velocity_type, see above.
SIMPLE_BOUNDARY_CONDITION( "inlet condition" ) {
...
type = inflow
inflow_type = velocity
inflow_velocity_type = cartesian
x_velocity = 1
eddy_viscosity = 1.e-03
temperature = 300
temperature_multiplier_function = "time varying"
}
MULTIPLIER_FUNCTION( "time varying" ) {
type = piecewise_linear
curve_fit_values = { 0, 1.0 ;
10, 1.0 ;
20, 1.1 ;
40, 1.2 ;
80, 1.5 ; }
curve_fit_variable = time
}
SIMPLE_BOUNDARY_CONDITION( "pressure inlet" ) {
...
type = inflow
inflow_type = stagnation_pressure
stagnation_pressure = 1000
eddy_viscosity = 1.e-03
temperature = 300
}
SIMPLE_BOUNDARY_CONDITION( "profiled inlet" ) {
...
type = inflow
inflow_type = mass_flux
mass_flux = 25
temperature = 300
}
SIMPLE_BOUNDARY_CONDITION("superSonicInlet") {
type = inflow
inflow_type = velocity_pressure_temperature
or
inflow_type = mach_pressure_temperature
}
When the specified inflow condition is subsonic, pressure is ignored, and only velocity or Mach number and temperature are used as the boundary conditions. If Mach < 1, velocity is computed by the given Mach number and temperature, while pressure is ignored. If Mach > 1, velocity is computed by the given Mach number and temperature, while pressure and temperature are fixed.
SIMPLE_BOUNDARY_CONDITION( "outlet" ) {
...
type = outflow
pressure = 0
}
SIMPLE_BOUNDARY_CONDITION( "outflow" ) {
...
type = outflow
pressure = 0
pressure_loss_factor = 100
pressure_loss_factor_multiplier_function = "pLoss_TMF"
...
}
MULTIPLIER_FUNCTION( "pLoss_TMF" ) {
type = piecewise_linear
curve_fit_values = { 1 , 1 ;
10 , 0 }
curve_fit_variable = time_step
}
GRAVITY( "gravity" ) {
type = constant
gravity = { 0, 0, -9.81 }
}
BODY_FORCE( "body force" ) {
gravity = "gravity"
...
}
ELEMENT_SET( "flow elements" ) {
body_force = "body force"
...
}
SIMPLE_BOUNDARY_CONDITION( "free surface" ) {
type = free_surface
...
pressure = 10
hydrostatic_pressure = off
}
SIMPLE_BOUNDARY_CONDITION( "outlet" ) {
type = outflow
...
pressure = 10
hydrostatic_pressure = on
hydrostatic_pressure_origin = { 0, 0, 2 }
}
Reflections of waves from inflow and outflow boundaries can be reduced by setting non_reflecting_factor to a positive value. This parameter applies to inflow types with inflow_type = mass_flux and to outflow types. For inflows only the mass flux element boundary condition is modified and for outflows only the pressure element boundary condition is modified. It is ignored for all other cases. Also, there is no effect for the constant density model unless a positive isothermal_compressibility value is specified.
Setting non_reflecting_factor = 0 has no effect; the given element boundary condition is imposed. Using a value of one gives the full effect; waves pass through the boundary without reflection but at the cost of the variable drifting away from its specified value. Other values yield a blend between these effects. Values greater than one for non_reflecting_factor may lead to instabilities for the mass flux condition. If running average fields are defined, that is, running_average = on in the EQUATION command, then an enhanced non-reflecting boundary condition is used, leading to less reflection for the same value of non_reflecting_factor. The non_reflecting_bc_running_average_field needs to be turned on for this option. When flow = compressible_navier_stokes, the running_average option does not need to be turned on; the running average files are automatically used in non- reflecting boundary conditions.
A type slip simple boundary condition imposes a zero nodal boundary condition on the normal velocity in the given reference frame. An element boundary condition of type free is imposed on the pressure, which is important for curved surfaces. A plane of symmetry can also be specified with this type.
A type symmetry simple boundary condition is mathematically equivalent to type slip. The difference is that since a plane of symmetry must be flat a single normal is computed for the whole surface. The geometry of the given surface is checked and appropriate warning or error messages are issued if it is not flat. It is highly recommended that symmetry be used instead of slip for all surfaces that are planes of symmetry.
SIMPLE_BOUNDARY_CONDITION( "far field" ) {
...
type = far_field
x_velocity = 1
y_velocity = 0
z_velocity = 0
temperature = 0
eddy_viscosity = 1.e-3
pressure = 0
}
where A is the area.
SIMPLE_BOUNDARY_CONDITION( "outlet" ) {
...
type = outflow
pressure = 0
back_flow_conditions = on
temperature_back_flow_type = value
temperature = 300.
eddy_viscosity_back_flow_type = mass_flux_average
species_1_back_flow_type = exiting_mass_flux_average
}
A type free_surface simple boundary condition imposes nodal boundary conditions on the normal component of the mesh velocity. A pressure element boundary condition is specified by the pressure parameter, plus an optional scaling by the pressure_multiplier_function parameter.
The surface_tension_model parameter provides the surface tension information for type free_surface simple boundary conditions. This parameter specifies the user-given name of a SURFACE_TENSION_MODEL command. If this parameter is not given the surface tension defaults to zero. If it is given, then in addition a contact angle at the side walls of the free surface may be specified with the contact_angle_model parameter. This parameter specifies the user-given name of a CONTACT_ANGLE_MODEL command. If contact_angle_model is not given, the contact angle defaults to 90 degrees. See the SURFACE_TENSION_MODEL command for details.
There are two primary mechanisms by which constraints can be applied to the displacement of the mesh for moving mesh simulations. The legacy approach uses the SIMPLE_BOUNDARY_CONDITION command to assign constraints for the transport variables governing the physics of the simulation, for example velocity field, turbulence fields and species equations, as well as the movement of the mesh, while the newer approach relies on the MESH_BOUNDARY_CONDITION command to control the motion of nodes. The MESH_BOUNDARY_CONDITION command enables separation of the physics of the problem from the mesh displacement controls to provide simplified case set up in the graphical user interface. The recommended modeling guideline is to use the SIMPLE_BOUNDARY_CONDITION command to assign constraints to the physics, but use the MESH_BOUNDARY_CONDITION to assign constraints to the motion of the nodes. The full set of mesh motion constraints associated with the SIMPLE_BOUNDARY_CONDITION command is still supported to provide full backward compatibility with legacy input files. However, it is recommended that these constraints be migrated to the MESH_BOUNDARY_CONDITION command.
SIMPLE_BOUNDARY_CONDITION type | MESH_BOUNDARY_CONDITION type | ||||||
---|---|---|---|---|---|---|---|
- | fixed | planar_slip | mesh_motion | free_surface | guide_surface | flexible_body | external_code |
wall | OK | OK | OK | Error | OK | OK | OK |
inflow | OK | OK | OK | Error | OK | Warning | Warning |
outflow | OK | OK | OK | Error | OK | Warning | Warning |
slip | OK | OK | OK | Error | OK | OK | OK |
symmetry | OK | OK | Error | Error | Error | Warning | Error |
far_field | OK | OK | OK | Error | OK | Error | Warning |
free_surface | Error | Error | Error | OK | Error | Warning | Error |
SIMPLE_BOUNDARY_CONDITION( "flexible surface" ) {
...
type = wall
mesh_displacement_type = flexible_body
flexible_body = "flexible body"
nodal_x_modes = Read( "channel.wet_surf.xmd" )
nodal_y_modes = Read( "channel.wet_surf.ymd" )
nodal_z_modes = Read( "channel.wet_surf.zmd" )
}
FLEXIBLE_BODY( "flexible body" ) {
equation = mesh_displacement
num_modes = 5
...
}
where the files channel.wet_surf.xmd, channel.wet_surf.ymd, and channel.wet_surf.zmd correspond to the nodal modes in the x, y, and z-directions. The format of these files the same as nodal_modes in the NODAL_BOUNDARY_CONDITION command. See also the FLEXIBLE_BODY command for details. The nodes in these files must match those referenced in surfaces. If the problem has a deforming mesh (that is, mesh is set to arbitrary_lagrangian_eulerian or specified in the EQUATION command), and mesh_displacement_type = flexible_body and wall_velocity_type = match_mesh_velocity (the default), then the given velocity conditions are ignored. Instead, the velocity is set to match the velocity of the mesh.
SIMPLE_BOUNDARY_CONDITION( "moving wall" ) {
...
type = wall
precedence = 1
surfaces = Read( "wall.ebc" )
mesh_displacement_type = fixed
mesh_motion = "moving body"
}
MESH_MOTION( "moving body" ) {
type = rigid_body
...
}
FLEXIBLE_BODY( "BladeA" ) {
equation = mesh_displacement
...
surface_outputs = { "BladeA" }
}
MESH_MOTION( "Rotation" ) {
type = rotation
...
rotation_variable = time
}
SIMPLE_BOUNDARY_CONDITION( "BladeA" ) {
...
mesh_displacement_type = flexible_body
flexible_body = "BladeA"
nodal_x_modes = Read( "BladeA.xmd" )
nodal_y_modes = Read( "BladeA.ymd" )
nodal_z_modes = Read( "BladeA.zmd" )
mesh_motion = "Rotation"
}
In some circumstances it is necessary to "turn off" or "deactivate" previously-defined boundary conditions. This is accomplished by setting the active flag through active_type. A value of all is the default and means that all surfaces in the set are active (active flag = 1) and will have the boundary conditions described above imposed on them. A value of none means that no surface is active (active flag = 0).
- The surface is not in any INTERFACE_SURFACE set; active flag = 1.
- The surface is in an INTERFACE_SURFACE set, but it does not find a contact surface; active flag = 1.
- The surface finds a contact surface of fluid medium; active flag = 0.
- The surface finds a contact surface of solid/shell medium, and the boundary condition variable is defined on the solid/shell side, currently only temperature and the heat flux variables,; active flag = 0.
- The surface finds a contact surface of solid/shell medium, and the boundary condition variable is not defined on the solid/shell side, that is, it is not temperature or one of the heat flux variables,; active flag = 1.
SIMPLE_BOUNDARY_CONDITION( "far field" ) {
...
type = far_field
x_velocity = 1
y_velocity = 0
z_velocity = 0
turbulence_input_type = direct
eddy_viscosity = 1.e-3
}
SIMPLE_BOUNDARY_CONDITION( "inflow" ) {
...
type = inflow
inflow_type = velocity
inflow_velocity_type = normal
normal_velocity = 31.1# m/sec
turbulence_input_type = direct
kinetic_energy = 0.9067 # m2/sec2
eddy_frequency = 2.55E+5
}
- turbulence_input_type = auto, used to automatically assign turbulent state based on selected turbulence equation, turbulence_intensity_type and turbulence_flow_type. Valid for all turbulence models.
- turbulence_input_type = intensity_length_scale, where the turbulent state at the inflow is approximated by the turbulence_intensity_type and length_scale. Valid for all turbulence models.
- turbulence_input_type = intensity_viscosity_ratio, where the turbulent state at the inflow is approximated by the turbulence_intensity_type and viscosity_ratio. Valid for all two-equation turbulence models.
- turbulence_input_type = viscosity_ratio, where the turbulent state at the inflow is approximated by the viscosity_ratio. Valid only for the spalart_allmaras based turbulence models.
or
or
SIMPLE_BOUNDARY_CONDITION( "farfield" ) {
...
type = far_field
x_velocity = 14.5 # m/sec
turbulence_input_type = auto
turbulence_flow_type = external
turbulence_intensity_type = auto
}
SIMPLE_BOUNDARY_CONDITION( "internal_inflow" ) {
...
type = inflow
inflow_type = velocity
inflow_velocity_type = cartesian
x_velocity = 14.5 # m/sec
turbulence_input_type = intensity_length_scale
turbulence_flow_type = internal
turbulence_intensity_type = auto
turbulence_length_scale = 0.1 #m
}
SIMPLE_BOUNDARY_CONDITION( "two_equation_farfield" ) {
...
type = far_field
x_velocity = 0.999847 # m/sec
y_velocity = 0.017452 # m/sec
z_velocity = 0.0 # m/sec
pressure = 0.0 # N/m2
turbulence_input_type = intensity_viscosity_ratio
turbulence_intensity_type = value
percent_turbulence_intensity = 0.025
turbulence_viscosity_ratio = 3.0
}
SIMPLE_BOUNDARY_CONDITION( "one_equation_farfield" ) {
...
type = far_field
x_velocity = 14.5 # m/sec
turbulence_input_type = viscosity_ratio
turbulence_viscosity_ratio = 3.0
}
SIMPLE_BOUNDARY_CONDITION( "two_equation_pressure" ) {
...
type = inflow
inflow_type = pressure
pressure = 101325.0 #Pa
turbulence_input_type = auto
turbulence_intensity_type = low
turbulence_velocity_scale = 2.0
}
The turbulence specifications are turbulence model dependent and change if the simulation includes a turbulence transition model. The following tables outline the available options for each turbulence model selection with or without the inclusion of a transition model when using inflow type, with velocity inflow_type or farfield type:
turbulence_input_type | direct |
Input Requirements | eddy_viscosity |
turbulence_intensity_type | N/A N/A |
turbulence_flow_type | N/A |
turbulence_input_type | auto |
Input Requirements | turbulence_flow_type |
turbulence_intensity_type | N/A |
turbulence_flow_type | internal external |
turbulence_viscosity_ratio | 40.0 3.0 |
turbulence_input_type | intensity_length_scale |
Input Requirements | turbulence_intensity_type
length_scale |
turbulence_intensity_type | auto low/medium/high value N/A |
Input Requirements | turbulence_flow_type turbulence_flow_type percent_turbulence_intensity length_scale |
turbulence_flow_type | internal
external internal external N/A |
percent_turbulence_intensity | 4.0
0.1 1.0/4.0/10.0 0.1/0.5/1.0 As specified |
turbulence_input_type | viscosity_ratio |
Input Requirements | turbulence_viscosity_ratio |
turbulence_viscosity_ratio | As specified |
Input Requirements | turbulence_intensity_type |
turbulence_intensity_type | auto low/medium/high value |
percent_turbulence_intensity | 0.1
0.1/0.5/1.0 As specified |
turbulence_input_type | direct |
Input Requirements | kinetic_energy eddy_frequency dissipation_rate |
turbulence_intensity_type | N/A |
turbulence_flow_type | N/A |
turbulence_input_type | auto | |
Input Requirements | turbulence_intensity_type | turbulence_flow_type |
turbulence_intensity_type | auto low/medium/high value |
|
Input Requirements | turbulence_flow_type turbulence_flow_type percent_turbulence_intensity |
|
turbulence_flow_type | internal
external internal external N/A |
|
percent_turbulence_intensity | 4.0
0.5 1.0/4.0/10.0 0.1/0.5/1.0 As specified |
turbulence_input_type | intensity_length_scale | |
Input Requirements | turbulence_intensity_type | length_scale |
turbulence_intensity_type | auto low/medium/high value |
|
Input Requirements | turbulence_flow_type
turbulence_flow_type percent_turbulence_intensity |
length_scale |
turbulence_flow_type | internal
external internal external N/A |
|
percent_turbulence_intensity | 4.0
0.5 1.0/4.0/10.0 0.1/0.5/1.0 As specified |
turbulence_intensity_type | intensity_viscosity_ratio |
Input Requirements | turbulence_intensity_type viscosity_ratio |
turbulence_intensity_type | auto low/medium/high value |
Input Requirements | turbulence_flow_type
turbulence_flow_type percent_turbulence_intensity |
turbulence_flow_type | internal
external internal external N/A |
percent_turbulence_intensity | 4.0
0.5 1.0/4.0/10.0 0.1/0.5/1.0 As specified |
SST-Gamma/Gamma-Re-Theta
turbulence_input_type | direct |
Input Requirements | kinetic_energy eddy_frequency dissipation rate |
turbulence_intensity_type | N/A |
turbulence_flow_type | N/A |
turbulence_intensity_type | intensity_viscosity_ratio |
Input Requirements | turbulence_intensity_type viscosity_ratio |
turbulence_intensity_type | auto low/medium/high value |
Input Requirements | turbulence_flow_type
turbulence_flow_type percent_turbulence_intensity viscosity_ratio |
turbulence_flow_type | internal
external internal external N/A |
percent_turbulence_intensity | 4.0
0.5 1.0/4.0/10.0 0.1/0.5/1.0 As specified |
turbulence_input_type | intensity_length_scale |
Input Requirements | turbulence_intensity_type length_scale |
turbulence_intensity_type | auto low/medium/high value |
Input Requirements | turbulence_flow_type turbulence_flow_type percent_turbulence_intensity length_scale |
turbulence_flow_type | internal
external internal external N/A |
percent_turbulence_intensity | 4.0
0.5 1.0/4.0/10.0 0.1/0.5/1.0 As specified |
turbulence_intensity_type | intensity_viscosity_ratio |
Input Requirements | turbulence_intensity_type
viscosity_ratio |
turbulence_intensity_type | auto low/medium/high value |
Input Requirements | turbulence_flow_type
turbulence_flow_type percent_turbulence_intensity viscosity_ratio |
turbulence_flow_type | internal
external internal external N/A |
percent_turbulence_intensity | 4.0
0.5 1.0/4.0/10.0 0.1/0.5/1.0 As specified |
Atmospheric Boundary Layer Inflow
SIMPLE_BOUNDARY_CONDITION( "abl_inflow" ) {
...
type = inflow
inflow_type = atmospheric
atmospheric_roughness_type = user_value
atmospheric_ground_roughness = 0.001
atmospheric_reference_velocity_type = friction_velocity
atmospheric_friction_velocity = 1.0
}
SIMPLE_BOUNDARY_CONDITION( "abl_inflow" ) {
...
type = inflow
inflow_type = atmospheric
atmospheric_roughness_type = suburb
atmospheric_reference_velocity_type = sample_height_velocity
atmospheric_sample_velocity = 5.0
atmospheric_sample_height = 10.0
}
Corresponding velocity and turbulence boundary conditions at inflow will be generated automatically. There should be an empirical ratio (30) between inflow roughness and standard wall roughness. For example, if atmospheric boundary layer inflow has a roughness of 0.001m, on the ground the standard turbulence wall function should have a roughness of 0.03m.
Topology Optimization
Simple boundary conditions are automatically applied on the adjoint velocity and pressure for topology optimization for minimum mechanical energy. Aiming at the design of ducts and manifolds and generally for internal flows, you can only have type=inflow, type=outflow or type=wall or auto_wall. For inflow the choices are: inflow_type=velocity, inflow_type=flow_rate or inflow_type=mass_flux.