simscale_sdk.models package¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
Submodules¶
simscale_sdk.models.absolute_convergence_criteria module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_convergence_criteria.AbsoluteConvergenceCriteria(type='ABSOLUTE', tolerance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'tolerance': 'tolerance', 'type': 'type'}¶
- openapi_types = {'tolerance': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property tolerance¶
Gets the tolerance of this AbsoluteConvergenceCriteria. # noqa: E501
<p>Set the threshold value for the absolute convergence criterion (measured in Newtons). With this criterion, the solver considers a time step as converged if the maximum absolute residual in a Newton iteration falls below the given value.</p>Important remarks: This value is a compromise between solution time and accuracy. A larger value leads to a faster solution time at the cost of losing accuracy in each Newton iteration and possibly causing convergence problems in the following steps. # noqa: E501
- Returns:
The tolerance of this AbsoluteConvergenceCriteria. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this AbsoluteConvergenceCriteria. # noqa: E501
Schema name: AbsoluteConvergenceCriteria # noqa: E501
- Returns:
The type of this AbsoluteConvergenceCriteria. # noqa: E501
- Return type:
str
simscale_sdk.models.absolute_distance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_distance.AbsoluteDistance(type='ABSOLUTE', absolute_distance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property absolute_distance¶
Gets the absolute_distance of this AbsoluteDistance. # noqa: E501
- Returns:
The absolute_distance of this AbsoluteDistance. # noqa: E501
- Return type:
- attribute_map = {'absolute_distance': 'absoluteDistance', 'type': 'type'}¶
- openapi_types = {'absolute_distance': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AbsoluteDistance. # noqa: E501
Schema name: AbsoluteDistance # noqa: E501
- Returns:
The type of this AbsoluteDistance. # noqa: E501
- Return type:
str
simscale_sdk.models.absolute_erp_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_erp_field_selection.AbsoluteERPFieldSelection(type='ABSOLUTE_ERP', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AbsoluteERPFieldSelection. # noqa: E501
Schema name: AbsoluteERPFieldSelection # noqa: E501
- Returns:
The type of this AbsoluteERPFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.absolute_harmonic_acceleration_field_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_harmonic_acceleration_field_type.AbsoluteHarmonicAccelerationFieldType(type='ABSOLUTE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AbsoluteHarmonicAccelerationFieldType. # noqa: E501
Schema name: AbsoluteHarmonicAccelerationFieldType # noqa: E501
- Returns:
The type of this AbsoluteHarmonicAccelerationFieldType. # noqa: E501
- Return type:
str
simscale_sdk.models.absolute_harmonic_acceleration_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_harmonic_acceleration_type.AbsoluteHarmonicAccelerationType(type='ABSOLUTE', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this AbsoluteHarmonicAccelerationType. # noqa: E501
- Returns:
The complex_number of this AbsoluteHarmonicAccelerationType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AbsoluteHarmonicAccelerationType. # noqa: E501
Schema name: AbsoluteHarmonicAccelerationType # noqa: E501
- Returns:
The type of this AbsoluteHarmonicAccelerationType. # noqa: E501
- Return type:
str
simscale_sdk.models.absolute_harmonic_displacement_field_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_harmonic_displacement_field_type.AbsoluteHarmonicDisplacementFieldType(type='ABSOLUTE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AbsoluteHarmonicDisplacementFieldType. # noqa: E501
Schema name: AbsoluteHarmonicDisplacementFieldType # noqa: E501
- Returns:
The type of this AbsoluteHarmonicDisplacementFieldType. # noqa: E501
- Return type:
str
simscale_sdk.models.absolute_harmonic_displacement_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_harmonic_displacement_type.AbsoluteHarmonicDisplacementType(type='ABSOLUTE', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this AbsoluteHarmonicDisplacementType. # noqa: E501
- Returns:
The complex_number of this AbsoluteHarmonicDisplacementType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AbsoluteHarmonicDisplacementType. # noqa: E501
Schema name: AbsoluteHarmonicDisplacementType # noqa: E501
- Returns:
The type of this AbsoluteHarmonicDisplacementType. # noqa: E501
- Return type:
str
simscale_sdk.models.absolute_harmonic_velocity_field_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_harmonic_velocity_field_type.AbsoluteHarmonicVelocityFieldType(type='ABSOLUTE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AbsoluteHarmonicVelocityFieldType. # noqa: E501
Schema name: AbsoluteHarmonicVelocityFieldType # noqa: E501
- Returns:
The type of this AbsoluteHarmonicVelocityFieldType. # noqa: E501
- Return type:
str
simscale_sdk.models.absolute_harmonic_velocity_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_harmonic_velocity_type.AbsoluteHarmonicVelocityType(type='ABSOLUTE', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this AbsoluteHarmonicVelocityType. # noqa: E501
- Returns:
The complex_number of this AbsoluteHarmonicVelocityType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AbsoluteHarmonicVelocityType. # noqa: E501
Schema name: AbsoluteHarmonicVelocityType # noqa: E501
- Returns:
The type of this AbsoluteHarmonicVelocityType. # noqa: E501
- Return type:
str
simscale_sdk.models.absolute_humidity_value module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_humidity_value.AbsoluteHumidityValue(type='ABSOLUTE_HUMIDITY_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDensity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AbsoluteHumidityValue. # noqa: E501
Schema name: AbsoluteHumidityValue # noqa: E501
- Returns:
The type of this AbsoluteHumidityValue. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this AbsoluteHumidityValue. # noqa: E501
- Returns:
The value of this AbsoluteHumidityValue. # noqa: E501
- Return type:
simscale_sdk.models.absolute_passive_scalar_source module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_passive_scalar_source.AbsolutePassiveScalarSource(type='ABSOLUTE', name=None, passive_scalar_variable=None, flux=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'flux': 'flux', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'passive_scalar_variable': 'passiveScalarVariable', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property flux¶
Gets the flux of this AbsolutePassiveScalarSource. # noqa: E501
- Returns:
The flux of this AbsolutePassiveScalarSource. # noqa: E501
- Return type:
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this AbsolutePassiveScalarSource. # noqa: E501
- Returns:
The geometry_primitive_uuids of this AbsolutePassiveScalarSource. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this AbsolutePassiveScalarSource. # noqa: E501
- Returns:
The name of this AbsolutePassiveScalarSource. # noqa: E501
- Return type:
str
- openapi_types = {'flux': 'DimensionalPassiveScalarSourceRate', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'passive_scalar_variable': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property passive_scalar_variable¶
Gets the passive_scalar_variable of this AbsolutePassiveScalarSource. # noqa: E501
- Returns:
The passive_scalar_variable of this AbsolutePassiveScalarSource. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this AbsolutePassiveScalarSource. # noqa: E501
- Returns:
The topological_reference of this AbsolutePassiveScalarSource. # noqa: E501
- Return type:
- property type¶
Gets the type of this AbsolutePassiveScalarSource. # noqa: E501
Schema name: AbsolutePassiveScalarSource # noqa: E501
- Returns:
The type of this AbsolutePassiveScalarSource. # noqa: E501
- Return type:
str
simscale_sdk.models.absolute_power_source module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_power_source.AbsolutePowerSource(type='ABSOLUTE_V23', name=None, heat_flux=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'heat_flux': 'heatFlux', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this AbsolutePowerSource. # noqa: E501
- Returns:
The geometry_primitive_uuids of this AbsolutePowerSource. # noqa: E501
- Return type:
list[str]
- property heat_flux¶
Gets the heat_flux of this AbsolutePowerSource. # noqa: E501
- Returns:
The heat_flux of this AbsolutePowerSource. # noqa: E501
- Return type:
- property name¶
Gets the name of this AbsolutePowerSource. # noqa: E501
- Returns:
The name of this AbsolutePowerSource. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'heat_flux': 'DimensionalFunctionPower', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this AbsolutePowerSource. # noqa: E501
- Returns:
The topological_reference of this AbsolutePowerSource. # noqa: E501
- Return type:
- property type¶
Gets the type of this AbsolutePowerSource. # noqa: E501
<i>Power sources</i> can be used to simulate heat generation from a volume. Three types are available:<br><li><b>Absolute</b>: Used when total power emitted by the assigned volume is known.<li><b>Specific:</b> Used when power density of the assigned volume is known.<li><b>Heat exchanger:</b> Used to model a heat exchanger on a fluid region. The heat input is computed from the total conductance (U [W/K]) and the difference between the fluid temperature (T) and the heat exchanger temperature (Tref). Q = U (T - Tref). <a href=’https://www.simscale.com/docs/simulation-setup/advanced-concepts/power-sources/’ target=’_blank’>Learn more</a>. Schema name: AbsolutePowerSource # noqa: E501
- Returns:
The type of this AbsolutePowerSource. # noqa: E501
- Return type:
str
simscale_sdk.models.absolute_to_all_cad_surfaces_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.absolute_to_all_cad_surfaces_settings.AbsoluteToAllCadSurfacesSettings(type='ABSOLUTE_TO_ALL_CAD_SURFACES', minimum_cell_size=None, maximum_cell_size=None, cell_size_on_surfaces=None, enable_growth_rate=None, growth_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'cell_size_on_surfaces': 'cellSizeOnSurfaces', 'enable_growth_rate': 'enableGrowthRate', 'growth_rate': 'growthRate', 'maximum_cell_size': 'maximumCellSize', 'minimum_cell_size': 'minimumCellSize', 'type': 'type'}¶
- property cell_size_on_surfaces¶
Gets the cell_size_on_surfaces of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
- Returns:
The cell_size_on_surfaces of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
- Return type:
- property enable_growth_rate¶
Gets the enable_growth_rate of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
<p><b>Specify growth rate</b>: Define the cell size growth rate between interior cells and surface cells.</p> # noqa: E501
- Returns:
The enable_growth_rate of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
- Return type:
bool
- property growth_rate¶
Gets the growth_rate of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
The <i>Growth rate</i> defines the cell size ratio between interior cell size and surface cell size. It needs to be <b>a whole number</b> always greater than 1 and smaller or equal to 8, such that the cell size increases towards the interior of the mesh. # noqa: E501
- Returns:
The growth_rate of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
- Return type:
int
- property maximum_cell_size¶
Gets the maximum_cell_size of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
- Returns:
The maximum_cell_size of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
- Return type:
- property minimum_cell_size¶
Gets the minimum_cell_size of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
- Returns:
The minimum_cell_size of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
- Return type:
- openapi_types = {'cell_size_on_surfaces': 'DimensionalLength', 'enable_growth_rate': 'bool', 'growth_rate': 'int', 'maximum_cell_size': 'DimensionalLength', 'minimum_cell_size': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
Schema name: AbsoluteToAllCadSurfacesSettings # noqa: E501
- Returns:
The type of this AbsoluteToAllCadSurfacesSettings. # noqa: E501
- Return type:
str
simscale_sdk.models.acceleration_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.acceleration_field_selection.AccelerationFieldSelection(type='ACCELERATION', acceleration_type=None, component_selection=None, output_method=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property acceleration_type¶
Gets the acceleration_type of this AccelerationFieldSelection. # noqa: E501
- Returns:
The acceleration_type of this AccelerationFieldSelection. # noqa: E501
- Return type:
OneOfAccelerationFieldSelectionAccelerationType
- attribute_map = {'acceleration_type': 'accelerationType', 'component_selection': 'componentSelection', 'output_method': 'outputMethod', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this AccelerationFieldSelection. # noqa: E501
- Returns:
The component_selection of this AccelerationFieldSelection. # noqa: E501
- Return type:
str
- openapi_types = {'acceleration_type': 'OneOfAccelerationFieldSelectionAccelerationType', 'component_selection': 'str', 'output_method': 'str', 'type': 'str'}¶
- property output_method¶
Gets the output_method of this AccelerationFieldSelection. # noqa: E501
<p>This option allows to control the output frequency and accuracy:</p><ul><li><p><b>Post simulation:</b> Point data output is synchronised with global solution fields. Data is interpolated from nodes surrounding the geometry primitive.</p></ul><ul><li><p><b>Live:</b> Point data is output continuously during the simulation at all computed timesteps. Data is taken directly from the nearest mesh node and no interpolation is performed.</p></ul> # noqa: E501
- Returns:
The output_method of this AccelerationFieldSelection. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AccelerationFieldSelection. # noqa: E501
Schema name: AccelerationFieldSelection # noqa: E501
- Returns:
The type of this AccelerationFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.acceleration_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.acceleration_result_control_item.AccelerationResultControlItem(type='ACCELERATION', name=None, acceleration_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property acceleration_type¶
Gets the acceleration_type of this AccelerationResultControlItem. # noqa: E501
- Returns:
The acceleration_type of this AccelerationResultControlItem. # noqa: E501
- Return type:
- attribute_map = {'acceleration_type': 'accelerationType', 'name': 'name', 'type': 'type'}¶
- property name¶
Gets the name of this AccelerationResultControlItem. # noqa: E501
- Returns:
The name of this AccelerationResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'acceleration_type': 'GlobalAccelerationType', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AccelerationResultControlItem. # noqa: E501
Schema name: AccelerationResultControlItem # noqa: E501
- Returns:
The type of this AccelerationResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.active_adjustable_timestep module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.active_adjustable_timestep.ActiveAdjustableTimestep(type='ACTIVE_TIMESTEP', maximal_courant_number=None, maximal_step=None, max_alpha_co=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_alpha_co': 'maxAlphaCo', 'maximal_courant_number': 'maximalCourantNumber', 'maximal_step': 'maximalStep', 'type': 'type'}¶
- property max_alpha_co¶
Gets the max_alpha_co of this ActiveAdjustableTimestep. # noqa: E501
Define a maximum Courant number based on the interface velocity. # noqa: E501
- Returns:
The max_alpha_co of this ActiveAdjustableTimestep. # noqa: E501
- Return type:
float
- property maximal_courant_number¶
Gets the maximal_courant_number of this ActiveAdjustableTimestep. # noqa: E501
This option defines a maximum Courant number. The resulting time step should resolve relevant transient effects with at least 100 steps. <br><b>Transient multiphase simulations</b>: Maximum Courant number may not be greater than 1. Values of 0.5-0.7 are recommended for many cases. # noqa: E501
- Returns:
The maximal_courant_number of this ActiveAdjustableTimestep. # noqa: E501
- Return type:
float
- property maximal_step¶
Gets the maximal_step of this ActiveAdjustableTimestep. # noqa: E501
This option defines a maximum time step length which may not be exceeded when the time step is adapted during runtime. # noqa: E501
- Returns:
The maximal_step of this ActiveAdjustableTimestep. # noqa: E501
- Return type:
float
- openapi_types = {'max_alpha_co': 'float', 'maximal_courant_number': 'float', 'maximal_step': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ActiveAdjustableTimestep. # noqa: E501
This option activates an adjustable time step. The time step is being modified according to the Courant number. Schema name: ActiveAdjustableTimestep # noqa: E501
- Returns:
The type of this ActiveAdjustableTimestep. # noqa: E501
- Return type:
str
simscale_sdk.models.adaptive_augmentation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.adaptive_augmentation.AdaptiveAugmentation(field_change_target_value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'field_change_target_value': 'fieldChangeTargetValue'}¶
- property field_change_target_value¶
Gets the field_change_target_value of this AdaptiveAugmentation. # noqa: E501
<p>Define the percentage of additional Newton Iterations that should be allowed to be used if convergence is not reached after the maximum number of Newton Iterations is reached.</p> # noqa: E501
- Returns:
The field_change_target_value of this AdaptiveAugmentation. # noqa: E501
- Return type:
float
- openapi_types = {'field_change_target_value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.adaptive_convergence_criteria module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.adaptive_convergence_criteria.AdaptiveConvergenceCriteria(type='ADAPTIVE', relative_tolerance=None, absolute_tolerance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property absolute_tolerance¶
Gets the absolute_tolerance of this AdaptiveConvergenceCriteria. # noqa: E501
<p>Set the threshold value for the absolute convergence criterion (measured in Newtons). With this criterion, the solver considers a time step as converged if the maximum absolute residual in a Newton iteration falls below the given value.</p>Important remarks: This value is a compromise between solution time and accuracy. A larger value leads to a faster solution time at the cost of losing accuracy in each Newton iteration and possibly causing convergence problems in the following steps. # noqa: E501
- Returns:
The absolute_tolerance of this AdaptiveConvergenceCriteria. # noqa: E501
- Return type:
float
- attribute_map = {'absolute_tolerance': 'absoluteTolerance', 'relative_tolerance': 'relativeTolerance', 'type': 'type'}¶
- openapi_types = {'absolute_tolerance': 'float', 'relative_tolerance': 'float', 'type': 'str'}¶
- property relative_tolerance¶
Gets the relative_tolerance of this AdaptiveConvergenceCriteria. # noqa: E501
<p>Set the threshold value for the relative convergence criterion. With this criterion, the solver considers a time step as converged if the maximum relative residual – the maximum absolute residual divided by external loads and support reactions – in a Newton iteration falls below the given value.</p>Important remarks: This value is a compromise between solution time and accuracy. A larger value leads to a faster solution time at the cost of losing accuracy in each Newton iteration and possibly causing convergence problems in the following steps. We recommend an upper limit of 1<sup>-3</sup>. # noqa: E501
- Returns:
The relative_tolerance of this AdaptiveConvergenceCriteria. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AdaptiveConvergenceCriteria. # noqa: E501
Schema name: AdaptiveConvergenceCriteria # noqa: E501
- Returns:
The type of this AdaptiveConvergenceCriteria. # noqa: E501
- Return type:
str
simscale_sdk.models.additional_directional_cells module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.additional_directional_cells.AdditionalDirectionalCells(x=None, y=None, z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'x': 'x', 'y': 'y', 'z': 'z'}¶
- openapi_types = {'x': 'int', 'y': 'int', 'z': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property x¶
Gets the x of this AdditionalDirectionalCells. # noqa: E501
Specify the number of additional cells to be added in the X-direction. Note: additional cells in the negative X direction is not supported. # noqa: E501
- Returns:
The x of this AdditionalDirectionalCells. # noqa: E501
- Return type:
int
- property y¶
Gets the y of this AdditionalDirectionalCells. # noqa: E501
Specify the number of additional cells to be added in the Y-direction. Note: additional cells in the negative Y direction is not supported. # noqa: E501
- Returns:
The y of this AdditionalDirectionalCells. # noqa: E501
- Return type:
int
- property z¶
Gets the z of this AdditionalDirectionalCells. # noqa: E501
Specify the number of additional cells to be added in the Z-direction. Note: additional cells in the negative Z direction is not supported. # noqa: E501
- Returns:
The z of this AdditionalDirectionalCells. # noqa: E501
- Return type:
int
simscale_sdk.models.adiabatic_interface_thermal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.adiabatic_interface_thermal.AdiabaticInterfaceThermal(type='ADIABATIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AdiabaticInterfaceThermal. # noqa: E501
Schema name: AdiabaticInterfaceThermal # noqa: E501
- Returns:
The type of this AdiabaticInterfaceThermal. # noqa: E501
- Return type:
str
simscale_sdk.models.adiabatic_perfect_fluid_equation_of_state module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.adiabatic_perfect_fluid_equation_of_state.AdiabaticPerfectFluidEquationOfState(type='ADIABATIC_PERFECT_FLUID', reference_pressure=None, reference_density=None, isentropic_exponent=None, pressure_offset=None, energy=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'energy': 'energy', 'isentropic_exponent': 'isentropicExponent', 'pressure_offset': 'pressureOffset', 'reference_density': 'referenceDensity', 'reference_pressure': 'referencePressure', 'type': 'type'}¶
- property energy¶
Gets the energy of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
<p><b>Energy</b> provides the methods for the form of energy to be used. The options are:</p><p><b>Sensible enthalpy:</b> The enthalpy form of equation is used without the heat of formation. In most cases this is the recommended choice.</p><p><b>Sensible internal Energy:</b> The internal energy form of equation is used without the heat of formation but also incorporates energy change due to reactions.</p> # noqa: E501
- Returns:
The energy of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
- Return type:
str
- property isentropic_exponent¶
Gets the isentropic_exponent of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
Specify the isentropic exponent. This parameter characterizes changes in density due to pressure. A Larger isentropic exponent results in less sensitivity of the density to reference pressure. # noqa: E501
- Returns:
The isentropic_exponent of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
- Return type:
float
- openapi_types = {'energy': 'str', 'isentropic_exponent': 'float', 'pressure_offset': 'DimensionalPressure', 'reference_density': 'DimensionalDensity', 'reference_pressure': 'DimensionalPressure', 'type': 'str'}¶
- property pressure_offset¶
Gets the pressure_offset of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
- Returns:
The pressure_offset of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
- Return type:
- property reference_density¶
Gets the reference_density of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
- Returns:
The reference_density of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
- Return type:
- property reference_pressure¶
Gets the reference_pressure of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
- Returns:
The reference_pressure of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
<br><p>The <b>Equation of state</b> describes the relation between density of a fluid and the fluid pressure and temperature. The available options are:</p><p><b>Rho const:</b> Fluid density is assumed constant.</p><p><b>Incompressibel perfect gas:</b> The fluid is assumed to be an ‘Ideal Gas’ that is incompressible by pressure. But, fluid density can change due to temperature.</p><p><b>Perfect gas:</b> Fluid is assumed to be an ‘Ideal Gas’ and obeys the ‘Ideal Gas Law’.</p><p><b>Perfect fluid:</b> Fluid density can change due to pressure and temperature with respect to a base value.</p><p><b>Adiabatic perfect fluid:</b> The fluid is a perfect fluid which is adiabatic in nature.</p> <a href=’https://www.simscale.com/docs/simulation-setup/materials/thermophysical-fluid-models/#equation-of-state’ target=’_blank’>Learn more</a>. Schema name: AdiabaticPerfectFluidEquationOfState # noqa: E501
- Returns:
The type of this AdiabaticPerfectFluidEquationOfState. # noqa: E501
- Return type:
str
simscale_sdk.models.adiabatic_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.adiabatic_tbc.AdiabaticTBC(type='ADIABATIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AdiabaticTBC. # noqa: E501
Schema name: AdiabaticTBC # noqa: E501
- Returns:
The type of this AdiabaticTBC. # noqa: E501
- Return type:
str
simscale_sdk.models.adjustable_runtime_write_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.adjustable_runtime_write_control.AdjustableRuntimeWriteControl(type='ADJUSTABLE_RUNTIME', write_interval=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'write_interval': 'writeInterval'}¶
- openapi_types = {'type': 'str', 'write_interval': 'DimensionalTime'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AdjustableRuntimeWriteControl. # noqa: E501
This option controls how the simulation results are written and how frequently. Schema name: AdjustableRuntimeWriteControl # noqa: E501
- Returns:
The type of this AdjustableRuntimeWriteControl. # noqa: E501
- Return type:
str
- property write_interval¶
Gets the write_interval of this AdjustableRuntimeWriteControl. # noqa: E501
- Returns:
The write_interval of this AdjustableRuntimeWriteControl. # noqa: E501
- Return type:
simscale_sdk.models.advanced_chronos_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.advanced_chronos_settings.AdvancedChronosSettings(force_fsai=None, algorithm=None, smoother=None, prolongation=None, improve_test_space=None, test_space_iterations=None, preconditioner_recycling=None, restart_gmres=None, distributed_matrix_storage=None, num_of_threads=None, verbosity=None, write_coords_and_matrix=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property algorithm¶
Gets the algorithm of this AdvancedChronosSettings. # noqa: E501
The algorithm for the prolongation becomes more elaborate from Jacobi over light, medium to heavy FSAI. The stability increases as well as the computational cost. It is recommended to increase it when the problem has distored elements, is ill-conditioned or has incompressible materials. # noqa: E501
- Returns:
The algorithm of this AdvancedChronosSettings. # noqa: E501
- Return type:
str
- attribute_map = {'algorithm': 'algorithm', 'distributed_matrix_storage': 'distributedMatrixStorage', 'force_fsai': 'forceFsai', 'improve_test_space': 'improveTestSpace', 'num_of_threads': 'numOfThreads', 'preconditioner_recycling': 'preconditionerRecycling', 'prolongation': 'prolongation', 'restart_gmres': 'restartGmres', 'smoother': 'smoother', 'test_space_iterations': 'testSpaceIterations', 'verbosity': 'verbosity', 'write_coords_and_matrix': 'writeCoordsAndMatrix'}¶
- property distributed_matrix_storage¶
Gets the distributed_matrix_storage of this AdvancedChronosSettings. # noqa: E501
Choose this parameter as <b>true</b> to ensure that the system matrix saving is distributed among the processors of the computation. If multiple cores are used only the relevant part for each core is saved. If it is set to false the whole matrix is saved for each processor. Enabling this can significantly reductions in memory consumption, but introduces numerical instability in rare occasions. # noqa: E501
- Returns:
The distributed_matrix_storage of this AdvancedChronosSettings. # noqa: E501
- Return type:
bool
- property force_fsai¶
Gets the force_fsai of this AdvancedChronosSettings. # noqa: E501
Force the usage of <b>FSAI</b> preconditioning. This can make sense for small and simple problems, because setting up the problem might be faster with FSAI than with AMG.<br>Otherwise, Chronos selects itself the most suitable preconditioner, depending on the characteristics of the problem. In this case, <b>AMG</b> is preferred over <b>FSAI</b>. # noqa: E501
- Returns:
The force_fsai of this AdvancedChronosSettings. # noqa: E501
- Return type:
bool
- property improve_test_space¶
Gets the improve_test_space of this AdvancedChronosSettings. # noqa: E501
This should be enabled only for very complex/ill-conditioned problems, e.g. highly constrained with many BCs, incompressible/hyperelastic materials. # noqa: E501
- Returns:
The improve_test_space of this AdvancedChronosSettings. # noqa: E501
- Return type:
bool
- property num_of_threads¶
Gets the num_of_threads of this AdvancedChronosSettings. # noqa: E501
Sets the number of threads for Chronos to be used for shared memory parallelization.<br>The shared memory parallelization of Chronos is independent of the shared memory parallelization of Code_Aster.<br>Ideally, the number of threads multiplied with the number of (MPI) processes (Number of parallel processes under Simulation control) should be set to the number of cores available on the machine.<br>Set it to 0 to automatically choose the best setting.<br>Note that reducing the number of MPI-processes and increasing the number of threads can significantly reduce memory and disk space consumption. # noqa: E501
- Returns:
The num_of_threads of this AdvancedChronosSettings. # noqa: E501
- Return type:
int
- openapi_types = {'algorithm': 'str', 'distributed_matrix_storage': 'bool', 'force_fsai': 'bool', 'improve_test_space': 'bool', 'num_of_threads': 'int', 'preconditioner_recycling': 'float', 'prolongation': 'str', 'restart_gmres': 'int', 'smoother': 'str', 'test_space_iterations': 'int', 'verbosity': 'int', 'write_coords_and_matrix': 'int'}¶
- property preconditioner_recycling¶
Gets the preconditioner_recycling of this AdvancedChronosSettings. # noqa: E501
Specify the recycling of the preconditioner. This can have a significant impact on the performance. The input is as follows: <ul><li><p><b> < 0.0</b> Never recycle the preconditioner.</p></ul><ul><li><p><b>0.0</b> Recycle the preconditioner every second iteration.</p></ul><ul><li><p><b>< 1.0</b> Recycle the preconditioner more often than the optimal way.</p></ul><ul><li><p><b>== 1.0</b> recycle the preconditioner in the optimal way.</p></ul><ul><li><p><b>> 1.0</b> recycle the preconditioner less often than the optimal way.</p></ul> # noqa: E501
- Returns:
The preconditioner_recycling of this AdvancedChronosSettings. # noqa: E501
- Return type:
float
- property prolongation¶
Gets the prolongation of this AdvancedChronosSettings. # noqa: E501
The algorithm for the prolongation becomes more elaborate from unsmoothed, smoothed to energy-minimization. The stability increases as well as the computational cost. It is recommended to increase it when the problem has small number of BCs and large number of elements # noqa: E501
- Returns:
The prolongation of this AdvancedChronosSettings. # noqa: E501
- Return type:
str
- property restart_gmres¶
Gets the restart_gmres of this AdvancedChronosSettings. # noqa: E501
Choose after how many iterations the GMRES solver should be restarted.<br>By default, Chronos uses a <b>PCG</b> iterative solution method. Depending on the characteristics of the problem, it might internally switch to <b>GMRES</b>. With GMRES, the iterations become more expensive the more they grow. Therefore, it is restarted if a certain threshold is reached. Default is 50, can be increased to 100 for complicated cases. # noqa: E501
- Returns:
The restart_gmres of this AdvancedChronosSettings. # noqa: E501
- Return type:
int
- property smoother¶
Gets the smoother of this AdvancedChronosSettings. # noqa: E501
The algorithm for the prolongation becomes more elaborate from Jacobi over light, medium to heavy FSAI. The stability increases as well as the computational cost. It is recommended to increase it when the problem has distored elements, is ill-conditioned or has incompressible materials. # noqa: E501
- Returns:
The smoother of this AdvancedChronosSettings. # noqa: E501
- Return type:
str
- property test_space_iterations¶
Gets the test_space_iterations of this AdvancedChronosSettings. # noqa: E501
Defaults to 20, can be increased to 50 for complicated cases. # noqa: E501
- Returns:
The test_space_iterations of this AdvancedChronosSettings. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property verbosity¶
Gets the verbosity of this AdvancedChronosSettings. # noqa: E501
This is a DEVELOPER option to specify the amount of output from Chronos. Its only purpose is debugging. Don’t use it for regular runs, as it will slow down the simulation a lot! 0 means no output, 1-3 means more and more output. # noqa: E501
- Returns:
The verbosity of this AdvancedChronosSettings. # noqa: E501
- Return type:
int
- property write_coords_and_matrix¶
Gets the write_coords_and_matrix of this AdvancedChronosSettings. # noqa: E501
This is a DEVELOPER option to output the coordinates and the matrix to a file. Its only purpose is debugging. Don’t use it for regular runs, as it will slow down the simulation a lot! 0 means no output, 1 means to output the latest coords/matrix, and 2 means to output the coords/matrix for every solve (aka every iteration). # noqa: E501
- Returns:
The write_coords_and_matrix of this AdvancedChronosSettings. # noqa: E501
- Return type:
int
simscale_sdk.models.advanced_comfort_criterion_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.advanced_comfort_criterion_settings.AdvancedComfortCriterionSettings(gust_factor=None, gem_correction=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gem_correction': 'gemCorrection', 'gust_factor': 'gustFactor'}¶
- property gem_correction¶
Gets the gem_correction of this AdvancedComfortCriterionSettings. # noqa: E501
Value of the gust equivalent mean correction factor <b>k<sub>GEM</sub></b> used in the computation of the gust equivalent mean wind speed <b>U<sub>GEM</sub></b> from the gust wind speed <b>U<sub>gust</sub>: <ul>U<sub>GEM</sub> = U<sub>gust</sub> / k<sub>GEM</sub></b></ul> <a href= https://www.simscale.com/docs/analysis-types/pedestrian-wind-comfort-analysis/pedestrian-comfort-map/gust-equivalent-mean/#gust-equivalent-mean-formulation target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The gem_correction of this AdvancedComfortCriterionSettings. # noqa: E501
- Return type:
float
- property gust_factor¶
Gets the gust_factor of this AdvancedComfortCriterionSettings. # noqa: E501
Value of the gust factor <b>k<sub>g</sub></b> used in the computation of the gust wind speed from the mean wind speed <b>U<sub>mean</sub></b> and the standard deviation of the wind speed <b>σ</b>: <ul><b>U<sub>gust</sub> = U<sub>mean</sub> + k<sub>g</sub> σ</b></ul> <a href= https://www.simscale.com/docs/analysis-types/pedestrian-wind-comfort-analysis/pedestrian-comfort-map/gust-equivalent-mean/#gust-equivalent-mean-formulation target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The gust_factor of this AdvancedComfortCriterionSettings. # noqa: E501
- Return type:
float
- openapi_types = {'gem_correction': 'float', 'gust_factor': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.advanced_concepts module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.advanced_concepts.AdvancedConcepts(thermal_contact_resistance=None, humidity_sources=None, momentum_sources=None, passive_scalar_sources=None, porous_mediums=None, power_sources=None, rotating_zones=None, solid_body_motions=None, thermal_resistance_networks=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'humidity_sources': 'humiditySources', 'momentum_sources': 'momentumSources', 'passive_scalar_sources': 'passiveScalarSources', 'porous_mediums': 'porousMediums', 'power_sources': 'powerSources', 'rotating_zones': 'rotatingZones', 'solid_body_motions': 'solidBodyMotions', 'thermal_contact_resistance': 'thermalContactResistance', 'thermal_resistance_networks': 'thermalResistanceNetworks'}¶
- property humidity_sources¶
Gets the humidity_sources of this AdvancedConcepts. # noqa: E501
- Returns:
The humidity_sources of this AdvancedConcepts. # noqa: E501
- Return type:
list[OneOfAdvancedConceptsHumiditySources]
- property momentum_sources¶
Gets the momentum_sources of this AdvancedConcepts. # noqa: E501
- Returns:
The momentum_sources of this AdvancedConcepts. # noqa: E501
- Return type:
list[OneOfAdvancedConceptsMomentumSources]
- openapi_types = {'humidity_sources': 'list[OneOfAdvancedConceptsHumiditySources]', 'momentum_sources': 'list[OneOfAdvancedConceptsMomentumSources]', 'passive_scalar_sources': 'list[OneOfAdvancedConceptsPassiveScalarSources]', 'porous_mediums': 'list[OneOfAdvancedConceptsPorousMediums]', 'power_sources': 'list[OneOfAdvancedConceptsPowerSources]', 'rotating_zones': 'list[OneOfAdvancedConceptsRotatingZones]', 'solid_body_motions': 'list[OneOfAdvancedConceptsSolidBodyMotions]', 'thermal_contact_resistance': 'list[OneOfAdvancedConceptsThermalContactResistance]', 'thermal_resistance_networks': 'list[OneOfAdvancedConceptsThermalResistanceNetworks]'}¶
- property passive_scalar_sources¶
Gets the passive_scalar_sources of this AdvancedConcepts. # noqa: E501
- Returns:
The passive_scalar_sources of this AdvancedConcepts. # noqa: E501
- Return type:
list[OneOfAdvancedConceptsPassiveScalarSources]
- property porous_mediums¶
Gets the porous_mediums of this AdvancedConcepts. # noqa: E501
- Returns:
The porous_mediums of this AdvancedConcepts. # noqa: E501
- Return type:
list[OneOfAdvancedConceptsPorousMediums]
- property power_sources¶
Gets the power_sources of this AdvancedConcepts. # noqa: E501
- Returns:
The power_sources of this AdvancedConcepts. # noqa: E501
- Return type:
list[OneOfAdvancedConceptsPowerSources]
- property rotating_zones¶
Gets the rotating_zones of this AdvancedConcepts. # noqa: E501
- Returns:
The rotating_zones of this AdvancedConcepts. # noqa: E501
- Return type:
list[OneOfAdvancedConceptsRotatingZones]
- property solid_body_motions¶
Gets the solid_body_motions of this AdvancedConcepts. # noqa: E501
- Returns:
The solid_body_motions of this AdvancedConcepts. # noqa: E501
- Return type:
list[OneOfAdvancedConceptsSolidBodyMotions]
- property thermal_contact_resistance¶
Gets the thermal_contact_resistance of this AdvancedConcepts. # noqa: E501
- Returns:
The thermal_contact_resistance of this AdvancedConcepts. # noqa: E501
- Return type:
list[OneOfAdvancedConceptsThermalContactResistance]
- property thermal_resistance_networks¶
Gets the thermal_resistance_networks of this AdvancedConcepts. # noqa: E501
- Returns:
The thermal_resistance_networks of this AdvancedConcepts. # noqa: E501
- Return type:
list[OneOfAdvancedConceptsThermalResistanceNetworks]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.advanced_connector_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.advanced_connector_settings.AdvancedConnectorSettings(assigned_face_behavior=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property assigned_face_behavior¶
Gets the assigned_face_behavior of this AdvancedConnectorSettings. # noqa: E501
<p>Choose the deformation behavior of the assigned entity. If <b>deformable</b> is selected, the entity is allowed to deform without applying additional stiffness, selecting <b>undeformable</b> leads to a rigid entity. <a href=’https://www.simscale.com/docs/simulation-setup/boundary-conditions/remote-displacement/#deformation-behavior’ target=’_blank’>Learn more</a></p> # noqa: E501
- Returns:
The assigned_face_behavior of this AdvancedConnectorSettings. # noqa: E501
- Return type:
str
- attribute_map = {'assigned_face_behavior': 'assignedFaceBehavior'}¶
- openapi_types = {'assigned_face_behavior': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.advanced_modelling module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.advanced_modelling.AdvancedModelling(surface_roughness_models=None, porous_objects=None, rotating_walls=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'porous_objects': 'porousObjects', 'rotating_walls': 'rotatingWalls', 'surface_roughness_models': 'surfaceRoughnessModels'}¶
- openapi_types = {'porous_objects': 'list[OneOfAdvancedModellingPorousObjects]', 'rotating_walls': 'list[RotatingWall]', 'surface_roughness_models': 'list[SurfaceRoughnessModel]'}¶
- property porous_objects¶
Gets the porous_objects of this AdvancedModelling. # noqa: E501
- Returns:
The porous_objects of this AdvancedModelling. # noqa: E501
- Return type:
list[OneOfAdvancedModellingPorousObjects]
- property rotating_walls¶
Gets the rotating_walls of this AdvancedModelling. # noqa: E501
- Returns:
The rotating_walls of this AdvancedModelling. # noqa: E501
- Return type:
list[RotatingWall]
- property surface_roughness_models¶
Gets the surface_roughness_models of this AdvancedModelling. # noqa: E501
- Returns:
The surface_roughness_models of this AdvancedModelling. # noqa: E501
- Return type:
list[SurfaceRoughnessModel]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.advanced_roi_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.advanced_roi_settings.AdvancedROISettings(wind_tunnel_size=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'wind_tunnel_size': 'windTunnelSize'}¶
- openapi_types = {'wind_tunnel_size': 'OneOfAdvancedROISettingsWindTunnelSize'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property wind_tunnel_size¶
Gets the wind_tunnel_size of this AdvancedROISettings. # noqa: E501
- Returns:
The wind_tunnel_size of this AdvancedROISettings. # noqa: E501
- Return type:
OneOfAdvancedROISettingsWindTunnelSize
simscale_sdk.models.advanced_simmetrix_em_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.advanced_simmetrix_em_settings.AdvancedSimmetrixEmSettings(small_feature_tolerance=None, gap_elements=None, global_gradation_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gap_elements': 'gapElements', 'global_gradation_rate': 'globalGradationRate', 'small_feature_tolerance': 'smallFeatureTolerance'}¶
- property gap_elements¶
Gets the gap_elements of this AdvancedSimmetrixEmSettings. # noqa: E501
<p>Define a target number of elements across thin gaps. The <i>Gap refinement factor</i> is the ratio between gap thickness and the cell longest edge in that gap. <a href=’https://www.simscale.com/docs/simulation-setup/meshing/standard/#gap-refinement-factor’ target=’_blank’>Learn more</a>.<img src=”/spec/resources/help/imgs/simmetrix-gap-elements.png” class=”helpPopupImage”/>Example of gap refinements applied with a target of 4 elements across the thickness</p> # noqa: E501
- Returns:
The gap_elements of this AdvancedSimmetrixEmSettings. # noqa: E501
- Return type:
float
- property global_gradation_rate¶
Gets the global_gradation_rate of this AdvancedSimmetrixEmSettings. # noqa: E501
<p>Adjust the transition from small to large cells. This value is the ratio between the size of two adjacent cells. The allowed range is 1.0 - 3.0. 1.0 would produce a uniform mesh with the smallest size everywhere. This is generally not recommended, as it may produce very large meshes.</p> # noqa: E501
- Returns:
The global_gradation_rate of this AdvancedSimmetrixEmSettings. # noqa: E501
- Return type:
float
- openapi_types = {'gap_elements': 'float', 'global_gradation_rate': 'float', 'small_feature_tolerance': 'DimensionalLength'}¶
- property small_feature_tolerance¶
Gets the small_feature_tolerance of this AdvancedSimmetrixEmSettings. # noqa: E501
- Returns:
The small_feature_tolerance of this AdvancedSimmetrixEmSettings. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.advanced_simmetrix_fluid_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.advanced_simmetrix_fluid_settings.AdvancedSimmetrixFluidSettings(small_feature_tolerance=None, gap_elements=None, global_gradation_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gap_elements': 'gapElements', 'global_gradation_rate': 'globalGradationRate', 'small_feature_tolerance': 'smallFeatureTolerance'}¶
- property gap_elements¶
Gets the gap_elements of this AdvancedSimmetrixFluidSettings. # noqa: E501
<p>Define a target number of elements across thin gaps. The <i>Gap refinement factor</i> is the ratio between gap thickness and the cell longest edge in that gap. <a href=’https://www.simscale.com/docs/simulation-setup/meshing/standard/#gap-refinement-factor’ target=’_blank’>Learn more</a>.<img src=”/spec/resources/help/imgs/simmetrix-gap-elements.png” class=”helpPopupImage”/>Example of gap refinements applied with a target of 4 elements across the thickness</p> # noqa: E501
- Returns:
The gap_elements of this AdvancedSimmetrixFluidSettings. # noqa: E501
- Return type:
float
- property global_gradation_rate¶
Gets the global_gradation_rate of this AdvancedSimmetrixFluidSettings. # noqa: E501
<p>Adjust the transition from small to large cells. This value is the ratio between the size of two adjacent cells. The allowed range is 1.0 - 3.0. 1.0 would produce a uniform mesh with the smallest size everywhere. This is generally not recommended, as it may produce very large meshes.</p> # noqa: E501
- Returns:
The global_gradation_rate of this AdvancedSimmetrixFluidSettings. # noqa: E501
- Return type:
float
- openapi_types = {'gap_elements': 'float', 'global_gradation_rate': 'float', 'small_feature_tolerance': 'DimensionalLength'}¶
- property small_feature_tolerance¶
Gets the small_feature_tolerance of this AdvancedSimmetrixFluidSettings. # noqa: E501
- Returns:
The small_feature_tolerance of this AdvancedSimmetrixFluidSettings. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.advanced_simmetrix_solid_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.advanced_simmetrix_solid_settings.AdvancedSimmetrixSolidSettings(small_feature_tolerance=None, gap_elements=None, global_gradation_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gap_elements': 'gapElements', 'global_gradation_rate': 'globalGradationRate', 'small_feature_tolerance': 'smallFeatureTolerance'}¶
- property gap_elements¶
Gets the gap_elements of this AdvancedSimmetrixSolidSettings. # noqa: E501
<p>Define a target number of elements across thin gaps. The <i>Gap refinement factor</i> is the ratio between gap thickness and the cell longest edge in that gap. <a href=’https://www.simscale.com/docs/simulation-setup/meshing/standard/#gap-refinement-factor’ target=’_blank’>Learn more</a>.<img src=”/spec/resources/help/imgs/simmetrix-gap-elements.png” class=”helpPopupImage”/>Example of gap refinements applied with a target of 4 elements across the thickness</p> # noqa: E501
- Returns:
The gap_elements of this AdvancedSimmetrixSolidSettings. # noqa: E501
- Return type:
float
- property global_gradation_rate¶
Gets the global_gradation_rate of this AdvancedSimmetrixSolidSettings. # noqa: E501
<p>Adjust the transition from small to large cells. This value is the ratio between the size of two adjacent cells. The allowed range is 1.0 - 3.0. 1.0 would produce a uniform mesh with the smallest size everywhere. This is generally not recommended, as it may produce very large meshes.</p> # noqa: E501
- Returns:
The global_gradation_rate of this AdvancedSimmetrixSolidSettings. # noqa: E501
- Return type:
float
- openapi_types = {'gap_elements': 'float', 'global_gradation_rate': 'float', 'small_feature_tolerance': 'DimensionalLength'}¶
- property small_feature_tolerance¶
Gets the small_feature_tolerance of this AdvancedSimmetrixSolidSettings. # noqa: E501
- Returns:
The small_feature_tolerance of this AdvancedSimmetrixSolidSettings. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.advective_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.advective_pbc.AdvectivePBC(type='ADVECTIVE', relax_boundary=None, far_field_value=None, relaxation_length_scale=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'far_field_value': 'farFieldValue', 'relax_boundary': 'relaxBoundary', 'relaxation_length_scale': 'relaxationLengthScale', 'type': 'type'}¶
- property far_field_value¶
Gets the far_field_value of this AdvectivePBC. # noqa: E501
- Returns:
The far_field_value of this AdvectivePBC. # noqa: E501
- Return type:
- openapi_types = {'far_field_value': 'DimensionalPressure', 'relax_boundary': 'bool', 'relaxation_length_scale': 'DimensionalLength', 'type': 'str'}¶
- property relax_boundary¶
Gets the relax_boundary of this AdvectivePBC. # noqa: E501
- Returns:
The relax_boundary of this AdvectivePBC. # noqa: E501
- Return type:
bool
- property relaxation_length_scale¶
Gets the relaxation_length_scale of this AdvectivePBC. # noqa: E501
- Returns:
The relaxation_length_scale of this AdvectivePBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AdvectivePBC. # noqa: E501
Schema name: AdvectivePBC # noqa: E501
- Returns:
The type of this AdvectivePBC. # noqa: E501
- Return type:
str
simscale_sdk.models.advective_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.advective_vbc.AdvectiveVBC(type='ADVECTIVE', relax_boundary=None, far_field_value=None, relaxation_length_scale=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'far_field_value': 'farFieldValue', 'relax_boundary': 'relaxBoundary', 'relaxation_length_scale': 'relaxationLengthScale', 'type': 'type'}¶
- property far_field_value¶
Gets the far_field_value of this AdvectiveVBC. # noqa: E501
- Returns:
The far_field_value of this AdvectiveVBC. # noqa: E501
- Return type:
- openapi_types = {'far_field_value': 'DimensionalVectorSpeed', 'relax_boundary': 'bool', 'relaxation_length_scale': 'DimensionalLength', 'type': 'str'}¶
- property relax_boundary¶
Gets the relax_boundary of this AdvectiveVBC. # noqa: E501
- Returns:
The relax_boundary of this AdvectiveVBC. # noqa: E501
- Return type:
bool
- property relaxation_length_scale¶
Gets the relaxation_length_scale of this AdvectiveVBC. # noqa: E501
- Returns:
The relaxation_length_scale of this AdvectiveVBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AdvectiveVBC. # noqa: E501
Schema name: AdvectiveVBC # noqa: E501
- Returns:
The type of this AdvectiveVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.aerodynamic_roughness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.aerodynamic_roughness.AerodynamicRoughness(type='AERODYNAMIC_ROUGHNESS', surface_roughness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'surface_roughness': 'surfaceRoughness', 'type': 'type'}¶
- openapi_types = {'surface_roughness': 'DimensionalLength', 'type': 'str'}¶
- property surface_roughness¶
Gets the surface_roughness of this AerodynamicRoughness. # noqa: E501
- Returns:
The surface_roughness of this AerodynamicRoughness. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AerodynamicRoughness. # noqa: E501
Schema name: AerodynamicRoughness # noqa: E501
- Returns:
The type of this AerodynamicRoughness. # noqa: E501
- Return type:
str
simscale_sdk.models.ai_user_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.ai_user_model.AiUserModel(analysis_type=None, name=None, predictor_component=None, shared_with_organization=None, template_name=None, template_parameters=None, ai_model_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property ai_model_id¶
Gets the ai_model_id of this AiUserModel. # noqa: E501
- Returns:
The ai_model_id of this AiUserModel. # noqa: E501
- Return type:
str
- property analysis_type¶
Gets the analysis_type of this AiUserModel. # noqa: E501
Possible values are STATIC_ANALYSIS, INCOMPRESSIBLE, COUPLED_CONJUGATE_HEAT_TRANSFER and EMBEDDED_BOUNDARY # noqa: E501
- Returns:
The analysis_type of this AiUserModel. # noqa: E501
- Return type:
str
- attribute_map = {'ai_model_id': 'aiModelId', 'analysis_type': 'analysisType', 'name': 'name', 'predictor_component': 'predictorComponent', 'shared_with_organization': 'sharedWithOrganization', 'template_name': 'templateName', 'template_parameters': 'templateParameters'}¶
- property name¶
Gets the name of this AiUserModel. # noqa: E501
- Returns:
The name of this AiUserModel. # noqa: E501
- Return type:
str
- openapi_types = {'ai_model_id': 'str', 'analysis_type': 'str', 'name': 'str', 'predictor_component': 'str', 'shared_with_organization': 'bool', 'template_name': 'str', 'template_parameters': 'object'}¶
- property predictor_component¶
Gets the predictor_component of this AiUserModel. # noqa: E501
Possible values are navasto and ai-solver-kickstart # noqa: E501
- Returns:
The predictor_component of this AiUserModel. # noqa: E501
- Return type:
str
Gets the shared_with_organization of this AiUserModel. # noqa: E501
- Returns:
The shared_with_organization of this AiUserModel. # noqa: E501
- Return type:
bool
- property template_name¶
Gets the template_name of this AiUserModel. # noqa: E501
Possible values are fea_template, cfd_template, chtv2ibm_template, spec_id and spec_and_tesselation # noqa: E501
- Returns:
The template_name of this AiUserModel. # noqa: E501
- Return type:
str
- property template_parameters¶
Gets the template_parameters of this AiUserModel. # noqa: E501
- Returns:
The template_parameters of this AiUserModel. # noqa: E501
- Return type:
object
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.algorithm module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.algorithm.Algorithm(type='HEX_DOMINANT_SNAPPY_V5', sizing=None, refinements=None, cell_zones=None, automatic_layer_settings=None, physics_based_meshing=None, hex_core=None, automatic_sweep_parameters=None, num_of_processors=None, max_meshing_run_time=None, advanced_simmetrix_settings=None, meshing_mode=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_simmetrix_settings¶
Gets the advanced_simmetrix_settings of this Algorithm. # noqa: E501
- Returns:
The advanced_simmetrix_settings of this Algorithm. # noqa: E501
- Return type:
- attribute_map = {'advanced_simmetrix_settings': 'advancedSimmetrixSettings', 'automatic_layer_settings': 'automaticLayerSettings', 'automatic_sweep_parameters': 'automaticSweepParameters', 'cell_zones': 'cellZones', 'hex_core': 'hexCore', 'max_meshing_run_time': 'maxMeshingRunTime', 'meshing_mode': 'meshingMode', 'num_of_processors': 'numOfProcessors', 'physics_based_meshing': 'physicsBasedMeshing', 'refinements': 'refinements', 'sizing': 'sizing', 'type': 'type'}¶
- property automatic_layer_settings¶
Gets the automatic_layer_settings of this Algorithm. # noqa: E501
- Returns:
The automatic_layer_settings of this Algorithm. # noqa: E501
- Return type:
OneOfSimmetrixMeshingFluidAutomaticLayerSettings
- property automatic_sweep_parameters¶
Gets the automatic_sweep_parameters of this Algorithm. # noqa: E501
- Returns:
The automatic_sweep_parameters of this Algorithm. # noqa: E501
- Return type:
OneOfSimmetrixMeshingSolidAutomaticSweepParameters
- property cell_zones¶
Gets the cell_zones of this Algorithm. # noqa: E501
- Returns:
The cell_zones of this Algorithm. # noqa: E501
- Return type:
list[SimmetrixCellZones]
- discriminator_value_class_map = {'HEX_DOMINANT_SNAPPY_V5': 'HexDominantSnappy', 'SIMMETRIX_MESHING_ELECTROMAGNETICS': 'SimmetrixMeshingElectromagnetics', 'SIMMETRIX_MESHING_FLUID_V16': 'SimmetrixMeshingFluid', 'SIMMETRIX_MESHING_SOLID': 'SimmetrixMeshingSolid'}¶
- get_real_child_model(data)¶
Returns the real base class specified by the discriminator
- property hex_core¶
Gets the hex_core of this Algorithm. # noqa: E501
<p>If <a href=’https://www.simscale.com/docs/simulation-setup/meshing/standard/#hexcore’ target=’_blank’><b>Hex element core</b></a> is activated, the interior of the mesh gets covered by <a href=’https://www.simscale.com/docs/simulation-setup/meshing/standard/#hexcore’ target=’_blank’><b>hexahedral elements</b></a>. The transition to the triangulated surface mesh is covered by tetrahedral and pyramid elements.<img src=”/spec/resources/help/imgs/simmetrix-hexcore.png” class=”helpPopupImage”/>Meshclip through a hex-core mesh.</p> # noqa: E501
- Returns:
The hex_core of this Algorithm. # noqa: E501
- Return type:
bool
- property max_meshing_run_time¶
Gets the max_meshing_run_time of this Algorithm. # noqa: E501
- Returns:
The max_meshing_run_time of this Algorithm. # noqa: E501
- Return type:
- property meshing_mode¶
Gets the meshing_mode of this Algorithm. # noqa: E501
<p>The <a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/#meshing-mode’ target=’_blank’>meshing mode</a> defines how the mesher should generate the mesh.</p><ul><li>The <b>Internal</b> mode will create the mesh <u>inside</u> of the geometry body. If the CAD consists of multiple solids, the mesher will attempt to create a multiregion mesh which is suitable for conjugate heat transfer analyses. Use this mode if the CAD model already represents the final fluid domain.</li><li><b>External</b> meshing will create the mesh <u>outside</u> of the bodies. The absolute dimensions of the mesh are determined by the <i>Background Mesh Box</i>. Use this mode in case you want to extract the fluid domain around your model.</li><li>The option <b>Material point</b> allows you to define a point inside the domain where the mesh will be placed. It can be used to select which part (or enclosed volume) of the model or should be meshed. The mesh will surround the material point and extend until the boundaries of the body. The location of the material point is defined by the <i>Material Point</i> geometry primitive.</li></ul> # noqa: E501
- Returns:
The meshing_mode of this Algorithm. # noqa: E501
- Return type:
str
- property num_of_processors¶
Gets the num_of_processors of this Algorithm. # noqa: E501
<p>Selecting more processor cores might speed up the meshing process. Choosing a smaller computation instance will save core hours. <a href=’https://www.simscale.com/docs/simulation-setup/meshing/#number-of-processors’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The num_of_processors of this Algorithm. # noqa: E501
- Return type:
int
- openapi_types = {'advanced_simmetrix_settings': 'AdvancedSimmetrixEmSettings', 'automatic_layer_settings': 'OneOfSimmetrixMeshingFluidAutomaticLayerSettings', 'automatic_sweep_parameters': 'OneOfSimmetrixMeshingSolidAutomaticSweepParameters', 'cell_zones': 'list[SimmetrixCellZones]', 'hex_core': 'bool', 'max_meshing_run_time': 'DimensionalTime', 'meshing_mode': 'str', 'num_of_processors': 'int', 'physics_based_meshing': 'bool', 'refinements': 'list[OneOfHexDominantSnappyRefinements]', 'sizing': 'OneOfHexDominantSnappySizing', 'type': 'str'}¶
- property physics_based_meshing¶
Gets the physics_based_meshing of this Algorithm. # noqa: E501
This toggle enables the automatic creation of boundary layers at no-slip walls. When toggled on, the meshing is started together with the simulation run. # noqa: E501
- Returns:
The physics_based_meshing of this Algorithm. # noqa: E501
- Return type:
bool
- property refinements¶
Gets the refinements of this Algorithm. # noqa: E501
- Returns:
The refinements of this Algorithm. # noqa: E501
- Return type:
list[OneOfHexDominantSnappyRefinements]
- property sizing¶
Gets the sizing of this Algorithm. # noqa: E501
- Returns:
The sizing of this Algorithm. # noqa: E501
- Return type:
OneOfHexDominantSnappySizing
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Algorithm. # noqa: E501
Schema name: HexDominantSnappy # noqa: E501
- Returns:
The type of this Algorithm. # noqa: E501
- Return type:
str
simscale_sdk.models.all_computed_write_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.all_computed_write_control.AllComputedWriteControl(type='ALL_COMPUTED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AllComputedWriteControl. # noqa: E501
<p>Define how frequently intermediate results should be saved. With the selection of <b>initial time steps</b> only the user defined time steps are stored in the result and by selecting <b>all computed time steps</b> also intermediate results that were created by the automatic time stepping are saved. With the selection of <b>write interval</b> a specific write frequency can be chosen which reduces the result size. Finally using <b>user defined time steps</b> there can either be a constant time increment for result storage given or a table with varying time intervals analogous to the <b>time step length</b> definition.</p> Schema name: AllComputedWriteControl # noqa: E501
- Returns:
The type of this AllComputedWriteControl. # noqa: E501
- Return type:
str
simscale_sdk.models.ambient_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.ambient_pbc.AmbientPBC(type='AMBIENT_PRESSURE', ambient_pressure=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property ambient_pressure¶
Gets the ambient_pressure of this AmbientPBC. # noqa: E501
- Returns:
The ambient_pressure of this AmbientPBC. # noqa: E501
- Return type:
- attribute_map = {'ambient_pressure': 'ambientPressure', 'type': 'type'}¶
- openapi_types = {'ambient_pressure': 'DimensionalPressure', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AmbientPBC. # noqa: E501
Schema name: AmbientPBC # noqa: E501
- Returns:
The type of this AmbientPBC. # noqa: E501
- Return type:
str
simscale_sdk.models.ambient_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.ambient_tbc.AmbientTBC(type='AMBIENT_TEMPERATURE', ambient_temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property ambient_temperature¶
Gets the ambient_temperature of this AmbientTBC. # noqa: E501
- Returns:
The ambient_temperature of this AmbientTBC. # noqa: E501
- Return type:
- attribute_map = {'ambient_temperature': 'ambientTemperature', 'type': 'type'}¶
- openapi_types = {'ambient_temperature': 'DimensionalTemperature', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AmbientTBC. # noqa: E501
Schema name: AmbientTBC # noqa: E501
- Returns:
The type of this AmbientTBC. # noqa: E501
- Return type:
str
simscale_sdk.models.ami_rotating_zone module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.ami_rotating_zone.AMIRotatingZone(type='ARBITRARY_MESH_INTERFACE', name=None, motion_type=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'motion_type': 'motionType', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property motion_type¶
Gets the motion_type of this AMIRotatingZone. # noqa: E501
- Returns:
The motion_type of this AMIRotatingZone. # noqa: E501
- Return type:
OneOfAMIRotatingZoneMotionType
- property name¶
Gets the name of this AMIRotatingZone. # noqa: E501
- Returns:
The name of this AMIRotatingZone. # noqa: E501
- Return type:
str
- openapi_types = {'motion_type': 'OneOfAMIRotatingZoneMotionType', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this AMIRotatingZone. # noqa: E501
- Returns:
The topological_reference of this AMIRotatingZone. # noqa: E501
- Return type:
- property type¶
Gets the type of this AMIRotatingZone. # noqa: E501
Schema name: AMIRotatingZone # noqa: E501
- Returns:
The type of this AMIRotatingZone. # noqa: E501
- Return type:
str
simscale_sdk.models.analysis module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.analysis.Analysis(type='ELECTROMAGNETIC_ANALYSIS', non_linear_analysis=None, connection_groups=None, connectors=None, element_technology=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, numerics=None, simulation_control=None, result_control=None, mesh_order=None, time_dependency=None, inertia_effect=None, turbulence_model=None, adjoint_turbulence_model=None, algorithm=None, num_of_passive_species=None, enable_adjoint_optimization=None, advanced_concepts=None, bounding_box_uuid=None, material=None, flow_domain_boundaries=None, advanced_modelling=None, mesh_settings_new=None, is_compressible=None, is_multicomponent=None, is_multiphase=None, is_cht=None, number_of_phases=None, cavitation_model=None, mesh_settings=None, region_of_interest=None, wind_conditions=None, pedestrian_comfort_map=None, additional_result_export=None, enable_radiation=None, enable_solar_load=None, enable_humidity_model=None, enable_joule_heating=None, solar_calculator=None, contact_handling_mode=None, allow_external_flow=None, external_flow_boundary_condition=None, embedded_boundary_meshing=None, use_local_time_stepping=None, global_physics=None, coils=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property additional_result_export¶
Gets the additional_result_export of this Analysis. # noqa: E501
- Returns:
The additional_result_export of this Analysis. # noqa: E501
- Return type:
- property adjoint_turbulence_model¶
Gets the adjoint_turbulence_model of this Analysis. # noqa: E501
- Returns:
The adjoint_turbulence_model of this Analysis. # noqa: E501
- Return type:
str
- property advanced_concepts¶
Gets the advanced_concepts of this Analysis. # noqa: E501
- Returns:
The advanced_concepts of this Analysis. # noqa: E501
- Return type:
- property advanced_modelling¶
Gets the advanced_modelling of this Analysis. # noqa: E501
- Returns:
The advanced_modelling of this Analysis. # noqa: E501
- Return type:
- property algorithm¶
Gets the algorithm of this Analysis. # noqa: E501
- Returns:
The algorithm of this Analysis. # noqa: E501
- Return type:
str
- property allow_external_flow¶
Gets the allow_external_flow of this Analysis. # noqa: E501
This toggle allows you to create an additional external fluid domain via a Cartesian box. Enable this toggle if you want to simulate for example natural convection around your system and the external flow domain is not represented in your CAD model as a solid body. # noqa: E501
- Returns:
The allow_external_flow of this Analysis. # noqa: E501
- Return type:
bool
- attribute_map = {'additional_result_export': 'additionalResultExport', 'adjoint_turbulence_model': 'adjointTurbulenceModel', 'advanced_concepts': 'advancedConcepts', 'advanced_modelling': 'advancedModelling', 'algorithm': 'algorithm', 'allow_external_flow': 'allowExternalFlow', 'boundary_conditions': 'boundaryConditions', 'bounding_box_uuid': 'boundingBoxUuid', 'cavitation_model': 'cavitationModel', 'coils': 'coils', 'connection_groups': 'connectionGroups', 'connectors': 'connectors', 'contact_handling_mode': 'contactHandlingMode', 'element_technology': 'elementTechnology', 'embedded_boundary_meshing': 'embeddedBoundaryMeshing', 'enable_adjoint_optimization': 'enableAdjointOptimization', 'enable_humidity_model': 'enableHumidityModel', 'enable_joule_heating': 'enableJouleHeating', 'enable_radiation': 'enableRadiation', 'enable_solar_load': 'enableSolarLoad', 'external_flow_boundary_condition': 'externalFlowBoundaryCondition', 'flow_domain_boundaries': 'flowDomainBoundaries', 'global_physics': 'globalPhysics', 'inertia_effect': 'inertiaEffect', 'initial_conditions': 'initialConditions', 'is_cht': 'isCHT', 'is_compressible': 'isCompressible', 'is_multicomponent': 'isMulticomponent', 'is_multiphase': 'isMultiphase', 'material': 'material', 'materials': 'materials', 'mesh_order': 'meshOrder', 'mesh_settings': 'meshSettings', 'mesh_settings_new': 'meshSettingsNew', 'model': 'model', 'non_linear_analysis': 'nonLinearAnalysis', 'num_of_passive_species': 'numOfPassiveSpecies', 'number_of_phases': 'numberOfPhases', 'numerics': 'numerics', 'pedestrian_comfort_map': 'pedestrianComfortMap', 'region_of_interest': 'regionOfInterest', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'solar_calculator': 'solarCalculator', 'time_dependency': 'timeDependency', 'turbulence_model': 'turbulenceModel', 'type': 'type', 'use_local_time_stepping': 'useLocalTimeStepping', 'wind_conditions': 'windConditions'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this Analysis. # noqa: E501
- Returns:
The boundary_conditions of this Analysis. # noqa: E501
- Return type:
list[OneOfElectromagneticAnalysisBoundaryConditions]
- property bounding_box_uuid¶
Gets the bounding_box_uuid of this Analysis. # noqa: E501
- Returns:
The bounding_box_uuid of this Analysis. # noqa: E501
- Return type:
str
- property cavitation_model¶
Gets the cavitation_model of this Analysis. # noqa: E501
- Returns:
The cavitation_model of this Analysis. # noqa: E501
- Return type:
str
- property coils¶
Gets the coils of this Analysis. # noqa: E501
- Returns:
The coils of this Analysis. # noqa: E501
- Return type:
list[Coil]
- property connection_groups¶
Gets the connection_groups of this Analysis. # noqa: E501
- Returns:
The connection_groups of this Analysis. # noqa: E501
- Return type:
list[Contact]
- property connectors¶
Gets the connectors of this Analysis. # noqa: E501
- Returns:
The connectors of this Analysis. # noqa: E501
- Return type:
list[OneOfFrequencyAnalysisConnectors]
- property contact_handling_mode¶
Gets the contact_handling_mode of this Analysis. # noqa: E501
- Returns:
The contact_handling_mode of this Analysis. # noqa: E501
- Return type:
str
- discriminator_value_class_map = {'COMPRESSIBLE': 'Compressible', 'CONJUGATE_HEAT_TRANSFER': 'ConjugateHeatTransfer', 'CONVECTIVE_HEAT_TRANSFER': 'ConvectiveHeatTransfer', 'COUPLED_CONJUGATE_HEAT_TRANSFER': 'CoupledConjugateHeatTransfer', 'DYNAMIC_ANALYSIS': 'DynamicAnalysis', 'ELECTROMAGNETIC_ANALYSIS': 'ElectromagneticAnalysis', 'EMBEDDED_BOUNDARY': 'EmbeddedBoundary', 'FREQUENCY_ANALYSIS': 'FrequencyAnalysis', 'HARMONIC_ANALYSIS': 'HarmonicAnalysis', 'HEAT_TRANSFER': 'HeatTransfer', 'INCOMPRESSIBLE': 'Incompressible', 'INCOMPRESSIBLE_PACEFISH': 'IncompressiblePacefish', 'MULTIPHASE': 'Multiphase', 'SIMERICS_ANALYSIS': 'SimericsAnalysis', 'STATIC_ANALYSIS': 'StaticAnalysis', 'THERMAL_MECHANICAL': 'ThermalMechanical', 'WIND_COMFORT': 'WindComfort'}¶
- property element_technology¶
Gets the element_technology of this Analysis. # noqa: E501
- Returns:
The element_technology of this Analysis. # noqa: E501
- Return type:
- property embedded_boundary_meshing¶
Gets the embedded_boundary_meshing of this Analysis. # noqa: E501
- Returns:
The embedded_boundary_meshing of this Analysis. # noqa: E501
- Return type:
- property enable_adjoint_optimization¶
Gets the enable_adjoint_optimization of this Analysis. # noqa: E501
- Returns:
The enable_adjoint_optimization of this Analysis. # noqa: E501
- Return type:
bool
- property enable_humidity_model¶
Gets the enable_humidity_model of this Analysis. # noqa: E501
<b>Humidity model</b> to simulate wet air. First turn on the <em>compressible</em> toggle to enable it. The simulation will take the effect of humid air on the flow field into account. Dry air is heavier than wet air and hence sinks. The model does not account for condensation and evaporation and is not applicable in cases where this is of concern, for example dehumidifiers. It is suitable for HVAC analysis and for temperature ranges of <b>0° to 100°C</b>. </li></ul></p><a href= https://www.simscale.com/docs/simulation-setup/global-settings/humidity-modeling/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The enable_humidity_model of this Analysis. # noqa: E501
- Return type:
bool
- property enable_joule_heating¶
Gets the enable_joule_heating of this Analysis. # noqa: E501
Enabling <b>Joule heating</b> gives you the possibility to solve a coupled electric conduction and conjugate heat transfer problem in a single simulation. # noqa: E501
- Returns:
The enable_joule_heating of this Analysis. # noqa: E501
- Return type:
bool
- property enable_radiation¶
Gets the enable_radiation of this Analysis. # noqa: E501
Heat transfer through radiation takes place in the form of electromagnetic waves and it can be calculated in the simulation. This phenomenon becomes more important when the temperature differences in the simulation domain are large. <a href=’https://www.simscale.com/docs/analysis-types/convective-heat-transfer-analysis/radiation/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The enable_radiation of this Analysis. # noqa: E501
- Return type:
bool
- property enable_solar_load¶
Gets the enable_solar_load of this Analysis. # noqa: E501
Enables the <b>solar load</b> model in the simulation. <b>Diffuse</b> and/or <b>directional</b> solar load contributions are specified in the <b>solar calculator</b>. The solar load terms will heat the external faces of the simulation domain. Moreover, if transparent and/or semi-transparent boundaries are present, internal surfaces of the domain might also be heated. All <b>internal solids</b> will be considered <b>opaque</b>. <a href=’https://www.simscale.com/docs/analysis-types/conjugate-heat-transfer-analysis/solar-load/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The enable_solar_load of this Analysis. # noqa: E501
- Return type:
bool
- property external_flow_boundary_condition¶
Gets the external_flow_boundary_condition of this Analysis. # noqa: E501
- Returns:
The external_flow_boundary_condition of this Analysis. # noqa: E501
- Return type:
OneOfEmbeddedBoundaryExternalFlowBoundaryCondition
- property flow_domain_boundaries¶
Gets the flow_domain_boundaries of this Analysis. # noqa: E501
- Returns:
The flow_domain_boundaries of this Analysis. # noqa: E501
- Return type:
- get_real_child_model(data)¶
Returns the real base class specified by the discriminator
- property global_physics¶
Gets the global_physics of this Analysis. # noqa: E501
- Returns:
The global_physics of this Analysis. # noqa: E501
- Return type:
- property inertia_effect¶
Gets the inertia_effect of this Analysis. # noqa: E501
<p>Select if inertia effects should be considered in the analysis. If high loading accelerations or impacts are present then <b>dynamic</b> is the right choice for this parameter. If the dynamic effects are negligible, <b>static</b> should be selected.</p> # noqa: E501
- Returns:
The inertia_effect of this Analysis. # noqa: E501
- Return type:
str
- property initial_conditions¶
Gets the initial_conditions of this Analysis. # noqa: E501
- Returns:
The initial_conditions of this Analysis. # noqa: E501
- Return type:
- property is_cht¶
Gets the is_cht of this Analysis. # noqa: E501
- Returns:
The is_cht of this Analysis. # noqa: E501
- Return type:
bool
- property is_compressible¶
Gets the is_compressible of this Analysis. # noqa: E501
<ul><li>Toggle off <em>Compressible</em> for small temperature variations within the domain, for example, in natural convection simulations (Boussinesq approximation). Use Gauge pressure (0 Pa). </li><li>Toggle on <em>Compressible</em> to calculate resulting density variations within the domain based on pressure and temperature. Use Absolute pressure (for example, 101325 Pa at sea level)</li></ul> # noqa: E501
- Returns:
The is_compressible of this Analysis. # noqa: E501
- Return type:
bool
- property is_multicomponent¶
Gets the is_multicomponent of this Analysis. # noqa: E501
- Returns:
The is_multicomponent of this Analysis. # noqa: E501
- Return type:
bool
- property is_multiphase¶
Gets the is_multiphase of this Analysis. # noqa: E501
- Returns:
The is_multiphase of this Analysis. # noqa: E501
- Return type:
bool
- property material¶
Gets the material of this Analysis. # noqa: E501
- Returns:
The material of this Analysis. # noqa: E501
- Return type:
- property materials¶
Gets the materials of this Analysis. # noqa: E501
- Returns:
The materials of this Analysis. # noqa: E501
- Return type:
list[ElectromagneticMaterial]
- property mesh_order¶
Gets the mesh_order of this Analysis. # noqa: E501
- Returns:
The mesh_order of this Analysis. # noqa: E501
- Return type:
str
- property mesh_settings¶
Gets the mesh_settings of this Analysis. # noqa: E501
- Returns:
The mesh_settings of this Analysis. # noqa: E501
- Return type:
- property mesh_settings_new¶
Gets the mesh_settings_new of this Analysis. # noqa: E501
- Returns:
The mesh_settings_new of this Analysis. # noqa: E501
- Return type:
OneOfIncompressiblePacefishMeshSettingsNew
- property model¶
Gets the model of this Analysis. # noqa: E501
- Returns:
The model of this Analysis. # noqa: E501
- Return type:
OneOfElectromagneticAnalysisModel
- property non_linear_analysis¶
Gets the non_linear_analysis of this Analysis. # noqa: E501
<p>Choose if your analysis should feature any kind of <b>nonlinearity</b> like <b>physical contacts, nonlinear materials</b> as hyperelasticity or plasticity or <b>large rotations</b> and <b>large deformations, temperature dependant material properties</b> or <b>temperature dependant boundary conditions</b>. For a <b>linear analysis</b> none of those nonlinearities are available.</p> # noqa: E501
- Returns:
The non_linear_analysis of this Analysis. # noqa: E501
- Return type:
bool
- property num_of_passive_species¶
Gets the num_of_passive_species of this Analysis. # noqa: E501
Select the number of passive species involved in the simulation. Passive species allow you to simulate the transport of a scalar quantity within a fluid flow without affecting it. <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/#passive-species’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The num_of_passive_species of this Analysis. # noqa: E501
- Return type:
int
- property number_of_phases¶
Gets the number_of_phases of this Analysis. # noqa: E501
- Returns:
The number_of_phases of this Analysis. # noqa: E501
- Return type:
int
- property numerics¶
Gets the numerics of this Analysis. # noqa: E501
- Returns:
The numerics of this Analysis. # noqa: E501
- Return type:
- openapi_types = {'additional_result_export': 'FluidResultControls', 'adjoint_turbulence_model': 'str', 'advanced_concepts': 'AdvancedConcepts', 'advanced_modelling': 'AdvancedModelling', 'algorithm': 'str', 'allow_external_flow': 'bool', 'boundary_conditions': 'list[OneOfElectromagneticAnalysisBoundaryConditions]', 'bounding_box_uuid': 'str', 'cavitation_model': 'str', 'coils': 'list[Coil]', 'connection_groups': 'list[Contact]', 'connectors': 'list[OneOfFrequencyAnalysisConnectors]', 'contact_handling_mode': 'str', 'element_technology': 'SolidElementTechnology', 'embedded_boundary_meshing': 'EmbeddedBoundaryMeshing', 'enable_adjoint_optimization': 'bool', 'enable_humidity_model': 'bool', 'enable_joule_heating': 'bool', 'enable_radiation': 'bool', 'enable_solar_load': 'bool', 'external_flow_boundary_condition': 'OneOfEmbeddedBoundaryExternalFlowBoundaryCondition', 'flow_domain_boundaries': 'FlowDomainBoundaries', 'global_physics': 'SolidGlobalPhysics', 'inertia_effect': 'str', 'initial_conditions': 'SolidInitialConditions', 'is_cht': 'bool', 'is_compressible': 'bool', 'is_multicomponent': 'bool', 'is_multiphase': 'bool', 'material': 'IncompressibleMaterial', 'materials': 'list[ElectromagneticMaterial]', 'mesh_order': 'str', 'mesh_settings': 'WindComfortMesh', 'mesh_settings_new': 'OneOfIncompressiblePacefishMeshSettingsNew', 'model': 'OneOfElectromagneticAnalysisModel', 'non_linear_analysis': 'bool', 'num_of_passive_species': 'int', 'number_of_phases': 'int', 'numerics': 'ElectromagneticNumerics', 'pedestrian_comfort_map': 'list[PedestrianComfortSurface]', 'region_of_interest': 'RegionOfInterest', 'result_control': 'ElectromagneticResultControl', 'simulation_control': 'ElectromagneticSimulationControl', 'solar_calculator': 'SolarCalculator', 'time_dependency': 'OneOfConjugateHeatTransferTimeDependency', 'turbulence_model': 'str', 'type': 'str', 'use_local_time_stepping': 'bool', 'wind_conditions': 'WindConditions'}¶
- property pedestrian_comfort_map¶
Gets the pedestrian_comfort_map of this Analysis. # noqa: E501
- Returns:
The pedestrian_comfort_map of this Analysis. # noqa: E501
- Return type:
list[PedestrianComfortSurface]
- property region_of_interest¶
Gets the region_of_interest of this Analysis. # noqa: E501
- Returns:
The region_of_interest of this Analysis. # noqa: E501
- Return type:
- property result_control¶
Gets the result_control of this Analysis. # noqa: E501
- Returns:
The result_control of this Analysis. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this Analysis. # noqa: E501
- Returns:
The simulation_control of this Analysis. # noqa: E501
- Return type:
- property solar_calculator¶
Gets the solar_calculator of this Analysis. # noqa: E501
- Returns:
The solar_calculator of this Analysis. # noqa: E501
- Return type:
- property time_dependency¶
Gets the time_dependency of this Analysis. # noqa: E501
- Returns:
The time_dependency of this Analysis. # noqa: E501
- Return type:
OneOfConjugateHeatTransferTimeDependency
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_model¶
Gets the turbulence_model of this Analysis. # noqa: E501
Choose a turbulence model for your CFD analysis:<ul><li><strong>No turbulence</strong>: Laminar</li><li><strong>RANS</strong>: <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#standard-k-epsilon-model’ target=’_blank’>k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#realizable-k-epsilon-model’ target=’_blank’>Realizable k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-omega-sst/’ target=’_blank’>k-omega and k-omega SST</a></li><li><strong>LES</strong>: Smagorinsky, Spalart-Allmaras</li></ul><p><p><a href=’https://www.simscale.com/blog/2017/12/turbulence-cfd-analysis/’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The turbulence_model of this Analysis. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this Analysis. # noqa: E501
Schema name: ElectromagneticAnalysis # noqa: E501
- Returns:
The type of this Analysis. # noqa: E501
- Return type:
str
- property use_local_time_stepping¶
Gets the use_local_time_stepping of this Analysis. # noqa: E501
With the <i>Local time stepping</i> option enabled, it’s possible to accelerate the simulation towards a steady-state. As a result, faster computing times and smaller result data size. Commonly used in ship hull resistance analysis. # noqa: E501
- Returns:
The use_local_time_stepping of this Analysis. # noqa: E501
- Return type:
bool
- property wind_conditions¶
Gets the wind_conditions of this Analysis. # noqa: E501
- Returns:
The wind_conditions of this Analysis. # noqa: E501
- Return type:
simscale_sdk.models.angular_rotation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.angular_rotation.AngularRotation(type='ANGULAR_ROTATION', rotation_center=None, rotation_axis=None, angular_velocity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property angular_velocity¶
Gets the angular_velocity of this AngularRotation. # noqa: E501
- Returns:
The angular_velocity of this AngularRotation. # noqa: E501
- Return type:
- attribute_map = {'angular_velocity': 'angularVelocity', 'rotation_axis': 'rotationAxis', 'rotation_center': 'rotationCenter', 'type': 'type'}¶
- openapi_types = {'angular_velocity': 'DimensionalFunctionRotationSpeed', 'rotation_axis': 'DimensionalVectorLength', 'rotation_center': 'DimensionalVectorLength', 'type': 'str'}¶
- property rotation_axis¶
Gets the rotation_axis of this AngularRotation. # noqa: E501
- Returns:
The rotation_axis of this AngularRotation. # noqa: E501
- Return type:
- property rotation_center¶
Gets the rotation_center of this AngularRotation. # noqa: E501
- Returns:
The rotation_center of this AngularRotation. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AngularRotation. # noqa: E501
Schema name: AngularRotation # noqa: E501
- Returns:
The type of this AngularRotation. # noqa: E501
- Return type:
str
simscale_sdk.models.animation_output_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.animation_output_settings.AnimationOutputSettings(name=None, format='GIF', resolution=None, frame_rate=20, show_legend=True, show_cube=True, background_color=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'background_color': 'backgroundColor', 'format': 'format', 'frame_rate': 'frameRate', 'name': 'name', 'resolution': 'resolution', 'show_cube': 'showCube', 'show_legend': 'showLegend'}¶
- property background_color¶
Gets the background_color of this AnimationOutputSettings. # noqa: E501
- Returns:
The background_color of this AnimationOutputSettings. # noqa: E501
- Return type:
- property format¶
Gets the format of this AnimationOutputSettings. # noqa: E501
- Returns:
The format of this AnimationOutputSettings. # noqa: E501
- Return type:
str
- property frame_rate¶
Gets the frame_rate of this AnimationOutputSettings. # noqa: E501
- Returns:
The frame_rate of this AnimationOutputSettings. # noqa: E501
- Return type:
int
- property name¶
Gets the name of this AnimationOutputSettings. # noqa: E501
- Returns:
The name of this AnimationOutputSettings. # noqa: E501
- Return type:
str
- openapi_types = {'background_color': 'Color', 'format': 'str', 'frame_rate': 'int', 'name': 'str', 'resolution': 'ResolutionInfo', 'show_cube': 'bool', 'show_legend': 'bool'}¶
- property resolution¶
Gets the resolution of this AnimationOutputSettings. # noqa: E501
- Returns:
The resolution of this AnimationOutputSettings. # noqa: E501
- Return type:
- property show_cube¶
Gets the show_cube of this AnimationOutputSettings. # noqa: E501
- Returns:
The show_cube of this AnimationOutputSettings. # noqa: E501
- Return type:
bool
- property show_legend¶
Gets the show_legend of this AnimationOutputSettings. # noqa: E501
- Returns:
The show_legend of this AnimationOutputSettings. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.animation_report_properties module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.animation_report_properties.AnimationReportProperties(report_type='ANIMATION', model_settings=None, filters=None, camera_settings=None, output_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'camera_settings': 'cameraSettings', 'filters': 'filters', 'model_settings': 'modelSettings', 'output_settings': 'outputSettings', 'report_type': 'reportType'}¶
- property camera_settings¶
Gets the camera_settings of this AnimationReportProperties. # noqa: E501
- Returns:
The camera_settings of this AnimationReportProperties. # noqa: E501
- Return type:
OneOfCameraSettings
- property filters¶
Gets the filters of this AnimationReportProperties. # noqa: E501
- Returns:
The filters of this AnimationReportProperties. # noqa: E501
- Return type:
- property model_settings¶
Gets the model_settings of this AnimationReportProperties. # noqa: E501
- Returns:
The model_settings of this AnimationReportProperties. # noqa: E501
- Return type:
- openapi_types = {'camera_settings': 'OneOfCameraSettings', 'filters': 'Filters', 'model_settings': 'ModelSettings', 'output_settings': 'OneOfAnimationOutputSettings', 'report_type': 'str'}¶
- property output_settings¶
Gets the output_settings of this AnimationReportProperties. # noqa: E501
- Returns:
The output_settings of this AnimationReportProperties. # noqa: E501
- Return type:
OneOfAnimationOutputSettings
- property report_type¶
Gets the report_type of this AnimationReportProperties. # noqa: E501
- Returns:
The report_type of this AnimationReportProperties. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.any_of_parameter_with_values_values module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.any_of_parameter_with_values_values.AnyOfParameterWithValuesValues(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.area_average_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.area_average_result_control.AreaAverageResultControl(type='AREA_AVERAGE', name=None, write_control=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type', 'write_control': 'writeControl'}¶
- property name¶
Gets the name of this AreaAverageResultControl. # noqa: E501
- Returns:
The name of this AreaAverageResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str', 'write_control': 'OneOfAreaAverageResultControlWriteControl'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this AreaAverageResultControl. # noqa: E501
- Returns:
The topological_reference of this AreaAverageResultControl. # noqa: E501
- Return type:
- property type¶
Gets the type of this AreaAverageResultControl. # noqa: E501
Schema name: AreaAverageResultControl # noqa: E501
- Returns:
The type of this AreaAverageResultControl. # noqa: E501
- Return type:
str
- property write_control¶
Gets the write_control of this AreaAverageResultControl. # noqa: E501
- Returns:
The write_control of this AreaAverageResultControl. # noqa: E501
- Return type:
OneOfAreaAverageResultControlWriteControl
simscale_sdk.models.area_integral_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.area_integral_result_control.AreaIntegralResultControl(type='AREA_INTEGRAL', name=None, write_control=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type', 'write_control': 'writeControl'}¶
- property name¶
Gets the name of this AreaIntegralResultControl. # noqa: E501
- Returns:
The name of this AreaIntegralResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str', 'write_control': 'OneOfAreaIntegralResultControlWriteControl'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this AreaIntegralResultControl. # noqa: E501
- Returns:
The topological_reference of this AreaIntegralResultControl. # noqa: E501
- Return type:
- property type¶
Gets the type of this AreaIntegralResultControl. # noqa: E501
Schema name: AreaIntegralResultControl # noqa: E501
- Returns:
The type of this AreaIntegralResultControl. # noqa: E501
- Return type:
str
- property write_control¶
Gets the write_control of this AreaIntegralResultControl. # noqa: E501
- Returns:
The write_control of this AreaIntegralResultControl. # noqa: E501
- Return type:
OneOfAreaIntegralResultControlWriteControl
simscale_sdk.models.atmospheric_boundary_layer_inlet_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.atmospheric_boundary_layer_inlet_bc.AtmosphericBoundaryLayerInletBC(type='ATMOSPHERIC_BOUNDARY_LAYER_INLET', name=None, reference_velocity=None, reference_height=None, ground_roughness=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'ground_roughness': 'groundRoughness', 'name': 'name', 'reference_height': 'referenceHeight', 'reference_velocity': 'referenceVelocity', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property ground_roughness¶
Gets the ground_roughness of this AtmosphericBoundaryLayerInletBC. # noqa: E501
- Returns:
The ground_roughness of this AtmosphericBoundaryLayerInletBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this AtmosphericBoundaryLayerInletBC. # noqa: E501
- Returns:
The name of this AtmosphericBoundaryLayerInletBC. # noqa: E501
- Return type:
str
- openapi_types = {'ground_roughness': 'DimensionalLength', 'name': 'str', 'reference_height': 'DimensionalLength', 'reference_velocity': 'DimensionalSpeed', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property reference_height¶
Gets the reference_height of this AtmosphericBoundaryLayerInletBC. # noqa: E501
- Returns:
The reference_height of this AtmosphericBoundaryLayerInletBC. # noqa: E501
- Return type:
- property reference_velocity¶
Gets the reference_velocity of this AtmosphericBoundaryLayerInletBC. # noqa: E501
- Returns:
The reference_velocity of this AtmosphericBoundaryLayerInletBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this AtmosphericBoundaryLayerInletBC. # noqa: E501
- Returns:
The topological_reference of this AtmosphericBoundaryLayerInletBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this AtmosphericBoundaryLayerInletBC. # noqa: E501
The atmospheric boundary layer boundary condition implements the standard logarithmic profile for the stream-wise wind velocity component with corresponding profiles for turbulence kinetic energy and specific dissipation rate, where the ground roughness effects are taken into account. Schema name: AtmosphericBoundaryLayerInletBC # noqa: E501
- Returns:
The type of this AtmosphericBoundaryLayerInletBC. # noqa: E501
- Return type:
str
simscale_sdk.models.augmented_lagrange_method module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.augmented_lagrange_method.AugmentedLagrangeMethod(type='AUGMENTED_LAGRANGE', augmented_lagrange_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'augmented_lagrange_coefficient': 'augmentedLagrangeCoefficient', 'type': 'type'}¶
- property augmented_lagrange_coefficient¶
Gets the augmented_lagrange_coefficient of this AugmentedLagrangeMethod. # noqa: E501
- Returns:
The augmented_lagrange_coefficient of this AugmentedLagrangeMethod. # noqa: E501
- Return type:
float
- openapi_types = {'augmented_lagrange_coefficient': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AugmentedLagrangeMethod. # noqa: E501
Schema name: AugmentedLagrangeMethod # noqa: E501
- Returns:
The type of this AugmentedLagrangeMethod. # noqa: E501
- Return type:
str
simscale_sdk.models.auto_timestep_definition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.auto_timestep_definition.AutoTimestepDefinition(type='AUTOMATIC_V27', simulation_interval=None, maximum_timestep_length=None, minimum_timestep_length=None, maximum_residual=None, retiming_event=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'maximum_residual': 'maximumResidual', 'maximum_timestep_length': 'maximumTimestepLength', 'minimum_timestep_length': 'minimumTimestepLength', 'retiming_event': 'retimingEvent', 'simulation_interval': 'simulationInterval', 'type': 'type'}¶
- property maximum_residual¶
Gets the maximum_residual of this AutoTimestepDefinition. # noqa: E501
- Returns:
The maximum_residual of this AutoTimestepDefinition. # noqa: E501
- Return type:
float
- property maximum_timestep_length¶
Gets the maximum_timestep_length of this AutoTimestepDefinition. # noqa: E501
- Returns:
The maximum_timestep_length of this AutoTimestepDefinition. # noqa: E501
- Return type:
- property minimum_timestep_length¶
Gets the minimum_timestep_length of this AutoTimestepDefinition. # noqa: E501
- Returns:
The minimum_timestep_length of this AutoTimestepDefinition. # noqa: E501
- Return type:
- openapi_types = {'maximum_residual': 'float', 'maximum_timestep_length': 'RestrictedDimensionalFunctionTime', 'minimum_timestep_length': 'DimensionalTime', 'retiming_event': 'OneOfAutoTimestepDefinitionRetimingEvent', 'simulation_interval': 'DimensionalTime', 'type': 'str'}¶
- property retiming_event¶
Gets the retiming_event of this AutoTimestepDefinition. # noqa: E501
- Returns:
The retiming_event of this AutoTimestepDefinition. # noqa: E501
- Return type:
OneOfAutoTimestepDefinitionRetimingEvent
- property simulation_interval¶
Gets the simulation_interval of this AutoTimestepDefinition. # noqa: E501
- Returns:
The simulation_interval of this AutoTimestepDefinition. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutoTimestepDefinition. # noqa: E501
Schema name: AutoTimestepDefinition # noqa: E501
- Returns:
The type of this AutoTimestepDefinition. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_acceleration module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_acceleration.AutomaticAcceleration(type='AUTOMATIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticAcceleration. # noqa: E501
Schema name: AutomaticAcceleration # noqa: E501
- Returns:
The type of this AutomaticAcceleration. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_axis_definition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_axis_definition.AutomaticAxisDefinition(type='AUTOMATIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticAxisDefinition. # noqa: E501
Schema name: AutomaticAxisDefinition # noqa: E501
- Returns:
The type of this AutomaticAxisDefinition. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_curvature module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_curvature.AutomaticCurvature(type='AUTOMATIC_CURVATURE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticCurvature. # noqa: E501
Schema name: AutomaticCurvature # noqa: E501
- Returns:
The type of this AutomaticCurvature. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_domain_decomposition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_domain_decomposition.AutomaticDomainDecomposition(type='AUTOMATIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticDomainDecomposition. # noqa: E501
Schema name: AutomaticDomainDecomposition # noqa: E501
- Returns:
The type of this AutomaticDomainDecomposition. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_element_definition_method module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_element_definition_method.AutomaticElementDefinitionMethod(type='AUTOMATIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticElementDefinitionMethod. # noqa: E501
Schema name: AutomaticElementDefinitionMethod # noqa: E501
- Returns:
The type of this AutomaticElementDefinitionMethod. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_embedded_boundary_mesh_sizing module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_embedded_boundary_mesh_sizing.AutomaticEmbeddedBoundaryMeshSizing(type='AUTOMATIC_EBM_MESH_SIZING', fineness=None, physics_based_meshing_ibm=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fineness': 'fineness', 'physics_based_meshing_ibm': 'physicsBasedMeshingIBM', 'type': 'type'}¶
- property fineness¶
Gets the fineness of this AutomaticEmbeddedBoundaryMeshSizing. # noqa: E501
<p>This parameter determines the <b>fineness of the mesh</b> and affects the overall number of cells.</p><p><b>Note:</b> This setting will impact the accuracy of your results as well as computing time and result size. A finer mesh will be more demanding in terms of machine size and memory but lead to more accurate results.</p> # noqa: E501
- Returns:
The fineness of this AutomaticEmbeddedBoundaryMeshSizing. # noqa: E501
- Return type:
float
- openapi_types = {'fineness': 'float', 'physics_based_meshing_ibm': 'bool', 'type': 'str'}¶
- property physics_based_meshing_ibm¶
Gets the physics_based_meshing_ibm of this AutomaticEmbeddedBoundaryMeshSizing. # noqa: E501
<b>Physics-based meshing</b> takes setup information into account to size the immersed mesh accordingly. Users can expect automatic refinements applied to the following: </p><ul><li><p><b>Boundary faces</b>: All of those which belong to a boundary condition.</p></li> <li><p><b>Advanced concepts</b>: Power and momentum sources, porous regions and thermal resistance networks.</p></li></ul> # noqa: E501
- Returns:
The physics_based_meshing_ibm of this AutomaticEmbeddedBoundaryMeshSizing. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticEmbeddedBoundaryMeshSizing. # noqa: E501
Schema name: AutomaticEmbeddedBoundaryMeshSizing # noqa: E501
- Returns:
The type of this AutomaticEmbeddedBoundaryMeshSizing. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_layer_off module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_layer_off.AutomaticLayerOff(type='AUTOMATIC_LAYER_OFF', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticLayerOff. # noqa: E501
Schema name: AutomaticLayerOff # noqa: E501
- Returns:
The type of this AutomaticLayerOff. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_layer_on module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_layer_on.AutomaticLayerOn(type='AUTOMATIC_LAYER_ON', layer_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'layer_type': 'layerType', 'type': 'type'}¶
- property layer_type¶
Gets the layer_type of this AutomaticLayerOn. # noqa: E501
- Returns:
The layer_type of this AutomaticLayerOn. # noqa: E501
- Return type:
OneOfAutomaticLayerOnLayerType
- openapi_types = {'layer_type': 'OneOfAutomaticLayerOnLayerType', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticLayerOn. # noqa: E501
Schema name: AutomaticLayerOn # noqa: E501
- Returns:
The type of this AutomaticLayerOn. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_mesh_grading module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_mesh_grading.AutomaticMeshGrading(type='AUTOMATIC', fineness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fineness': 'fineness', 'type': 'type'}¶
- property fineness¶
Gets the fineness of this AutomaticMeshGrading. # noqa: E501
<p>The <b><a href=’https://www.simscale.com/docs/simulation-setup/meshing/tet-dominant/#grading’ target=’_blank’>mesh grading</a></b> specifies how fine details of the geometry are resolved and also influences the quality of the resulting elements.</p><ul><li><p>If you select the <b>automatic</b> grading, you can specify how fine your mesh should be (ranging from <i>1 - very coarse</i> to <i>5 - very fine</i>) and all additional parameters will be set automatically.</li><li><p>For full control over the underlying parameters <i>number of segements per edge</i>, <i>number of segements per radius</i> and <i>growth rate</i> you can choose the <b>manual</b> mesh grading option.</p></li></ul><p><img src=”/spec/resources/help/imgs/mesh_grading_comparison.png” class=”helpPopupImage”/> The figure shows meshes for grading <i>1 - very coarse</i> (left) and <i>5 - very fine</i> (right).</p> # noqa: E501
- Returns:
The fineness of this AutomaticMeshGrading. # noqa: E501
- Return type:
str
- openapi_types = {'fineness': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticMeshGrading. # noqa: E501
Schema name: AutomaticMeshGrading # noqa: E501
- Returns:
The type of this AutomaticMeshGrading. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_mesh_sizing module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_mesh_sizing.AutomaticMeshSizing(type='AUTOMATIC', fineness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fineness': 'fineness', 'type': 'type'}¶
- property fineness¶
Gets the fineness of this AutomaticMeshSizing. # noqa: E501
<p>Choose between <i>Automatic</i> and <i>Manual</i> mesh settings. <a href=’https://www.simscale.com/docs/analysis-types/incompressible-lbm/#mesh’ target=’_blank’>Learn more.</a></p><p><b>Note:</b> Mesh fineness impacts the accuracy of your results as well as computing time and result size. A finer mesh will be more demanding in terms of machine size and memory but lead to more accurate results in most cases.</p> # noqa: E501
- Returns:
The fineness of this AutomaticMeshSizing. # noqa: E501
- Return type:
str
- openapi_types = {'fineness': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticMeshSizing. # noqa: E501
Schema name: AutomaticMeshSizing # noqa: E501
- Returns:
The type of this AutomaticMeshSizing. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_mesh_sizing_hex_dominant_snappy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_mesh_sizing_hex_dominant_snappy.AutomaticMeshSizingHexDominantSnappy(type='AUTOMATIC', fineness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fineness': 'fineness', 'type': 'type'}¶
- property fineness¶
Gets the fineness of this AutomaticMeshSizingHexDominantSnappy. # noqa: E501
<p>This parameter determines the <b>fineness of the mesh</b> and affects the overall number of cells. It is recommended to start with the <i>coarse</i> setting. <a href=’https://www.simscale.com/docs/analysis-types/pedestrian-wind-comfort-analysis/mesh-settings/’ target=’_blank’>Find out more.</a></p><p><b>Note:</b> This setting will impact the accuracy of your results as well as computing time and result size. A finer mesh will be more demanding in terms of machine size and memory but lead to more accurate results in most cases.</p> # noqa: E501
- Returns:
The fineness of this AutomaticMeshSizingHexDominantSnappy. # noqa: E501
- Return type:
str
- openapi_types = {'fineness': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticMeshSizingHexDominantSnappy. # noqa: E501
Schema name: AutomaticMeshSizingHexDominantSnappy # noqa: E501
- Returns:
The type of this AutomaticMeshSizingHexDominantSnappy. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_mesh_sizing_simmetrix module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_mesh_sizing_simmetrix.AutomaticMeshSizingSimmetrix(type='AUTOMATIC_V9', fineness=None, curvature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'curvature': 'curvature', 'fineness': 'fineness', 'type': 'type'}¶
- property curvature¶
Gets the curvature of this AutomaticMeshSizingSimmetrix. # noqa: E501
- Returns:
The curvature of this AutomaticMeshSizingSimmetrix. # noqa: E501
- Return type:
OneOfAutomaticMeshSizingSimmetrixCurvature
- property fineness¶
Gets the fineness of this AutomaticMeshSizingSimmetrix. # noqa: E501
<p>Adjust the overall mesh sizing from coarse (value: 0) to fine (10).</p> # noqa: E501
- Returns:
The fineness of this AutomaticMeshSizingSimmetrix. # noqa: E501
- Return type:
float
- openapi_types = {'curvature': 'OneOfAutomaticMeshSizingSimmetrixCurvature', 'fineness': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticMeshSizingSimmetrix. # noqa: E501
Schema name: AutomaticMeshSizingSimmetrix # noqa: E501
- Returns:
The type of this AutomaticMeshSizingSimmetrix. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_omega_dissipation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_omega_dissipation.AutomaticOmegaDissipation(type='AUTOMATIC_DISSIPATION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticOmegaDissipation. # noqa: E501
Schema name: AutomaticOmegaDissipation # noqa: E501
- Returns:
The type of this AutomaticOmegaDissipation. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_reactualization module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_reactualization.AutomaticReactualization(type='AUTOMATIC', max_num_iterations=None, iteration_criterion=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'iteration_criterion': 'iterationCriterion', 'max_num_iterations': 'maxNumIterations', 'type': 'type'}¶
- property iteration_criterion¶
Gets the iteration_criterion of this AutomaticReactualization. # noqa: E501
- Returns:
The iteration_criterion of this AutomaticReactualization. # noqa: E501
- Return type:
float
- property max_num_iterations¶
Gets the max_num_iterations of this AutomaticReactualization. # noqa: E501
- Returns:
The max_num_iterations of this AutomaticReactualization. # noqa: E501
- Return type:
int
- openapi_types = {'iteration_criterion': 'float', 'max_num_iterations': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticReactualization. # noqa: E501
Schema name: AutomaticReactualization # noqa: E501
- Returns:
The type of this AutomaticReactualization. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_reference_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_reference_length.AutomaticReferenceLength(type='AUTOMATIC_REFERENCE_LENGTH', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticReferenceLength. # noqa: E501
Schema name: AutomaticReferenceLength # noqa: E501
- Returns:
The type of this AutomaticReferenceLength. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_reynolds_scaling module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_reynolds_scaling.AutomaticReynoldsScaling(type='AUTOMATIC_REYNOLDS_SCALING', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticReynoldsScaling. # noqa: E501
Schema name: AutomaticReynoldsScaling # noqa: E501
- Returns:
The type of this AutomaticReynoldsScaling. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_simerics_mesh_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_simerics_mesh_settings.AutomaticSimericsMeshSettings(type='AUTOMATIC_SETTINGS', refinements=None, fineness=None, enable_cad_surface_merging=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'enable_cad_surface_merging': 'enableCADSurfaceMerging', 'fineness': 'fineness', 'refinements': 'refinements', 'type': 'type'}¶
- property enable_cad_surface_merging¶
Gets the enable_cad_surface_merging of this AutomaticSimericsMeshSettings. # noqa: E501
<b>Merge CAD surfaces</b> combines all surfaces of the CAD model that are <i>not</i> assigned a boundary condition or result control. With this turned on, the probability of successful mesh generation for more complicated geometries significantly increases. If you need to inspect unassigned surfaces separately, turn it off. For more information, please contact Support. # noqa: E501
- Returns:
The enable_cad_surface_merging of this AutomaticSimericsMeshSettings. # noqa: E501
- Return type:
bool
- property fineness¶
Gets the fineness of this AutomaticSimericsMeshSettings. # noqa: E501
<p>Adjust the overall mesh sizing from coarse (value: 0) to fine (10).</p> # noqa: E501
- Returns:
The fineness of this AutomaticSimericsMeshSettings. # noqa: E501
- Return type:
float
- openapi_types = {'enable_cad_surface_merging': 'bool', 'fineness': 'float', 'refinements': 'list[RegionRefinementSimerics]', 'type': 'str'}¶
- property refinements¶
Gets the refinements of this AutomaticSimericsMeshSettings. # noqa: E501
- Returns:
The refinements of this AutomaticSimericsMeshSettings. # noqa: E501
- Return type:
list[RegionRefinementSimerics]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticSimericsMeshSettings. # noqa: E501
Schema name: AutomaticSimericsMeshSettings # noqa: E501
- Returns:
The type of this AutomaticSimericsMeshSettings. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_subspace_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_subspace_settings.AutomaticSubspaceSettings(type='AUTOMATIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticSubspaceSettings. # noqa: E501
Schema name: AutomaticSubspaceSettings # noqa: E501
- Returns:
The type of this AutomaticSubspaceSettings. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_sweep_off module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_sweep_off.AutomaticSweepOff(type='AUTOMATIC_SWEEP_MESHING_OFF', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticSweepOff. # noqa: E501
Schema name: AutomaticSweepOff # noqa: E501
- Returns:
The type of this AutomaticSweepOff. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_sweep_on module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_sweep_on.AutomaticSweepOn(type='AUTOMATIC_SWEEP_MESHING_ON', maximum_number_of_layers=None, minimum_number_of_layers=None, surface_element_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'maximum_number_of_layers': 'maximumNumberOfLayers', 'minimum_number_of_layers': 'minimumNumberOfLayers', 'surface_element_type': 'surfaceElementType', 'type': 'type'}¶
- property maximum_number_of_layers¶
Gets the maximum_number_of_layers of this AutomaticSweepOn. # noqa: E501
- Returns:
The maximum_number_of_layers of this AutomaticSweepOn. # noqa: E501
- Return type:
int
- property minimum_number_of_layers¶
Gets the minimum_number_of_layers of this AutomaticSweepOn. # noqa: E501
- Returns:
The minimum_number_of_layers of this AutomaticSweepOn. # noqa: E501
- Return type:
int
- openapi_types = {'maximum_number_of_layers': 'int', 'minimum_number_of_layers': 'int', 'surface_element_type': 'str', 'type': 'str'}¶
- property surface_element_type¶
Gets the surface_element_type of this AutomaticSweepOn. # noqa: E501
- Returns:
The surface_element_type of this AutomaticSweepOn. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticSweepOn. # noqa: E501
Schema name: AutomaticSweepOn # noqa: E501
- Returns:
The type of this AutomaticSweepOn. # noqa: E501
- Return type:
str
simscale_sdk.models.automatic_turbulence module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.automatic_turbulence.AutomaticTurbulence(type='AUTOMATIC_TURBULENCE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this AutomaticTurbulence. # noqa: E501
Schema name: AutomaticTurbulence # noqa: E501
- Returns:
The type of this AutomaticTurbulence. # noqa: E501
- Return type:
str
simscale_sdk.models.available_ai_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.available_ai_model.AvailableAiModel(ai_model_label=None, ai_model_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property ai_model_id¶
Gets the ai_model_id of this AvailableAiModel. # noqa: E501
- Returns:
The ai_model_id of this AvailableAiModel. # noqa: E501
- Return type:
str
- property ai_model_label¶
Gets the ai_model_label of this AvailableAiModel. # noqa: E501
- Returns:
The ai_model_label of this AvailableAiModel. # noqa: E501
- Return type:
str
- attribute_map = {'ai_model_id': 'aiModelId', 'ai_model_label': 'aiModelLabel'}¶
- openapi_types = {'ai_model_id': 'str', 'ai_model_label': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.average_fields_calculation_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.average_fields_calculation_result_control_item.AverageFieldsCalculationResultControlItem(type='AVERAGE_FIELDS_CALCULATION', name=None, field_selection=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'field_selection': 'fieldSelection', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property field_selection¶
Gets the field_selection of this AverageFieldsCalculationResultControlItem. # noqa: E501
- Returns:
The field_selection of this AverageFieldsCalculationResultControlItem. # noqa: E501
- Return type:
OneOfAverageFieldsCalculationResultControlItemFieldSelection
- property name¶
Gets the name of this AverageFieldsCalculationResultControlItem. # noqa: E501
- Returns:
The name of this AverageFieldsCalculationResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'field_selection': 'OneOfAverageFieldsCalculationResultControlItemFieldSelection', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this AverageFieldsCalculationResultControlItem. # noqa: E501
- Returns:
The topological_reference of this AverageFieldsCalculationResultControlItem. # noqa: E501
- Return type:
- property type¶
Gets the type of this AverageFieldsCalculationResultControlItem. # noqa: E501
Schema name: AverageFieldsCalculationResultControlItem # noqa: E501
- Returns:
The type of this AverageFieldsCalculationResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.average_velocity_momentum_source module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.average_velocity_momentum_source.AverageVelocityMomentumSource(type='AVERAGE_VELOCITY', name=None, average_velocity=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'average_velocity': 'averageVelocity', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property average_velocity¶
Gets the average_velocity of this AverageVelocityMomentumSource. # noqa: E501
- Returns:
The average_velocity of this AverageVelocityMomentumSource. # noqa: E501
- Return type:
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this AverageVelocityMomentumSource. # noqa: E501
- Returns:
The geometry_primitive_uuids of this AverageVelocityMomentumSource. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this AverageVelocityMomentumSource. # noqa: E501
- Returns:
The name of this AverageVelocityMomentumSource. # noqa: E501
- Return type:
str
- openapi_types = {'average_velocity': 'DimensionalVectorSpeed', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this AverageVelocityMomentumSource. # noqa: E501
- Returns:
The topological_reference of this AverageVelocityMomentumSource. # noqa: E501
- Return type:
- property type¶
Gets the type of this AverageVelocityMomentumSource. # noqa: E501
Schema name: AverageVelocityMomentumSource # noqa: E501
- Returns:
The type of this AverageVelocityMomentumSource. # noqa: E501
- Return type:
str
simscale_sdk.models.base_excitation_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.base_excitation_bc.BaseExcitationBC(type='BASE_EXCITATION', name=None, direction=None, acceleration=None, phase_angle=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property acceleration¶
Gets the acceleration of this BaseExcitationBC. # noqa: E501
- Returns:
The acceleration of this BaseExcitationBC. # noqa: E501
- Return type:
- attribute_map = {'acceleration': 'acceleration', 'direction': 'direction', 'name': 'name', 'phase_angle': 'phaseAngle', 'type': 'type'}¶
- property direction¶
Gets the direction of this BaseExcitationBC. # noqa: E501
- Returns:
The direction of this BaseExcitationBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this BaseExcitationBC. # noqa: E501
- Returns:
The name of this BaseExcitationBC. # noqa: E501
- Return type:
str
- openapi_types = {'acceleration': 'DimensionalFunctionAcceleration', 'direction': 'DimensionalVectorDimensionless', 'name': 'str', 'phase_angle': 'DimensionalAngle', 'type': 'str'}¶
- property phase_angle¶
Gets the phase_angle of this BaseExcitationBC. # noqa: E501
- Returns:
The phase_angle of this BaseExcitationBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this BaseExcitationBC. # noqa: E501
<p><b>Base excitation</b> boundary condition applies a uniform acceleration to all fixed surfaces in the model (zero displacement), e.g. faces assigned to the <i>Fixed support</i> boundary condition. Specify the direction vector, the acceleration magnitude and the delay in terms of a harmonic phase angle, from the load to the reference harmonic excitation.<a href=’https://www.simscale.com/docs/simulation-setup/boundary-conditions/base-excitation/’ target=’_blank’>Learn more</a></p> Schema name: BaseExcitationBC # noqa: E501
- Returns:
The type of this BaseExcitationBC. # noqa: E501
- Return type:
str
simscale_sdk.models.bathe_wilson module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.bathe_wilson.BatheWilson(type='JACOBI', prec_bathe=None, nmax_iter_bathe=None, prec_jacobi=None, max_iter_jacobi=None, subspace_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_iter_jacobi': 'maxIterJacobi', 'nmax_iter_bathe': 'nmaxIterBathe', 'prec_bathe': 'precBathe', 'prec_jacobi': 'precJacobi', 'subspace_settings': 'subspaceSettings', 'type': 'type'}¶
- property max_iter_jacobi¶
Gets the max_iter_jacobi of this BatheWilson. # noqa: E501
- Returns:
The max_iter_jacobi of this BatheWilson. # noqa: E501
- Return type:
int
- property nmax_iter_bathe¶
Gets the nmax_iter_bathe of this BatheWilson. # noqa: E501
- Returns:
The nmax_iter_bathe of this BatheWilson. # noqa: E501
- Return type:
int
- openapi_types = {'max_iter_jacobi': 'int', 'nmax_iter_bathe': 'int', 'prec_bathe': 'float', 'prec_jacobi': 'float', 'subspace_settings': 'OneOfBatheWilsonSubspaceSettings', 'type': 'str'}¶
- property prec_bathe¶
Gets the prec_bathe of this BatheWilson. # noqa: E501
- Returns:
The prec_bathe of this BatheWilson. # noqa: E501
- Return type:
float
- property prec_jacobi¶
Gets the prec_jacobi of this BatheWilson. # noqa: E501
- Returns:
The prec_jacobi of this BatheWilson. # noqa: E501
- Return type:
float
- property subspace_settings¶
Gets the subspace_settings of this BatheWilson. # noqa: E501
- Returns:
The subspace_settings of this BatheWilson. # noqa: E501
- Return type:
OneOfBatheWilsonSubspaceSettings
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this BatheWilson. # noqa: E501
Schema name: BatheWilson # noqa: E501
- Returns:
The type of this BatheWilson. # noqa: E501
- Return type:
str
simscale_sdk.models.bilinear_elasto_plastic_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.bilinear_elasto_plastic_model.BilinearElastoPlasticModel(type='BILINEAR', youngs_modulus=None, poissons_ratio=None, hardening_model=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'hardening_model': 'hardeningModel', 'poissons_ratio': 'poissonsRatio', 'type': 'type', 'youngs_modulus': 'youngsModulus'}¶
- property hardening_model¶
Gets the hardening_model of this BilinearElastoPlasticModel. # noqa: E501
- Returns:
The hardening_model of this BilinearElastoPlasticModel. # noqa: E501
- Return type:
OneOfBilinearElastoPlasticModelHardeningModel
- openapi_types = {'hardening_model': 'OneOfBilinearElastoPlasticModelHardeningModel', 'poissons_ratio': 'OneOfBilinearElastoPlasticModelPoissonsRatio', 'type': 'str', 'youngs_modulus': 'DimensionalFunctionPressure'}¶
- property poissons_ratio¶
Gets the poissons_ratio of this BilinearElastoPlasticModel. # noqa: E501
- Returns:
The poissons_ratio of this BilinearElastoPlasticModel. # noqa: E501
- Return type:
OneOfBilinearElastoPlasticModelPoissonsRatio
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this BilinearElastoPlasticModel. # noqa: E501
Schema name: BilinearElastoPlasticModel # noqa: E501
- Returns:
The type of this BilinearElastoPlasticModel. # noqa: E501
- Return type:
str
- property youngs_modulus¶
Gets the youngs_modulus of this BilinearElastoPlasticModel. # noqa: E501
- Returns:
The youngs_modulus of this BilinearElastoPlasticModel. # noqa: E501
- Return type:
simscale_sdk.models.bird_carreau_viscosity_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.bird_carreau_viscosity_model.BirdCarreauViscosityModel(type='BIRD_CARREAU', nu0=None, nu_inf=None, k=None, n=None, a=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property a¶
Gets the a of this BirdCarreauViscosityModel. # noqa: E501
- Returns:
The a of this BirdCarreauViscosityModel. # noqa: E501
- Return type:
- attribute_map = {'a': 'a', 'k': 'k', 'n': 'n', 'nu0': 'nu0', 'nu_inf': 'nuInf', 'type': 'type'}¶
- property k¶
Gets the k of this BirdCarreauViscosityModel. # noqa: E501
- Returns:
The k of this BirdCarreauViscosityModel. # noqa: E501
- Return type:
- property n¶
Gets the n of this BirdCarreauViscosityModel. # noqa: E501
- Returns:
The n of this BirdCarreauViscosityModel. # noqa: E501
- Return type:
- property nu0¶
Gets the nu0 of this BirdCarreauViscosityModel. # noqa: E501
- Returns:
The nu0 of this BirdCarreauViscosityModel. # noqa: E501
- Return type:
- property nu_inf¶
Gets the nu_inf of this BirdCarreauViscosityModel. # noqa: E501
- Returns:
The nu_inf of this BirdCarreauViscosityModel. # noqa: E501
- Return type:
- openapi_types = {'a': 'DimensionalDimensionless', 'k': 'DimensionalTime', 'n': 'DimensionalDimensionless', 'nu0': 'DimensionalKinematicViscosity', 'nu_inf': 'DimensionalKinematicViscosity', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this BirdCarreauViscosityModel. # noqa: E501
Choose between <a href=’https://www.simscale.com/docs/simulation-setup/materials/#newtonian-model’ target=’_blank’>Newtonian</a> and <a href=’https://www.simscale.com/docs/simulation-setup/materials/non-newtonian-models/’ target=’_blank’>Non-Newtonian</a> viscosity models. Schema name: BirdCarreauViscosityModel # noqa: E501
- Returns:
The type of this BirdCarreauViscosityModel. # noqa: E501
- Return type:
str
simscale_sdk.models.body_path module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.body_path.BodyPath(assembly=None, instance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property assembly¶
Gets the assembly of this BodyPath. # noqa: E501
- Returns:
The assembly of this BodyPath. # noqa: E501
- Return type:
str
- attribute_map = {'assembly': 'assembly', 'instance': 'instance'}¶
- property instance¶
Gets the instance of this BodyPath. # noqa: E501
- Returns:
The instance of this BodyPath. # noqa: E501
- Return type:
str
- openapi_types = {'assembly': 'str', 'instance': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.bolt_connector module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.bolt_connector.BoltConnector(type='BOLT_CONNECTOR', name=None, bolt_type=None, shank_diameter=None, mechanical_properties=None, enable_bolt_preload=None, preload=None, advanced_bolt_settings=None, master_topological_reference=None, slave_topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_bolt_settings¶
Gets the advanced_bolt_settings of this BoltConnector. # noqa: E501
- Returns:
The advanced_bolt_settings of this BoltConnector. # noqa: E501
- Return type:
- attribute_map = {'advanced_bolt_settings': 'advancedBoltSettings', 'bolt_type': 'boltType', 'enable_bolt_preload': 'enableBoltPreload', 'master_topological_reference': 'masterTopologicalReference', 'mechanical_properties': 'mechanicalProperties', 'name': 'name', 'preload': 'preload', 'shank_diameter': 'shankDiameter', 'slave_topological_reference': 'slaveTopologicalReference', 'type': 'type'}¶
- property bolt_type¶
Gets the bolt_type of this BoltConnector. # noqa: E501
<p>Select your desired type of fastener<br /><br /><ul><li><b>Bolt and nut</b> - a virtual connection between a bolt head and nut location</li><li><b>Screw</b> - a virtual connection between a screw head location and a cylindrical surface representing a threaded section</li></ul></p> # noqa: E501
- Returns:
The bolt_type of this BoltConnector. # noqa: E501
- Return type:
str
- property enable_bolt_preload¶
Gets the enable_bolt_preload of this BoltConnector. # noqa: E501
Enable the definition of pretension within the virtual bolt. # noqa: E501
- Returns:
The enable_bolt_preload of this BoltConnector. # noqa: E501
- Return type:
bool
- property master_topological_reference¶
Gets the master_topological_reference of this BoltConnector. # noqa: E501
- Returns:
The master_topological_reference of this BoltConnector. # noqa: E501
- Return type:
- property mechanical_properties¶
Gets the mechanical_properties of this BoltConnector. # noqa: E501
- Returns:
The mechanical_properties of this BoltConnector. # noqa: E501
- Return type:
- property name¶
Gets the name of this BoltConnector. # noqa: E501
- Returns:
The name of this BoltConnector. # noqa: E501
- Return type:
str
- openapi_types = {'advanced_bolt_settings': 'AdvancedConnectorSettings', 'bolt_type': 'str', 'enable_bolt_preload': 'bool', 'master_topological_reference': 'TopologicalReference', 'mechanical_properties': 'BoltMechanicalProperties', 'name': 'str', 'preload': 'ForcePreload', 'shank_diameter': 'DimensionalLength', 'slave_topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property preload¶
Gets the preload of this BoltConnector. # noqa: E501
- Returns:
The preload of this BoltConnector. # noqa: E501
- Return type:
- property shank_diameter¶
Gets the shank_diameter of this BoltConnector. # noqa: E501
- Returns:
The shank_diameter of this BoltConnector. # noqa: E501
- Return type:
- property slave_topological_reference¶
Gets the slave_topological_reference of this BoltConnector. # noqa: E501
- Returns:
The slave_topological_reference of this BoltConnector. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this BoltConnector. # noqa: E501
<p>Connect multiple bodies via a virtual bolt <br /><br /><b>Usage</b>: <br /><ul><li>Define a separate bolt connector item for each virtual bolt</li><li>Assign entities must be coaxial</li></ul><b>Behavior</b>:<br /><ul><li>Bolt connectors mimic physical bolts using beam formulations. Relative translations and rotations of the connected entities are computed based on the defined bolt mechanical properties</li><li>Ability to apply preload</li></ul></p> Schema name: BoltConnector # noqa: E501
- Returns:
The type of this BoltConnector. # noqa: E501
- Return type:
str
simscale_sdk.models.bolt_mechanical_properties module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.bolt_mechanical_properties.BoltMechanicalProperties(youngs_modulus=None, poissons_ratio=None, density=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'density': 'density', 'poissons_ratio': 'poissonsRatio', 'youngs_modulus': 'youngsModulus'}¶
- property density¶
Gets the density of this BoltMechanicalProperties. # noqa: E501
- Returns:
The density of this BoltMechanicalProperties. # noqa: E501
- Return type:
- openapi_types = {'density': 'DimensionalDensity', 'poissons_ratio': 'float', 'youngs_modulus': 'DimensionalPressure'}¶
- property poissons_ratio¶
Gets the poissons_ratio of this BoltMechanicalProperties. # noqa: E501
Provide the Poisson’s ratio value which describes the compression or elongation of the bolt material transverse to axial strain. Poisson’s ratio can have a value within range from -1 to 0.5. # noqa: E501
- Returns:
The poissons_ratio of this BoltMechanicalProperties. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property youngs_modulus¶
Gets the youngs_modulus of this BoltMechanicalProperties. # noqa: E501
- Returns:
The youngs_modulus of this BoltMechanicalProperties. # noqa: E501
- Return type:
simscale_sdk.models.bolt_preload_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.bolt_preload_bc.BoltPreloadBC(type='BOLT_PRELOAD', name=None, preload=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'preload': 'preload', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this BoltPreloadBC. # noqa: E501
- Returns:
The name of this BoltPreloadBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'preload': 'ForcePreload', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property preload¶
Gets the preload of this BoltPreloadBC. # noqa: E501
- Returns:
The preload of this BoltPreloadBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this BoltPreloadBC. # noqa: E501
- Returns:
The topological_reference of this BoltPreloadBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this BoltPreloadBC. # noqa: E501
<b>Bolt preload</b> boundary condition helps to model pre-stressed bolts in a CAD geometry for structural analysis. Enter a preload <i>force</i> to be assigned to cylindrical faces representing the shank of the bolt. <br><b>Note:</b><ul><li>These faces should be continuous and not be assigned to contact definitions.</li><li>Each bolt gets only one load, if multiple faces for the same bolt are assigned, they get ignored.</li><li>The applied load <b>does not get</b> distributed if multiple bolts are assigned.</li></ul> <img src=”/spec/resources/help/imgs/bolt_preload_help_text.png” class=”helpPopupImage”/> <a href=’https://www.simscale.com/docs/simulation-setup/boundary-conditions/bolt-preload/’ target=’_blank’>Learn more</a>. Schema name: BoltPreloadBC # noqa: E501
- Returns:
The type of this BoltPreloadBC. # noqa: E501
- Return type:
str
simscale_sdk.models.bonded_contact module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.bonded_contact.BondedContact(type='BONDED_CONTACT', name=None, enable_heat_transfer=None, position_tolerance=None, master_topological_reference=None, slave_topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'enable_heat_transfer': 'enableHeatTransfer', 'master_topological_reference': 'masterTopologicalReference', 'name': 'name', 'position_tolerance': 'positionTolerance', 'slave_topological_reference': 'slaveTopologicalReference', 'type': 'type'}¶
- property enable_heat_transfer¶
Gets the enable_heat_transfer of this BondedContact. # noqa: E501
- Returns:
The enable_heat_transfer of this BondedContact. # noqa: E501
- Return type:
str
- property master_topological_reference¶
Gets the master_topological_reference of this BondedContact. # noqa: E501
- Returns:
The master_topological_reference of this BondedContact. # noqa: E501
- Return type:
- property name¶
Gets the name of this BondedContact. # noqa: E501
- Returns:
The name of this BondedContact. # noqa: E501
- Return type:
str
- openapi_types = {'enable_heat_transfer': 'str', 'master_topological_reference': 'TopologicalReference', 'name': 'str', 'position_tolerance': 'OneOfBondedContactPositionTolerance', 'slave_topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property position_tolerance¶
Gets the position_tolerance of this BondedContact. # noqa: E501
- Returns:
The position_tolerance of this BondedContact. # noqa: E501
- Return type:
OneOfBondedContactPositionTolerance
- property slave_topological_reference¶
Gets the slave_topological_reference of this BondedContact. # noqa: E501
- Returns:
The slave_topological_reference of this BondedContact. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this BondedContact. # noqa: E501
Schema name: BondedContact # noqa: E501
- Returns:
The type of this BondedContact. # noqa: E501
- Return type:
str
simscale_sdk.models.bounded_gauss_upwind_divergence_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.bounded_gauss_upwind_divergence_scheme.BoundedGaussUpwindDivergenceScheme(type='BOUNDED_GAUSS_UPWIND', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this BoundedGaussUpwindDivergenceScheme. # noqa: E501
Schema name: BoundedGaussUpwindDivergenceScheme # noqa: E501
- Returns:
The type of this BoundedGaussUpwindDivergenceScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.bounding_box_layer_addition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.bounding_box_layer_addition.BoundingBoxLayerAddition(type='BOUNDING_BOX_LAYER_ADDITION', name=None, face=None, layers=None, expansion_ratio=None, min_thickness=None, final_thickness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'expansion_ratio': 'expansionRatio', 'face': 'face', 'final_thickness': 'finalThickness', 'layers': 'layers', 'min_thickness': 'minThickness', 'name': 'name', 'type': 'type'}¶
- property expansion_ratio¶
Gets the expansion_ratio of this BoundingBoxLayerAddition. # noqa: E501
<p>The <b>Expansion ratio</b> determines how the boundary layers grow in thickness from the wall to the internal mesh. The larger the ratio, the larger each cell layer will be in comparison to the neighbouring layer closer to the wall.</p><p><img src=”/spec/resources/help/imgs/shm_bl_expansion-ratio.png” class=”helpPopupImage”/> The figure shows a ratio of 1.3.</p> # noqa: E501
- Returns:
The expansion_ratio of this BoundingBoxLayerAddition. # noqa: E501
- Return type:
float
- property face¶
Gets the face of this BoundingBoxLayerAddition. # noqa: E501
This option selects the face of the bounding box on which layers will be added. A face is selected by its normal (denoted by the respective coordinate system axis) and its position (denoted by min or max). # noqa: E501
- Returns:
The face of this BoundingBoxLayerAddition. # noqa: E501
- Return type:
str
- property final_thickness¶
Gets the final_thickness of this BoundingBoxLayerAddition. # noqa: E501
- Returns:
The final_thickness of this BoundingBoxLayerAddition. # noqa: E501
- Return type:
- property layers¶
Gets the layers of this BoundingBoxLayerAddition. # noqa: E501
The number of <b>layers</b> defines how many boundary layers should be created. # noqa: E501
- Returns:
The layers of this BoundingBoxLayerAddition. # noqa: E501
- Return type:
int
- property min_thickness¶
Gets the min_thickness of this BoundingBoxLayerAddition. # noqa: E501
- Returns:
The min_thickness of this BoundingBoxLayerAddition. # noqa: E501
- Return type:
- property name¶
Gets the name of this BoundingBoxLayerAddition. # noqa: E501
- Returns:
The name of this BoundingBoxLayerAddition. # noqa: E501
- Return type:
str
- openapi_types = {'expansion_ratio': 'float', 'face': 'str', 'final_thickness': 'DimensionalLength', 'layers': 'int', 'min_thickness': 'DimensionalLength', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this BoundingBoxLayerAddition. # noqa: E501
This option enables layer refinement on the faces of the bounding box. This refinement is useful if the bounding box itself provides walls of the flow domain. It is often used for external aerodynamic cases where the floor is considered as a wall and hence the mesh should be refined with layers in the vicinity. Schema name: BoundingBoxLayerAddition # noqa: E501
- Returns:
The type of this BoundingBoxLayerAddition. # noqa: E501
- Return type:
str
simscale_sdk.models.box module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.box.Box(type='BOX', id=None, name=None, scale=None, translation=None, rotation_axis=None, rotation_angle=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'id': 'id', 'name': 'name', 'rotation_angle': 'rotationAngle', 'rotation_axis': 'rotationAxis', 'scale': 'scale', 'translation': 'translation', 'type': 'type'}¶
- property id¶
Gets the id of this Box. # noqa: E501
- Returns:
The id of this Box. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this Box. # noqa: E501
- Returns:
The name of this Box. # noqa: E501
- Return type:
str
- openapi_types = {'id': 'str', 'name': 'str', 'rotation_angle': 'DimensionalAngle', 'rotation_axis': 'DimensionalVectorLength', 'scale': 'DecimalVector', 'translation': 'DimensionalVectorLength', 'type': 'str'}¶
- property rotation_angle¶
Gets the rotation_angle of this Box. # noqa: E501
- Returns:
The rotation_angle of this Box. # noqa: E501
- Return type:
- property rotation_axis¶
Gets the rotation_axis of this Box. # noqa: E501
- Returns:
The rotation_axis of this Box. # noqa: E501
- Return type:
- property scale¶
Gets the scale of this Box. # noqa: E501
- Returns:
The scale of this Box. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property translation¶
Gets the translation of this Box. # noqa: E501
- Returns:
The translation of this Box. # noqa: E501
- Return type:
- property type¶
Gets the type of this Box. # noqa: E501
Schema name: Box # noqa: E501
- Returns:
The type of this Box. # noqa: E501
- Return type:
str
simscale_sdk.models.buildings_of_interest module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.buildings_of_interest.BuildingsOfInterest(type='BUILDINGS_OF_INTEREST', topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'topological_reference': 'topologicalReference', 'type': 'type'}¶
- openapi_types = {'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this BuildingsOfInterest. # noqa: E501
- Returns:
The topological_reference of this BuildingsOfInterest. # noqa: E501
- Return type:
- property type¶
Gets the type of this BuildingsOfInterest. # noqa: E501
Schema name: BuildingsOfInterest # noqa: E501
- Returns:
The type of this BuildingsOfInterest. # noqa: E501
- Return type:
str
simscale_sdk.models.calculate_frequency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.calculate_frequency.CalculateFrequency(prec_shift=None, max_iter_shift=None, threshold_frequency=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_iter_shift': 'maxIterShift', 'prec_shift': 'precShift', 'threshold_frequency': 'thresholdFrequency'}¶
- property max_iter_shift¶
Gets the max_iter_shift of this CalculateFrequency. # noqa: E501
- Returns:
The max_iter_shift of this CalculateFrequency. # noqa: E501
- Return type:
int
- openapi_types = {'max_iter_shift': 'int', 'prec_shift': 'float', 'threshold_frequency': 'float'}¶
- property prec_shift¶
Gets the prec_shift of this CalculateFrequency. # noqa: E501
- Returns:
The prec_shift of this CalculateFrequency. # noqa: E501
- Return type:
float
- property threshold_frequency¶
Gets the threshold_frequency of this CalculateFrequency. # noqa: E501
- Returns:
The threshold_frequency of this CalculateFrequency. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.calculated_dvbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.calculated_dvbc.CalculatedDVBC(type='CALCULATED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CalculatedDVBC. # noqa: E501
Schema name: CalculatedDVBC # noqa: E501
- Returns:
The type of this CalculatedDVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.calculated_evbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.calculated_evbc.CalculatedEVBC(type='CALCULATED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CalculatedEVBC. # noqa: E501
Schema name: CalculatedEVBC # noqa: E501
- Returns:
The type of this CalculatedEVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.calculated_evcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.calculated_evcbc.CalculatedEVCBC(type='CALCULATED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CalculatedEVCBC. # noqa: E501
Schema name: CalculatedEVCBC # noqa: E501
- Returns:
The type of this CalculatedEVCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.calculated_tdbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.calculated_tdbc.CalculatedTDBC(type='CALCULATED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CalculatedTDBC. # noqa: E501
Schema name: CalculatedTDBC # noqa: E501
- Returns:
The type of this CalculatedTDBC. # noqa: E501
- Return type:
str
simscale_sdk.models.calculated_tdcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.calculated_tdcbc.CalculatedTDCBC(type='CALCULATED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CalculatedTDCBC. # noqa: E501
Schema name: CalculatedTDCBC # noqa: E501
- Returns:
The type of this CalculatedTDCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.cartesian_box module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cartesian_box.CartesianBox(type='CARTESIAN_BOX', id=None, name=None, min=None, max=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'id': 'id', 'max': 'max', 'min': 'min', 'name': 'name', 'type': 'type'}¶
- property id¶
Gets the id of this CartesianBox. # noqa: E501
- Returns:
The id of this CartesianBox. # noqa: E501
- Return type:
str
- property max¶
Gets the max of this CartesianBox. # noqa: E501
- Returns:
The max of this CartesianBox. # noqa: E501
- Return type:
- property min¶
Gets the min of this CartesianBox. # noqa: E501
- Returns:
The min of this CartesianBox. # noqa: E501
- Return type:
- property name¶
Gets the name of this CartesianBox. # noqa: E501
- Returns:
The name of this CartesianBox. # noqa: E501
- Return type:
str
- openapi_types = {'id': 'str', 'max': 'DimensionalVectorLength', 'min': 'DimensionalVectorLength', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CartesianBox. # noqa: E501
Schema name: CartesianBox # noqa: E501
- Returns:
The type of this CartesianBox. # noqa: E501
- Return type:
str
simscale_sdk.models.cartesian_orientation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cartesian_orientation.CartesianOrientation(type='CARTESIAN', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CartesianOrientation. # noqa: E501
Schema name: CartesianOrientation # noqa: E501
- Returns:
The type of this CartesianOrientation. # noqa: E501
- Return type:
str
simscale_sdk.models.castellated_mesh_controls module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.castellated_mesh_controls.CastellatedMeshControls(max_local_cells=None, max_global_cells=None, min_refinement_cells=None, max_load_unbalance=None, cells_between_levels=None, resolve_feature_angle=None, allow_free_standing_zone_faces=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property allow_free_standing_zone_faces¶
Gets the allow_free_standing_zone_faces of this CastellatedMeshControls. # noqa: E501
<p>Decide whether you want to allow zone faces that share the same owner and neighbour cell zone. Allowing this can lead to problem when zone faces are snapped to features. This parameter is ignored when no faceZones are present.</p> # noqa: E501
- Returns:
The allow_free_standing_zone_faces of this CastellatedMeshControls. # noqa: E501
- Return type:
bool
- attribute_map = {'allow_free_standing_zone_faces': 'allowFreeStandingZoneFaces', 'cells_between_levels': 'cellsBetweenLevels', 'max_global_cells': 'maxGlobalCells', 'max_load_unbalance': 'maxLoadUnbalance', 'max_local_cells': 'maxLocalCells', 'min_refinement_cells': 'minRefinementCells', 'resolve_feature_angle': 'resolveFeatureAngle'}¶
- property cells_between_levels¶
Gets the cells_between_levels of this CastellatedMeshControls. # noqa: E501
<p>This parameter specifies the number of layers of cells between different levels of refinement (see documentation).</p> # noqa: E501
- Returns:
The cells_between_levels of this CastellatedMeshControls. # noqa: E501
- Return type:
int
- property max_global_cells¶
Gets the max_global_cells of this CastellatedMeshControls. # noqa: E501
<p>Define the maximum possible number of cells summed upon all processors. Note that this is before the castellation step (see documentation, so the actual number of cells after castellation might be considerably less.</p> # noqa: E501
- Returns:
The max_global_cells of this CastellatedMeshControls. # noqa: E501
- Return type:
int
- property max_load_unbalance¶
Gets the max_load_unbalance of this CastellatedMeshControls. # noqa: E501
<p>Define a fraction indicating the maximum allowable load imbalance between processors working on this job. A value of 0 will force rebalancing for even a slight imbalance.</p> # noqa: E501
- Returns:
The max_load_unbalance of this CastellatedMeshControls. # noqa: E501
- Return type:
float
- property max_local_cells¶
Gets the max_local_cells of this CastellatedMeshControls. # noqa: E501
<p>Define the maximal number of cells per processor during refinement</p> # noqa: E501
- Returns:
The max_local_cells of this CastellatedMeshControls. # noqa: E501
- Return type:
int
- property min_refinement_cells¶
Gets the min_refinement_cells of this CastellatedMeshControls. # noqa: E501
<p>If in a refinement iteration the number of cells selected for refinement is under this value, the refinement stops. Provide a small value to ensure that all surfaces are refined to the proper level.</p> # noqa: E501
- Returns:
The min_refinement_cells of this CastellatedMeshControls. # noqa: E501
- Return type:
int
- openapi_types = {'allow_free_standing_zone_faces': 'bool', 'cells_between_levels': 'int', 'max_global_cells': 'int', 'max_load_unbalance': 'float', 'max_local_cells': 'int', 'min_refinement_cells': 'int', 'resolve_feature_angle': 'float'}¶
- property resolve_feature_angle¶
Gets the resolve_feature_angle of this CastellatedMeshControls. # noqa: E501
<p>Cells that face multiple intersections with an intersection angle greater than this angle will be refined to the max level. Use this parameter to resolve sharp features to the maximum level of surface refinement specified (see documentation).</p> # noqa: E501
- Returns:
The resolve_feature_angle of this CastellatedMeshControls. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.cauchy_stress_tensor_field module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cauchy_stress_tensor_field.CauchyStressTensorField(type='CAUCHY_STRESS_TENSOR', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this CauchyStressTensorField. # noqa: E501
Choose a field component for which the data schould be extracted. # noqa: E501
- Returns:
The component_selection of this CauchyStressTensorField. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CauchyStressTensorField. # noqa: E501
<p>Select the field which should have a limited de-/increase within one increment.</p> Schema name: CauchyStressTensorField # noqa: E501
- Returns:
The type of this CauchyStressTensorField. # noqa: E501
- Return type:
str
simscale_sdk.models.cauchy_stress_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cauchy_stress_type.CauchyStressType(type='CAUCHY', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this CauchyStressType. # noqa: E501
- Returns:
The component_selection of this CauchyStressType. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CauchyStressType. # noqa: E501
Schema name: CauchyStressType # noqa: E501
- Returns:
The type of this CauchyStressType. # noqa: E501
- Return type:
str
simscale_sdk.models.cavitation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cavitation.Cavitation(vapor_molecular_weight=None, liquid_bulk_modulus=None, liquid_bulk_modulus_coefficient=None, liquid_reference_pressure=None, saturation_pressure=None, liquid_temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'liquid_bulk_modulus': 'liquidBulkModulus', 'liquid_bulk_modulus_coefficient': 'liquidBulkModulusCoefficient', 'liquid_reference_pressure': 'liquidReferencePressure', 'liquid_temperature': 'liquidTemperature', 'saturation_pressure': 'saturationPressure', 'vapor_molecular_weight': 'vaporMolecularWeight'}¶
- property liquid_bulk_modulus¶
Gets the liquid_bulk_modulus of this Cavitation. # noqa: E501
- Returns:
The liquid_bulk_modulus of this Cavitation. # noqa: E501
- Return type:
- property liquid_bulk_modulus_coefficient¶
Gets the liquid_bulk_modulus_coefficient of this Cavitation. # noqa: E501
The <b>liquid bulk modulus coefficient</b> <i>B<sub>1</sub></i> accounts for a linear rate of change in the liquid bulk modulus with respect to pressure such that <i>B = B<sub>0</sub> + B<sub>1</sub> (P - P<sub>ref</sub>)</i>, where <i>B<sub>0</sub></i> is the constant liquid bulk modulus. Typically only applicable in cases where pressure differences exceed 100 bar, otherwise a zero value should be specified. # noqa: E501
- Returns:
The liquid_bulk_modulus_coefficient of this Cavitation. # noqa: E501
- Return type:
float
- property liquid_reference_pressure¶
Gets the liquid_reference_pressure of this Cavitation. # noqa: E501
- Returns:
The liquid_reference_pressure of this Cavitation. # noqa: E501
- Return type:
- property liquid_temperature¶
Gets the liquid_temperature of this Cavitation. # noqa: E501
- Returns:
The liquid_temperature of this Cavitation. # noqa: E501
- Return type:
- openapi_types = {'liquid_bulk_modulus': 'DimensionalPressure', 'liquid_bulk_modulus_coefficient': 'float', 'liquid_reference_pressure': 'DimensionalPressure', 'liquid_temperature': 'DimensionalTemperature', 'saturation_pressure': 'DimensionalPressure', 'vapor_molecular_weight': 'DimensionalMolarMass'}¶
- property saturation_pressure¶
Gets the saturation_pressure of this Cavitation. # noqa: E501
- Returns:
The saturation_pressure of this Cavitation. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property vapor_molecular_weight¶
Gets the vapor_molecular_weight of this Cavitation. # noqa: E501
- Returns:
The vapor_molecular_weight of this Cavitation. # noqa: E501
- Return type:
simscale_sdk.models.cell_count module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cell_count.CellCount(type=None, value=None, interval_min=None, interval_max=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'interval_max': 'intervalMax', 'interval_min': 'intervalMin', 'type': 'type', 'value': 'value'}¶
- property interval_max¶
Gets the interval_max of this CellCount. # noqa: E501
- Returns:
The interval_max of this CellCount. # noqa: E501
- Return type:
int
- property interval_min¶
Gets the interval_min of this CellCount. # noqa: E501
- Returns:
The interval_min of this CellCount. # noqa: E501
- Return type:
int
- openapi_types = {'interval_max': 'int', 'interval_min': 'int', 'type': 'str', 'value': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CellCount. # noqa: E501
- Returns:
The type of this CellCount. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this CellCount. # noqa: E501
- Returns:
The value of this CellCount. # noqa: E501
- Return type:
int
simscale_sdk.models.celllimited_gauss_linear_gradient_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.celllimited_gauss_linear_gradient_scheme.CelllimitedGaussLinearGradientScheme(type='CELLLIMITED_GAUSS_LINEAR', limiter_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'limiter_coefficient': 'limiterCoefficient', 'type': 'type'}¶
- property limiter_coefficient¶
Gets the limiter_coefficient of this CelllimitedGaussLinearGradientScheme. # noqa: E501
This property defines a limiter coefficient for the scheme. 1 ensures boundedness while 0 applies no limiting. # noqa: E501
- Returns:
The limiter_coefficient of this CelllimitedGaussLinearGradientScheme. # noqa: E501
- Return type:
float
- openapi_types = {'limiter_coefficient': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CelllimitedGaussLinearGradientScheme. # noqa: E501
Schema name: CelllimitedGaussLinearGradientScheme # noqa: E501
- Returns:
The type of this CelllimitedGaussLinearGradientScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.celllimited_least_squares_gradient_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.celllimited_least_squares_gradient_scheme.CelllimitedLeastSquaresGradientScheme(type='CELLLIMITED_LEASTSQUARES', limiter_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'limiter_coefficient': 'limiterCoefficient', 'type': 'type'}¶
- property limiter_coefficient¶
Gets the limiter_coefficient of this CelllimitedLeastSquaresGradientScheme. # noqa: E501
This property defines a limiter coefficient for the scheme. 1 ensures boundedness while 0 applies no limiting. # noqa: E501
- Returns:
The limiter_coefficient of this CelllimitedLeastSquaresGradientScheme. # noqa: E501
- Return type:
float
- openapi_types = {'limiter_coefficient': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CelllimitedLeastSquaresGradientScheme. # noqa: E501
Schema name: CelllimitedLeastSquaresGradientScheme # noqa: E501
- Returns:
The type of this CelllimitedLeastSquaresGradientScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.center_frequency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.center_frequency.CenterFrequency(type='CENTER', center_frequency=None, number_of_modes=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'center_frequency': 'centerFrequency', 'number_of_modes': 'numberOfModes', 'type': 'type'}¶
- property center_frequency¶
Gets the center_frequency of this CenterFrequency. # noqa: E501
- Returns:
The center_frequency of this CenterFrequency. # noqa: E501
- Return type:
- property number_of_modes¶
Gets the number_of_modes of this CenterFrequency. # noqa: E501
<p>Define the maximum number of eigenfrequencies/eigenmodes, that should be calculated.</p> # noqa: E501
- Returns:
The number_of_modes of this CenterFrequency. # noqa: E501
- Return type:
int
- openapi_types = {'center_frequency': 'DimensionalFrequency', 'number_of_modes': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CenterFrequency. # noqa: E501
Schema name: CenterFrequency # noqa: E501
- Returns:
The type of this CenterFrequency. # noqa: E501
- Return type:
str
simscale_sdk.models.central_diff_time_integration_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.central_diff_time_integration_scheme.CentralDiffTimeIntegrationScheme(type='CENTRAL_DIFF', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CentralDiffTimeIntegrationScheme. # noqa: E501
Schema name: CentralDiffTimeIntegrationScheme # noqa: E501
- Returns:
The type of this CentralDiffTimeIntegrationScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.central_difference_spatial_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.central_difference_spatial_scheme.CentralDifferenceSpatialScheme(type='CENTRAL_DIFFERENCE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CentralDifferenceSpatialScheme. # noqa: E501
Schema name: CentralDifferenceSpatialScheme # noqa: E501
- Returns:
The type of this CentralDifferenceSpatialScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.centralized_domain_decomposition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.centralized_domain_decomposition.CentralizedDomainDecomposition(type='CENTRALIZED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CentralizedDomainDecomposition. # noqa: E501
Schema name: CentralizedDomainDecomposition # noqa: E501
- Returns:
The type of this CentralizedDomainDecomposition. # noqa: E501
- Return type:
str
simscale_sdk.models.centrifugal_force_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.centrifugal_force_bc.CentrifugalForceBC(type='CENTRIFUGAL_FORCE', name=None, rotation=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'rotation': 'rotation', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this CentrifugalForceBC. # noqa: E501
- Returns:
The name of this CentrifugalForceBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'rotation': 'AngularRotation', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property rotation¶
Gets the rotation of this CentrifugalForceBC. # noqa: E501
- Returns:
The rotation of this CentrifugalForceBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this CentrifugalForceBC. # noqa: E501
- Returns:
The topological_reference of this CentrifugalForceBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this CentrifugalForceBC. # noqa: E501
<p>This is a <b>centrifugal force</b> boundary condition. Each volume element of the selection is loaded with a centrifugal force which is calculated depending on its volume, the density of the assigned material, its distance from the axis of rotation and the defined rotational velocity.<br /><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/centrifugal-force/’ target=’_blank’>Learn more</a>.</p> Schema name: CentrifugalForceBC # noqa: E501
- Returns:
The type of this CentrifugalForceBC. # noqa: E501
- Return type:
str
simscale_sdk.models.charge_density module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.charge_density.ChargeDensity(type='CHARGE_DENSITY', name=None, charge_density=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'charge_density': 'chargeDensity', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property charge_density¶
Gets the charge_density of this ChargeDensity. # noqa: E501
- Returns:
The charge_density of this ChargeDensity. # noqa: E501
- Return type:
- property name¶
Gets the name of this ChargeDensity. # noqa: E501
- Returns:
The name of this ChargeDensity. # noqa: E501
- Return type:
str
- openapi_types = {'charge_density': 'DimensionalChargeDensity', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ChargeDensity. # noqa: E501
- Returns:
The topological_reference of this ChargeDensity. # noqa: E501
- Return type:
- property type¶
Gets the type of this ChargeDensity. # noqa: E501
Assign a specific charge density to a body. Schema name: ChargeDensity # noqa: E501
- Returns:
The type of this ChargeDensity. # noqa: E501
- Return type:
str
simscale_sdk.models.check_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.check_response.CheckResponse(severity=None, entries=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'entries': 'entries', 'severity': 'severity'}¶
- property entries¶
Gets the entries of this CheckResponse. # noqa: E501
- Returns:
The entries of this CheckResponse. # noqa: E501
- Return type:
list[LogEntry]
- openapi_types = {'entries': 'list[LogEntry]', 'severity': 'LogSeverity'}¶
- property severity¶
Gets the severity of this CheckResponse. # noqa: E501
- Returns:
The severity of this CheckResponse. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.chestnut module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.chestnut.Chestnut(type='CHESTNUT', average_tree_height=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'average_tree_height': 'averageTreeHeight', 'type': 'type'}¶
- property average_tree_height¶
Gets the average_tree_height of this Chestnut. # noqa: E501
- Returns:
The average_tree_height of this Chestnut. # noqa: E501
- Return type:
- openapi_types = {'average_tree_height': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Chestnut. # noqa: E501
Schema name: Chestnut # noqa: E501
- Returns:
The type of this Chestnut. # noqa: E501
- Return type:
str
simscale_sdk.models.chronos_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.chronos_solver.ChronosSolver(type='CHRONOS', convergence_threshold=None, max_iterations=None, advanced_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_settings¶
Gets the advanced_settings of this ChronosSolver. # noqa: E501
- Returns:
The advanced_settings of this ChronosSolver. # noqa: E501
- Return type:
- attribute_map = {'advanced_settings': 'advancedSettings', 'convergence_threshold': 'convergenceThreshold', 'max_iterations': 'maxIterations', 'type': 'type'}¶
- property convergence_threshold¶
Gets the convergence_threshold of this ChronosSolver. # noqa: E501
Select the convergence tolerance. Can be smaller than with PETSc, and seems to have a big impact on the newton convergence. It is recommended to start with a smaller value in case of convergence problems e.g. 1e-8 - 1e-10. # noqa: E501
- Returns:
The convergence_threshold of this ChronosSolver. # noqa: E501
- Return type:
float
- property max_iterations¶
Gets the max_iterations of this ChronosSolver. # noqa: E501
Maximum number of iterations for Chronos. Should be 1000 for AMG (max 3000), and 5000 with FSAI (max 10000). # noqa: E501
- Returns:
The max_iterations of this ChronosSolver. # noqa: E501
- Return type:
int
- openapi_types = {'advanced_settings': 'AdvancedChronosSettings', 'convergence_threshold': 'float', 'max_iterations': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ChronosSolver. # noqa: E501
Schema name: ChronosSolver # noqa: E501
- Returns:
The type of this ChronosSolver. # noqa: E501
- Return type:
str
simscale_sdk.models.circular_hole_shape module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.circular_hole_shape.CircularHoleShape(type='CIRCULAR', average_hole_diameter=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'average_hole_diameter': 'averageHoleDiameter', 'type': 'type'}¶
- property average_hole_diameter¶
Gets the average_hole_diameter of this CircularHoleShape. # noqa: E501
- Returns:
The average_hole_diameter of this CircularHoleShape. # noqa: E501
- Return type:
- openapi_types = {'average_hole_diameter': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CircularHoleShape. # noqa: E501
Circular holes in the perforated plate. Schema name: CircularHoleShape # noqa: E501
- Returns:
The type of this CircularHoleShape. # noqa: E501
- Return type:
str
simscale_sdk.models.clock_time_write_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.clock_time_write_control.ClockTimeWriteControl(type='CLOCK_TIME', write_interval=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'write_interval': 'writeInterval'}¶
- openapi_types = {'type': 'str', 'write_interval': 'DimensionalTime'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ClockTimeWriteControl. # noqa: E501
This option controls how the simulation results are written and how frequently. Schema name: ClockTimeWriteControl # noqa: E501
- Returns:
The type of this ClockTimeWriteControl. # noqa: E501
- Return type:
str
- property write_interval¶
Gets the write_interval of this ClockTimeWriteControl. # noqa: E501
- Returns:
The write_interval of this ClockTimeWriteControl. # noqa: E501
- Return type:
simscale_sdk.models.closed_coil module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.closed_coil.ClosedCoil(type='CLOSED_COIL', bodies=None, internal_port=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'bodies': 'bodies', 'internal_port': 'internalPort', 'type': 'type'}¶
- property bodies¶
Gets the bodies of this ClosedCoil. # noqa: E501
- Returns:
The bodies of this ClosedCoil. # noqa: E501
- Return type:
- property internal_port¶
Gets the internal_port of this ClosedCoil. # noqa: E501
- Returns:
The internal_port of this ClosedCoil. # noqa: E501
- Return type:
- openapi_types = {'bodies': 'TopologicalReference', 'internal_port': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ClosedCoil. # noqa: E501
Schema name: ClosedCoil # noqa: E501
- Returns:
The type of this ClosedCoil. # noqa: E501
- Return type:
str
simscale_sdk.models.cluster_around_modes module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cluster_around_modes.ClusterAroundModes(type='CLUSTER_AROUND_MODES', start_frequency=None, end_frequency=None, frequencies_per_mode=None, percentage_spread=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'end_frequency': 'endFrequency', 'frequencies_per_mode': 'frequenciesPerMode', 'percentage_spread': 'percentageSpread', 'start_frequency': 'startFrequency', 'type': 'type'}¶
- property end_frequency¶
Gets the end_frequency of this ClusterAroundModes. # noqa: E501
- Returns:
The end_frequency of this ClusterAroundModes. # noqa: E501
- Return type:
- property frequencies_per_mode¶
Gets the frequencies_per_mode of this ClusterAroundModes. # noqa: E501
Specify the number of excitation frequencies to be clustered around each eigenfrequency. The eigenfrequency itself will also be considered when an even number is provided. # noqa: E501
- Returns:
The frequencies_per_mode of this ClusterAroundModes. # noqa: E501
- Return type:
int
- openapi_types = {'end_frequency': 'DimensionalFrequency', 'frequencies_per_mode': 'int', 'percentage_spread': 'float', 'start_frequency': 'DimensionalFrequency', 'type': 'str'}¶
- property percentage_spread¶
Gets the percentage_spread of this ClusterAroundModes. # noqa: E501
Define the total bandwidth around each eigenfrequency, as a percentage of each individual eigenfrequency, within which excitation frequencies will be spaced. If a value of 10% is given, the bandwidth will extend 5% of the eigenfrequency value on both sides of the eigenfrequency. # noqa: E501
- Returns:
The percentage_spread of this ClusterAroundModes. # noqa: E501
- Return type:
float
- property start_frequency¶
Gets the start_frequency of this ClusterAroundModes. # noqa: E501
- Returns:
The start_frequency of this ClusterAroundModes. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ClusterAroundModes. # noqa: E501
Schema name: ClusterAroundModes # noqa: E501
- Returns:
The type of this ClusterAroundModes. # noqa: E501
- Return type:
str
simscale_sdk.models.coarse_resolution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.coarse_resolution.CoarseResolution(type='COARSE_RESOLUTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CoarseResolution. # noqa: E501
Output will be written every 8 time steps. Schema name: CoarseResolution # noqa: E501
- Returns:
The type of this CoarseResolution. # noqa: E501
- Return type:
str
simscale_sdk.models.coil module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.coil.Coil(name=None, topology=None, coil_type=None, excitation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'coil_type': 'coilType', 'excitation': 'excitation', 'name': 'name', 'topology': 'topology'}¶
- property coil_type¶
Gets the coil_type of this Coil. # noqa: E501
- Returns:
The coil_type of this Coil. # noqa: E501
- Return type:
OneOfCoilCoilType
- property excitation¶
Gets the excitation of this Coil. # noqa: E501
- Returns:
The excitation of this Coil. # noqa: E501
- Return type:
OneOfCoilExcitation
- property name¶
Gets the name of this Coil. # noqa: E501
- Returns:
The name of this Coil. # noqa: E501
- Return type:
str
- openapi_types = {'coil_type': 'OneOfCoilCoilType', 'excitation': 'OneOfCoilExcitation', 'name': 'str', 'topology': 'OneOfCoilTopology'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topology¶
Gets the topology of this Coil. # noqa: E501
- Returns:
The topology of this Coil. # noqa: E501
- Return type:
OneOfCoilTopology
simscale_sdk.models.collection_links module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.collection_links.CollectionLinks(first=None, prev=None, _self=None, next=None, last=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_self': 'self', 'first': 'first', 'last': 'last', 'next': 'next', 'prev': 'prev'}¶
- property first¶
Gets the first of this CollectionLinks. # noqa: E501
- Returns:
The first of this CollectionLinks. # noqa: E501
- Return type:
- property last¶
Gets the last of this CollectionLinks. # noqa: E501
- Returns:
The last of this CollectionLinks. # noqa: E501
- Return type:
- property next¶
Gets the next of this CollectionLinks. # noqa: E501
- Returns:
The next of this CollectionLinks. # noqa: E501
- Return type:
- openapi_types = {'_self': 'CollectionLinksSelf', 'first': 'CollectionLinksFirst', 'last': 'CollectionLinksLast', 'next': 'CollectionLinksNext', 'prev': 'CollectionLinksPrev'}¶
- property prev¶
Gets the prev of this CollectionLinks. # noqa: E501
- Returns:
The prev of this CollectionLinks. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.collection_links_first module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.collection_links_first.CollectionLinksFirst(href=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'href': 'href'}¶
- property href¶
Gets the href of this CollectionLinksFirst. # noqa: E501
First page of the collection. # noqa: E501
- Returns:
The href of this CollectionLinksFirst. # noqa: E501
- Return type:
str
- openapi_types = {'href': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.collection_links_last module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.collection_links_last.CollectionLinksLast(href=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'href': 'href'}¶
- property href¶
Gets the href of this CollectionLinksLast. # noqa: E501
Last page of the collection. # noqa: E501
- Returns:
The href of this CollectionLinksLast. # noqa: E501
- Return type:
str
- openapi_types = {'href': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.collection_links_next module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.collection_links_next.CollectionLinksNext(href=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'href': 'href'}¶
- property href¶
Gets the href of this CollectionLinksNext. # noqa: E501
Next page in the collection. # noqa: E501
- Returns:
The href of this CollectionLinksNext. # noqa: E501
- Return type:
str
- openapi_types = {'href': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.collection_links_prev module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.collection_links_prev.CollectionLinksPrev(href=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'href': 'href'}¶
- property href¶
Gets the href of this CollectionLinksPrev. # noqa: E501
Previous page in the collection. # noqa: E501
- Returns:
The href of this CollectionLinksPrev. # noqa: E501
- Return type:
str
- openapi_types = {'href': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.collection_links_self module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.collection_links_self.CollectionLinksSelf(href=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'href': 'href'}¶
- property href¶
Gets the href of this CollectionLinksSelf. # noqa: E501
Current page of the collection. # noqa: E501
- Returns:
The href of this CollectionLinksSelf. # noqa: E501
- Return type:
str
- openapi_types = {'href': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.collection_meta module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.collection_meta.CollectionMeta(total=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'total': 'total'}¶
- openapi_types = {'total': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property total¶
Gets the total of this CollectionMeta. # noqa: E501
Total number of resources in the collection. # noqa: E501
- Returns:
The total of this CollectionMeta. # noqa: E501
- Return type:
int
simscale_sdk.models.collision_retiming_event module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.collision_retiming_event.CollisionRetimingEvent(type='COLLISION', timestep_calculation_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'timestep_calculation_type': 'timestepCalculationType', 'type': 'type'}¶
- openapi_types = {'timestep_calculation_type': 'ManualTimestepCalculationType', 'type': 'str'}¶
- property timestep_calculation_type¶
Gets the timestep_calculation_type of this CollisionRetimingEvent. # noqa: E501
- Returns:
The timestep_calculation_type of this CollisionRetimingEvent. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CollisionRetimingEvent. # noqa: E501
<p>Select the event for the time step adaptation. Currently there are four different events possible that trigger a time step adaptation:</p><ul><li><p><b>Error</b>: This is the case of a general error like for example non-convergence or singular matrix errors.</p></ul><ul><li><p><b>Collision</b>: This event is triggered if in a computation with physical contact a contact state change from open to closed is noticed. This time step adaptation is especially useful in dynamics to reduce the effect of artificial oscillations due to inexact collision detection.</p></ul><ul><li><p><b>Field Change</b>: The user can define the maximum delta that a field is allowed to change within one time step, if the defined threshold is exceeded the time step is adapted. This time stepping criteria is especially useful to capture material nonlinearitier more exact.</p></ul><ul><li><p><b>Non-monotonous residual</b>: This event is triggered if the residual has not been reduced within three iterations . This criteria is mostly used to reduce runtime by detecting diverging time steps before reaching the maximum number of allowed newton iterations.</p></ul> Schema name: CollisionRetimingEvent # noqa: E501
- Returns:
The type of this CollisionRetimingEvent. # noqa: E501
- Return type:
str
simscale_sdk.models.color module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.color.Color(r=None, g=None, b=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'b': 'b', 'g': 'g', 'r': 'r'}¶
- property b¶
Gets the b of this Color. # noqa: E501
- Returns:
The b of this Color. # noqa: E501
- Return type:
float
- property g¶
Gets the g of this Color. # noqa: E501
- Returns:
The g of this Color. # noqa: E501
- Return type:
float
- openapi_types = {'b': 'float', 'g': 'float', 'r': 'float'}¶
- property r¶
Gets the r of this Color. # noqa: E501
- Returns:
The r of this Color. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.comets_visualization_style module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.comets_visualization_style.CometsVisualizationStyle(representation='COMETS', num_pulses=15, relative_comet_length=1e-05, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'num_pulses': 'numPulses', 'relative_comet_length': 'relativeCometLength', 'representation': 'representation'}¶
- property num_pulses¶
Gets the num_pulses of this CometsVisualizationStyle. # noqa: E501
This value specifies how many pulses there should be in the model. # noqa: E501
- Returns:
The num_pulses of this CometsVisualizationStyle. # noqa: E501
- Return type:
int
- openapi_types = {'num_pulses': 'int', 'relative_comet_length': 'float', 'representation': 'str'}¶
- property relative_comet_length¶
Gets the relative_comet_length of this CometsVisualizationStyle. # noqa: E501
The length of the tail of the comets. It is specified in time and is a fraction of the global total time range for all particles in this particle trace. For example, if the total trace time is 2, and the relativeCometLength is 0.01, then the length of the tail will be 0.02. # noqa: E501
- Returns:
The relative_comet_length of this CometsVisualizationStyle. # noqa: E501
- Return type:
float
- property representation¶
Gets the representation of this CometsVisualizationStyle. # noqa: E501
The representation to use for particle traces. # noqa: E501
- Returns:
The representation of this CometsVisualizationStyle. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.comfort_criterion_definition_v2 module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.comfort_criterion_definition_v2.ComfortCriterionDefinitionV2(wind_speed_thresholds=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'wind_speed_thresholds': 'windSpeedThresholds'}¶
- openapi_types = {'wind_speed_thresholds': 'DimensionalFunctionSpeed'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property wind_speed_thresholds¶
Gets the wind_speed_thresholds of this ComfortCriterionDefinitionV2. # noqa: E501
- Returns:
The wind_speed_thresholds of this ComfortCriterionDefinitionV2. # noqa: E501
- Return type:
simscale_sdk.models.component_vector_function module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.component_vector_function.ComponentVectorFunction(type='COMPONENT', x=None, y=None, z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'x': 'x', 'y': 'y', 'z': 'z'}¶
- openapi_types = {'type': 'str', 'x': 'OneOfComponentVectorFunctionX', 'y': 'OneOfComponentVectorFunctionY', 'z': 'OneOfComponentVectorFunctionZ'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ComponentVectorFunction. # noqa: E501
Schema name: ComponentVectorFunction # noqa: E501
- Returns:
The type of this ComponentVectorFunction. # noqa: E501
- Return type:
str
- property x¶
Gets the x of this ComponentVectorFunction. # noqa: E501
- Returns:
The x of this ComponentVectorFunction. # noqa: E501
- Return type:
OneOfComponentVectorFunctionX
- property y¶
Gets the y of this ComponentVectorFunction. # noqa: E501
- Returns:
The y of this ComponentVectorFunction. # noqa: E501
- Return type:
OneOfComponentVectorFunctionY
- property z¶
Gets the z of this ComponentVectorFunction. # noqa: E501
- Returns:
The z of this ComponentVectorFunction. # noqa: E501
- Return type:
OneOfComponentVectorFunctionZ
simscale_sdk.models.compressible module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.compressible.Compressible(type='COMPRESSIBLE', turbulence_model=None, time_dependency=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, advanced_concepts=None, numerics=None, simulation_control=None, result_control=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_concepts¶
Gets the advanced_concepts of this Compressible. # noqa: E501
- Returns:
The advanced_concepts of this Compressible. # noqa: E501
- Return type:
- attribute_map = {'advanced_concepts': 'advancedConcepts', 'boundary_conditions': 'boundaryConditions', 'initial_conditions': 'initialConditions', 'materials': 'materials', 'model': 'model', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'time_dependency': 'timeDependency', 'turbulence_model': 'turbulenceModel', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this Compressible. # noqa: E501
- Returns:
The boundary_conditions of this Compressible. # noqa: E501
- Return type:
list[OneOfCompressibleBoundaryConditions]
- property initial_conditions¶
Gets the initial_conditions of this Compressible. # noqa: E501
- Returns:
The initial_conditions of this Compressible. # noqa: E501
- Return type:
- property materials¶
Gets the materials of this Compressible. # noqa: E501
- Returns:
The materials of this Compressible. # noqa: E501
- Return type:
- property model¶
Gets the model of this Compressible. # noqa: E501
- Returns:
The model of this Compressible. # noqa: E501
- Return type:
- property numerics¶
Gets the numerics of this Compressible. # noqa: E501
- Returns:
The numerics of this Compressible. # noqa: E501
- Return type:
- openapi_types = {'advanced_concepts': 'AdvancedConcepts', 'boundary_conditions': 'list[OneOfCompressibleBoundaryConditions]', 'initial_conditions': 'FluidInitialConditions', 'materials': 'CompressibleFluidMaterials', 'model': 'FluidModel', 'numerics': 'FluidNumerics', 'result_control': 'FluidResultControls', 'simulation_control': 'FluidSimulationControl', 'time_dependency': 'OneOfCompressibleTimeDependency', 'turbulence_model': 'str', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this Compressible. # noqa: E501
- Returns:
The result_control of this Compressible. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this Compressible. # noqa: E501
- Returns:
The simulation_control of this Compressible. # noqa: E501
- Return type:
- property time_dependency¶
Gets the time_dependency of this Compressible. # noqa: E501
- Returns:
The time_dependency of this Compressible. # noqa: E501
- Return type:
OneOfCompressibleTimeDependency
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_model¶
Gets the turbulence_model of this Compressible. # noqa: E501
Choose a turbulence model for your CFD analysis:<ul><li><strong>No turbulence</strong>: Laminar</li><li><strong>RANS</strong>: <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#standard-k-epsilon-model’ target=’_blank’>k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#realizable-k-epsilon-model’ target=’_blank’>Realizable k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-omega-sst/’ target=’_blank’>k-omega and k-omega SST</a></li><li><strong>LES</strong>: Smagorinsky, Spalart-Allmaras</li></ul><p><p><a href=’https://www.simscale.com/blog/2017/12/turbulence-cfd-analysis/’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The turbulence_model of this Compressible. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this Compressible. # noqa: E501
Schema name: Compressible # noqa: E501
- Returns:
The type of this Compressible. # noqa: E501
- Return type:
str
simscale_sdk.models.compressible_fluid_materials module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.compressible_fluid_materials.CompressibleFluidMaterials(fluids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fluids': 'fluids'}¶
- property fluids¶
Gets the fluids of this CompressibleFluidMaterials. # noqa: E501
- Returns:
The fluids of this CompressibleFluidMaterials. # noqa: E501
- Return type:
- openapi_types = {'fluids': 'list[FluidCompressibleMaterial]'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.compute_resource module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.compute_resource.ComputeResource(type=None, value=None, interval_min=None, interval_max=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'interval_max': 'intervalMax', 'interval_min': 'intervalMin', 'type': 'type', 'value': 'value'}¶
- property interval_max¶
Gets the interval_max of this ComputeResource. # noqa: E501
- Returns:
The interval_max of this ComputeResource. # noqa: E501
- Return type:
float
- property interval_min¶
Gets the interval_min of this ComputeResource. # noqa: E501
- Returns:
The interval_min of this ComputeResource. # noqa: E501
- Return type:
float
- openapi_types = {'interval_max': 'float', 'interval_min': 'float', 'type': 'ComputeResourceType', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ComputeResource. # noqa: E501
- Returns:
The type of this ComputeResource. # noqa: E501
- Return type:
- property value¶
Gets the value of this ComputeResource. # noqa: E501
- Returns:
The value of this ComputeResource. # noqa: E501
- Return type:
float
simscale_sdk.models.compute_resource_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.compute_resource_type.ComputeResourceType(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- CPU_HOURS = 'CPU_HOURS'¶
- GPU_HOURS = 'GPU_HOURS'¶
- allowable_values = ['CPU_HOURS', 'GPU_HOURS']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.computing_core module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.computing_core.ComputingCore(num_of_processors=None, num_of_computing_processors=None, domain_decomposition=None, num_of_threads=None, partition_mesh=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'domain_decomposition': 'domainDecomposition', 'num_of_computing_processors': 'numOfComputingProcessors', 'num_of_processors': 'numOfProcessors', 'num_of_threads': 'numOfThreads', 'partition_mesh': 'partitionMesh'}¶
- property domain_decomposition¶
Gets the domain_decomposition of this ComputingCore. # noqa: E501
- Returns:
The domain_decomposition of this ComputingCore. # noqa: E501
- Return type:
OneOfComputingCoreDomainDecomposition
- property num_of_computing_processors¶
Gets the num_of_computing_processors of this ComputingCore. # noqa: E501
<p>Set the number of processors which shall be used for the parallel computation.</p> # noqa: E501
- Returns:
The num_of_computing_processors of this ComputingCore. # noqa: E501
- Return type:
int
- property num_of_processors¶
Gets the num_of_processors of this ComputingCore. # noqa: E501
<p>Selecting more processor cores will speed up the simulation process. Choosing a smaller computation instance will save core hours. <a href=’https://www.simscale.com/docs/simulation-setup/simulation-control-fluid/#number-of-processors’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The num_of_processors of this ComputingCore. # noqa: E501
- Return type:
int
- property num_of_threads¶
Gets the num_of_threads of this ComputingCore. # noqa: E501
- Returns:
The num_of_threads of this ComputingCore. # noqa: E501
- Return type:
int
- openapi_types = {'domain_decomposition': 'OneOfComputingCoreDomainDecomposition', 'num_of_computing_processors': 'int', 'num_of_processors': 'int', 'num_of_threads': 'int', 'partition_mesh': 'bool'}¶
- property partition_mesh¶
Gets the partition_mesh of this ComputingCore. # noqa: E501
- Returns:
The partition_mesh of this ComputingCore. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.conductivity_thickness_pair module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.conductivity_thickness_pair.ConductivityThicknessPair(thermal_conductivity=None, electric_resistivity=None, layer_thickness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'electric_resistivity': 'electricResistivity', 'layer_thickness': 'layerThickness', 'thermal_conductivity': 'thermalConductivity'}¶
- property electric_resistivity¶
Gets the electric_resistivity of this ConductivityThicknessPair. # noqa: E501
- Returns:
The electric_resistivity of this ConductivityThicknessPair. # noqa: E501
- Return type:
- property layer_thickness¶
Gets the layer_thickness of this ConductivityThicknessPair. # noqa: E501
- Returns:
The layer_thickness of this ConductivityThicknessPair. # noqa: E501
- Return type:
- openapi_types = {'electric_resistivity': 'DimensionalElectricResistivity', 'layer_thickness': 'DimensionalLength', 'thermal_conductivity': 'DimensionalThermalConductivity'}¶
- property thermal_conductivity¶
Gets the thermal_conductivity of this ConductivityThicknessPair. # noqa: E501
- Returns:
The thermal_conductivity of this ConductivityThicknessPair. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.conjugate_heat_transfer module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.conjugate_heat_transfer.ConjugateHeatTransfer(type='CONJUGATE_HEAT_TRANSFER', turbulence_model=None, time_dependency=None, enable_radiation=None, connection_groups=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, advanced_concepts=None, numerics=None, simulation_control=None, result_control=None, contact_handling_mode=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_concepts¶
Gets the advanced_concepts of this ConjugateHeatTransfer. # noqa: E501
- Returns:
The advanced_concepts of this ConjugateHeatTransfer. # noqa: E501
- Return type:
- attribute_map = {'advanced_concepts': 'advancedConcepts', 'boundary_conditions': 'boundaryConditions', 'connection_groups': 'connectionGroups', 'contact_handling_mode': 'contactHandlingMode', 'enable_radiation': 'enableRadiation', 'initial_conditions': 'initialConditions', 'materials': 'materials', 'model': 'model', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'time_dependency': 'timeDependency', 'turbulence_model': 'turbulenceModel', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this ConjugateHeatTransfer. # noqa: E501
- Returns:
The boundary_conditions of this ConjugateHeatTransfer. # noqa: E501
- Return type:
list[OneOfConjugateHeatTransferBoundaryConditions]
- property connection_groups¶
Gets the connection_groups of this ConjugateHeatTransfer. # noqa: E501
- Returns:
The connection_groups of this ConjugateHeatTransfer. # noqa: E501
- Return type:
list[FluidInterface]
- property contact_handling_mode¶
Gets the contact_handling_mode of this ConjugateHeatTransfer. # noqa: E501
- Returns:
The contact_handling_mode of this ConjugateHeatTransfer. # noqa: E501
- Return type:
str
- property enable_radiation¶
Gets the enable_radiation of this ConjugateHeatTransfer. # noqa: E501
Heat transfer through radiation takes place in the form of electromagnetic waves and it can be calculated in the simulation. This phenomenon becomes more important when the temperature differences in the simulation domain are large. <a href=’https://www.simscale.com/docs/analysis-types/convective-heat-transfer-analysis/radiation/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The enable_radiation of this ConjugateHeatTransfer. # noqa: E501
- Return type:
bool
- property initial_conditions¶
Gets the initial_conditions of this ConjugateHeatTransfer. # noqa: E501
- Returns:
The initial_conditions of this ConjugateHeatTransfer. # noqa: E501
- Return type:
- property materials¶
Gets the materials of this ConjugateHeatTransfer. # noqa: E501
- Returns:
The materials of this ConjugateHeatTransfer. # noqa: E501
- Return type:
- property model¶
Gets the model of this ConjugateHeatTransfer. # noqa: E501
- Returns:
The model of this ConjugateHeatTransfer. # noqa: E501
- Return type:
- property numerics¶
Gets the numerics of this ConjugateHeatTransfer. # noqa: E501
- Returns:
The numerics of this ConjugateHeatTransfer. # noqa: E501
- Return type:
- openapi_types = {'advanced_concepts': 'AdvancedConcepts', 'boundary_conditions': 'list[OneOfConjugateHeatTransferBoundaryConditions]', 'connection_groups': 'list[FluidInterface]', 'contact_handling_mode': 'str', 'enable_radiation': 'bool', 'initial_conditions': 'FluidInitialConditions', 'materials': 'ConjugateHeatTransferMaterials', 'model': 'FluidModel', 'numerics': 'FluidNumerics', 'result_control': 'FluidResultControls', 'simulation_control': 'FluidSimulationControl', 'time_dependency': 'OneOfConjugateHeatTransferTimeDependency', 'turbulence_model': 'str', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this ConjugateHeatTransfer. # noqa: E501
- Returns:
The result_control of this ConjugateHeatTransfer. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this ConjugateHeatTransfer. # noqa: E501
- Returns:
The simulation_control of this ConjugateHeatTransfer. # noqa: E501
- Return type:
- property time_dependency¶
Gets the time_dependency of this ConjugateHeatTransfer. # noqa: E501
- Returns:
The time_dependency of this ConjugateHeatTransfer. # noqa: E501
- Return type:
OneOfConjugateHeatTransferTimeDependency
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_model¶
Gets the turbulence_model of this ConjugateHeatTransfer. # noqa: E501
Choose a turbulence model for your CFD analysis:<ul><li><strong>No turbulence</strong>: Laminar</li><li><strong>RANS</strong>: <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#standard-k-epsilon-model’ target=’_blank’>k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#realizable-k-epsilon-model’ target=’_blank’>Realizable k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-omega-sst/’ target=’_blank’>k-omega and k-omega SST</a></li><li><strong>LES</strong>: Smagorinsky, Spalart-Allmaras</li></ul><p><p><a href=’https://www.simscale.com/blog/2017/12/turbulence-cfd-analysis/’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The turbulence_model of this ConjugateHeatTransfer. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this ConjugateHeatTransfer. # noqa: E501
Schema name: ConjugateHeatTransfer # noqa: E501
- Returns:
The type of this ConjugateHeatTransfer. # noqa: E501
- Return type:
str
simscale_sdk.models.conjugate_heat_transfer_materials module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.conjugate_heat_transfer_materials.ConjugateHeatTransferMaterials(fluids=None, solids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fluids': 'fluids', 'solids': 'solids'}¶
- property fluids¶
Gets the fluids of this ConjugateHeatTransferMaterials. # noqa: E501
- Returns:
The fluids of this ConjugateHeatTransferMaterials. # noqa: E501
- Return type:
- openapi_types = {'fluids': 'list[FluidCompressibleMaterial]', 'solids': 'list[SolidCompressibleMaterial]'}¶
- property solids¶
Gets the solids of this ConjugateHeatTransferMaterials. # noqa: E501
- Returns:
The solids of this ConjugateHeatTransferMaterials. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.connection_settings_v36 module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.connection_settings_v36.ConnectionSettingsV36(nonlinearity_resolution=None, friction=None, contact_non_linearity_resolution=None, convergence_stabilization=None, contact_smoothing=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'contact_non_linearity_resolution': 'contactNonLinearityResolution', 'contact_smoothing': 'contactSmoothing', 'convergence_stabilization': 'convergenceStabilization', 'friction': 'friction', 'nonlinearity_resolution': 'nonlinearityResolution'}¶
- property contact_non_linearity_resolution¶
Gets the contact_non_linearity_resolution of this ConnectionSettingsV36. # noqa: E501
- Returns:
The contact_non_linearity_resolution of this ConnectionSettingsV36. # noqa: E501
- Return type:
OneOfConnectionSettingsV36ContactNonLinearityResolution
- property contact_smoothing¶
Gets the contact_smoothing of this ConnectionSettingsV36. # noqa: E501
- Returns:
The contact_smoothing of this ConnectionSettingsV36. # noqa: E501
- Return type:
bool
- property convergence_stabilization¶
Gets the convergence_stabilization of this ConnectionSettingsV36. # noqa: E501
- Returns:
The convergence_stabilization of this ConnectionSettingsV36. # noqa: E501
- Return type:
bool
- property friction¶
Gets the friction of this ConnectionSettingsV36. # noqa: E501
- Returns:
The friction of this ConnectionSettingsV36. # noqa: E501
- Return type:
OneOfConnectionSettingsV36Friction
- property nonlinearity_resolution¶
Gets the nonlinearity_resolution of this ConnectionSettingsV36. # noqa: E501
- Returns:
The nonlinearity_resolution of this ConnectionSettingsV36. # noqa: E501
- Return type:
OneOfConnectionSettingsV36NonlinearityResolution
- openapi_types = {'contact_non_linearity_resolution': 'OneOfConnectionSettingsV36ContactNonLinearityResolution', 'contact_smoothing': 'bool', 'convergence_stabilization': 'bool', 'friction': 'OneOfConnectionSettingsV36Friction', 'nonlinearity_resolution': 'OneOfConnectionSettingsV36NonlinearityResolution'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.const_an_iso_transport module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.const_an_iso_transport.ConstAnIsoTransport(type='CONST_AN_ISO', conductivity=None, orientation=None, thermo=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'conductivity': 'conductivity', 'orientation': 'orientation', 'thermo': 'thermo', 'type': 'type'}¶
- property conductivity¶
Gets the conductivity of this ConstAnIsoTransport. # noqa: E501
- Returns:
The conductivity of this ConstAnIsoTransport. # noqa: E501
- Return type:
- openapi_types = {'conductivity': 'OrthotropicConductivity', 'orientation': 'OneOfConstAnIsoTransportOrientation', 'thermo': 'HConstThermo', 'type': 'str'}¶
- property orientation¶
Gets the orientation of this ConstAnIsoTransport. # noqa: E501
- Returns:
The orientation of this ConstAnIsoTransport. # noqa: E501
- Return type:
OneOfConstAnIsoTransportOrientation
- property thermo¶
Gets the thermo of this ConstAnIsoTransport. # noqa: E501
- Returns:
The thermo of this ConstAnIsoTransport. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ConstAnIsoTransport. # noqa: E501
<p>The thermal conductivity of a material is a measure of its ability to conduct heat.<ul><li><strong>Isotropic</strong>: the thermal conductivity κ is the same in all directions.</li><li><strong>Orthotropic</strong>: the thermal conductivity is unique and independent in three orthogonal directions. It is defined by κ<sub>x</sub>, κ<sub>y</sub>, and κ<sub>z</sub>.</li><li><strong>Cross-plane orthotropic</strong>: it is defined by an <em>in-plane</em> conductivity, which is an isotropic conductivity on a given plane, and a <em>cross-plane<strong> </strong></em>conductivity, which acts in the direction normal to the aforementioned plane.</li></ul></p> Schema name: ConstAnIsoTransport # noqa: E501
- Returns:
The type of this ConstAnIsoTransport. # noqa: E501
- Return type:
str
simscale_sdk.models.const_cross_plane_orthotropic_transport module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.const_cross_plane_orthotropic_transport.ConstCrossPlaneOrthotropicTransport(type='CONST_CROSS_PLANE_ORTHO', conductivity=None, orientation=None, thermo=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'conductivity': 'conductivity', 'orientation': 'orientation', 'thermo': 'thermo', 'type': 'type'}¶
- property conductivity¶
Gets the conductivity of this ConstCrossPlaneOrthotropicTransport. # noqa: E501
- Returns:
The conductivity of this ConstCrossPlaneOrthotropicTransport. # noqa: E501
- Return type:
- openapi_types = {'conductivity': 'CrossPlaneOrthotropicConductivity', 'orientation': 'OneOfConstCrossPlaneOrthotropicTransportOrientation', 'thermo': 'HConstThermo', 'type': 'str'}¶
- property orientation¶
Gets the orientation of this ConstCrossPlaneOrthotropicTransport. # noqa: E501
- Returns:
The orientation of this ConstCrossPlaneOrthotropicTransport. # noqa: E501
- Return type:
OneOfConstCrossPlaneOrthotropicTransportOrientation
- property thermo¶
Gets the thermo of this ConstCrossPlaneOrthotropicTransport. # noqa: E501
- Returns:
The thermo of this ConstCrossPlaneOrthotropicTransport. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ConstCrossPlaneOrthotropicTransport. # noqa: E501
<p>The thermal conductivity of a material is a measure of its ability to conduct heat.<ul><li><strong>Isotropic</strong>: the thermal conductivity κ is the same in all directions.</li><li><strong>Orthotropic</strong>: the thermal conductivity is unique and independent in three orthogonal directions. It is defined by κ<sub>x</sub>, κ<sub>y</sub>, and κ<sub>z</sub>.</li><li><strong>Cross-plane orthotropic</strong>: it is defined by an <em>in-plane</em> conductivity, which is an isotropic conductivity on a given plane, and a <em>cross-plane<strong> </strong></em>conductivity, which acts in the direction normal to the aforementioned plane.</li></ul></p> Schema name: ConstCrossPlaneOrthotropicTransport # noqa: E501
- Returns:
The type of this ConstCrossPlaneOrthotropicTransport. # noqa: E501
- Return type:
str
simscale_sdk.models.const_iso_transport module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.const_iso_transport.ConstIsoTransport(type='CONST_ISO', conductivity=None, thermo=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'conductivity': 'conductivity', 'thermo': 'thermo', 'type': 'type'}¶
- property conductivity¶
Gets the conductivity of this ConstIsoTransport. # noqa: E501
- Returns:
The conductivity of this ConstIsoTransport. # noqa: E501
- Return type:
- openapi_types = {'conductivity': 'IsotropicConductivity', 'thermo': 'HConstThermo', 'type': 'str'}¶
- property thermo¶
Gets the thermo of this ConstIsoTransport. # noqa: E501
- Returns:
The thermo of this ConstIsoTransport. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ConstIsoTransport. # noqa: E501
<p>The thermal conductivity of a material is a measure of its ability to conduct heat.<ul><li><strong>Isotropic</strong>: the thermal conductivity κ is the same in all directions.</li><li><strong>Orthotropic</strong>: the thermal conductivity is unique and independent in three orthogonal directions. It is defined by κ<sub>x</sub>, κ<sub>y</sub>, and κ<sub>z</sub>.</li><li><strong>Cross-plane orthotropic</strong>: it is defined by an <em>in-plane</em> conductivity, which is an isotropic conductivity on a given plane, and a <em>cross-plane<strong> </strong></em>conductivity, which acts in the direction normal to the aforementioned plane.</li></ul></p> Schema name: ConstIsoTransport # noqa: E501
- Returns:
The type of this ConstIsoTransport. # noqa: E501
- Return type:
str
simscale_sdk.models.const_transport module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.const_transport.ConstTransport(type='CONST', dynamic_viscosity=None, dynamic_viscosity_function=None, prandtl_number=None, turbulent_prandtl_number=None, thermo=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'dynamic_viscosity': 'dynamicViscosity', 'dynamic_viscosity_function': 'dynamicViscosityFunction', 'prandtl_number': 'prandtlNumber', 'thermo': 'thermo', 'turbulent_prandtl_number': 'turbulentPrandtlNumber', 'type': 'type'}¶
- property dynamic_viscosity¶
Gets the dynamic_viscosity of this ConstTransport. # noqa: E501
- Returns:
The dynamic_viscosity of this ConstTransport. # noqa: E501
- Return type:
- property dynamic_viscosity_function¶
Gets the dynamic_viscosity_function of this ConstTransport. # noqa: E501
- Returns:
The dynamic_viscosity_function of this ConstTransport. # noqa: E501
- Return type:
- openapi_types = {'dynamic_viscosity': 'DimensionalDynamicViscosity', 'dynamic_viscosity_function': 'DimensionalFunctionDynamicViscosity', 'prandtl_number': 'float', 'thermo': 'OneOfConstTransportThermo', 'turbulent_prandtl_number': 'float', 'type': 'str'}¶
- property prandtl_number¶
Gets the prandtl_number of this ConstTransport. # noqa: E501
Prandtl number (<i>Pr</i>) is the ratio of momentum transport to thermal tranport. Fluids with low <i>Pr</i> are free flowing and good for heat conduction. # noqa: E501
- Returns:
The prandtl_number of this ConstTransport. # noqa: E501
- Return type:
float
- property thermo¶
Gets the thermo of this ConstTransport. # noqa: E501
- Returns:
The thermo of this ConstTransport. # noqa: E501
- Return type:
OneOfConstTransportThermo
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulent_prandtl_number¶
Gets the turbulent_prandtl_number of this ConstTransport. # noqa: E501
Turbulent Prandtl number is used to calculate the heat transfer due to turbulent effects in the domain. # noqa: E501
- Returns:
The turbulent_prandtl_number of this ConstTransport. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this ConstTransport. # noqa: E501
Schema name: ConstTransport # noqa: E501
- Returns:
The type of this ConstTransport. # noqa: E501
- Return type:
str
simscale_sdk.models.constant_contact_angle_pfbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.constant_contact_angle_pfbc.ConstantContactAnglePFBC(type='CONSTANT_CONTACT_ANGLE', equilibrium_contact_angle=None, limit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'equilibrium_contact_angle': 'equilibriumContactAngle', 'limit': 'limit', 'type': 'type'}¶
- property equilibrium_contact_angle¶
Gets the equilibrium_contact_angle of this ConstantContactAnglePFBC. # noqa: E501
- Returns:
The equilibrium_contact_angle of this ConstantContactAnglePFBC. # noqa: E501
- Return type:
- property limit¶
Gets the limit of this ConstantContactAnglePFBC. # noqa: E501
- Returns:
The limit of this ConstantContactAnglePFBC. # noqa: E501
- Return type:
str
- openapi_types = {'equilibrium_contact_angle': 'DimensionalAngle', 'limit': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ConstantContactAnglePFBC. # noqa: E501
Schema name: ConstantContactAnglePFBC # noqa: E501
- Returns:
The type of this ConstantContactAnglePFBC. # noqa: E501
- Return type:
str
simscale_sdk.models.constant_function module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.constant_function.ConstantFunction(type='CONSTANT', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ConstantFunction. # noqa: E501
Schema name: ConstantFunction # noqa: E501
- Returns:
The type of this ConstantFunction. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this ConstantFunction. # noqa: E501
- Returns:
The value of this ConstantFunction. # noqa: E501
- Return type:
float
simscale_sdk.models.contact module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.contact.Contact(type='CONTACT', node_merging_bonded=None, connections=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'connections': 'connections', 'node_merging_bonded': 'nodeMergingBonded', 'type': 'type'}¶
- property connections¶
Gets the connections of this Contact. # noqa: E501
- Returns:
The connections of this Contact. # noqa: E501
- Return type:
list[OneOfContactConnections]
- property node_merging_bonded¶
Gets the node_merging_bonded of this Contact. # noqa: E501
<p>Allow node merging for bonded contacts where possible to increase contact accuracy and solution efficiency. For contact pairs where nodes cannot be merged, linear relations will be used with the defined position tolerance.</p> # noqa: E501
- Returns:
The node_merging_bonded of this Contact. # noqa: E501
- Return type:
bool
- openapi_types = {'connections': 'list[OneOfContactConnections]', 'node_merging_bonded': 'bool', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Contact. # noqa: E501
Schema name: Contact # noqa: E501
- Returns:
The type of this Contact. # noqa: E501
- Return type:
str
simscale_sdk.models.contact_conductance_layer module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.contact_conductance_layer.ContactConductanceLayer(type='CONTACT_CONDUCTANCE_LAYER', name=None, interface_thermal=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'interface_thermal': 'interfaceThermal', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property interface_thermal¶
Gets the interface_thermal of this ContactConductanceLayer. # noqa: E501
- Returns:
The interface_thermal of this ContactConductanceLayer. # noqa: E501
- Return type:
OneOfContactConductanceLayerInterfaceThermal
- property name¶
Gets the name of this ContactConductanceLayer. # noqa: E501
- Returns:
The name of this ContactConductanceLayer. # noqa: E501
- Return type:
str
- openapi_types = {'interface_thermal': 'OneOfContactConductanceLayerInterfaceThermal', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ContactConductanceLayer. # noqa: E501
- Returns:
The topological_reference of this ContactConductanceLayer. # noqa: E501
- Return type:
- property type¶
Gets the type of this ContactConductanceLayer. # noqa: E501
<p>Choose the type of the contact resistance:</p><ul><li><p>To specify presence of thin layers with known thermal conductivity or/and electric resistivity and thickness, choose <b>Thin layer resistance</b>.</p><li><p>If the thermal/electric contact resistance is known (e.g. due to an imperfectly matching interface, choose <b>Contact resistance</b>. The resistance can be defined as surface-dependent or not, i.e. total or specific. To make a resistance inactive, set it to 0. Enter a high value to make it an isolator.</p><li><p>Conversely, if the thermal/electric contact conductance is known, choose <b>Specific conductance</b></p></ul><a href=’https://www.simscale.com/docs/simulation-setup/advanced-concepts/contact-resistance/’ target=’_blank’>Learn more</a>. Schema name: ContactConductanceLayer # noqa: E501
- Returns:
The type of this ContactConductanceLayer. # noqa: E501
- Return type:
str
simscale_sdk.models.contact_interface_material_interface_thermal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.contact_interface_material_interface_thermal.ContactInterfaceMaterialInterfaceThermal(type='CONTACT_INTERFACE_MATERIAL', conductivity_thickness_pairs=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'conductivity_thickness_pairs': 'conductivityThicknessPairs', 'type': 'type'}¶
- property conductivity_thickness_pairs¶
Gets the conductivity_thickness_pairs of this ContactInterfaceMaterialInterfaceThermal. # noqa: E501
- Returns:
The conductivity_thickness_pairs of this ContactInterfaceMaterialInterfaceThermal. # noqa: E501
- Return type:
- openapi_types = {'conductivity_thickness_pairs': 'list[ConductivityThicknessPair]', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ContactInterfaceMaterialInterfaceThermal. # noqa: E501
Schema name: ContactInterfaceMaterialInterfaceThermal # noqa: E501
- Returns:
The type of this ContactInterfaceMaterialInterfaceThermal. # noqa: E501
- Return type:
str
simscale_sdk.models.contact_resistance_layer module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.contact_resistance_layer.ContactResistanceLayer(type='CONTACT_RESISTANCE_LAYER', name=None, interface_thermal=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'interface_thermal': 'interfaceThermal', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property interface_thermal¶
Gets the interface_thermal of this ContactResistanceLayer. # noqa: E501
- Returns:
The interface_thermal of this ContactResistanceLayer. # noqa: E501
- Return type:
OneOfContactResistanceLayerInterfaceThermal
- property name¶
Gets the name of this ContactResistanceLayer. # noqa: E501
- Returns:
The name of this ContactResistanceLayer. # noqa: E501
- Return type:
str
- openapi_types = {'interface_thermal': 'OneOfContactResistanceLayerInterfaceThermal', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ContactResistanceLayer. # noqa: E501
- Returns:
The topological_reference of this ContactResistanceLayer. # noqa: E501
- Return type:
- property type¶
Gets the type of this ContactResistanceLayer. # noqa: E501
<p>Choose the type of the contact resistance:</p><ul><li><p>To specify presence of thin layers with known thermal conductivity or/and electric resistivity and thickness, choose <b>Thin layer resistance</b>.</p><li><p>If the thermal/electric contact resistance is known (e.g. due to an imperfectly matching interface, choose <b>Contact resistance</b>. The resistance can be defined as surface-dependent or not, i.e. total or specific. To make a resistance inactive, set it to 0. Enter a high value to make it an isolator.</p><li><p>Conversely, if the thermal/electric contact conductance is known, choose <b>Specific conductance</b></p></ul><a href=’https://www.simscale.com/docs/simulation-setup/advanced-concepts/contact-resistance/’ target=’_blank’>Learn more</a>. Schema name: ContactResistanceLayer # noqa: E501
- Returns:
The type of this ContactResistanceLayer. # noqa: E501
- Return type:
str
simscale_sdk.models.contact_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.contact_result_control_item.ContactResultControlItem(type='CONTACT', name=None, contact_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'contact_type': 'contactType', 'name': 'name', 'type': 'type'}¶
- property contact_type¶
Gets the contact_type of this ContactResultControlItem. # noqa: E501
- Returns:
The contact_type of this ContactResultControlItem. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this ContactResultControlItem. # noqa: E501
- Returns:
The name of this ContactResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'contact_type': 'str', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ContactResultControlItem. # noqa: E501
Schema name: ContactResultControlItem # noqa: E501
- Returns:
The type of this ContactResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.convection_radiation_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.convection_radiation_tbc.ConvectionRadiationTBC(type='CONVECTIVE_RADIATIVE_HEAT_TRANSFER', convection=None, radiation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'convection': 'convection', 'radiation': 'radiation', 'type': 'type'}¶
- property convection¶
Gets the convection of this ConvectionRadiationTBC. # noqa: E501
- Returns:
The convection of this ConvectionRadiationTBC. # noqa: E501
- Return type:
- openapi_types = {'convection': 'WallConvectionModel', 'radiation': 'WallRadiationModel', 'type': 'str'}¶
- property radiation¶
Gets the radiation of this ConvectionRadiationTBC. # noqa: E501
- Returns:
The radiation of this ConvectionRadiationTBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ConvectionRadiationTBC. # noqa: E501
Schema name: ConvectionRadiationTBC # noqa: E501
- Returns:
The type of this ConvectionRadiationTBC. # noqa: E501
- Return type:
str
simscale_sdk.models.convection_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.convection_tbc.ConvectionTBC(type='CONVECTIVE_HEAT_TRANSFER', convection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'convection': 'convection', 'type': 'type'}¶
- property convection¶
Gets the convection of this ConvectionTBC. # noqa: E501
- Returns:
The convection of this ConvectionTBC. # noqa: E501
- Return type:
- openapi_types = {'convection': 'WallConvectionModel', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ConvectionTBC. # noqa: E501
Schema name: ConvectionTBC # noqa: E501
- Returns:
The type of this ConvectionTBC. # noqa: E501
- Return type:
str
simscale_sdk.models.convective_heat_flux module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.convective_heat_flux.ConvectiveHeatFlux(type='CONVECTIVE_HEAT_FLUX', name=None, heat_transfer_coefficient=None, ambient_temperature=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property ambient_temperature¶
Gets the ambient_temperature of this ConvectiveHeatFlux. # noqa: E501
- Returns:
The ambient_temperature of this ConvectiveHeatFlux. # noqa: E501
- Return type:
- attribute_map = {'ambient_temperature': 'ambientTemperature', 'heat_transfer_coefficient': 'heatTransferCoefficient', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property heat_transfer_coefficient¶
Gets the heat_transfer_coefficient of this ConvectiveHeatFlux. # noqa: E501
- Returns:
The heat_transfer_coefficient of this ConvectiveHeatFlux. # noqa: E501
- Return type:
- property name¶
Gets the name of this ConvectiveHeatFlux. # noqa: E501
- Returns:
The name of this ConvectiveHeatFlux. # noqa: E501
- Return type:
str
- openapi_types = {'ambient_temperature': 'DimensionalFunctionTemperature', 'heat_transfer_coefficient': 'DimensionalFunctionThermalTransmittance', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ConvectiveHeatFlux. # noqa: E501
- Returns:
The topological_reference of this ConvectiveHeatFlux. # noqa: E501
- Return type:
- property type¶
Gets the type of this ConvectiveHeatFlux. # noqa: E501
Represents heat transfer between a surface and a fluid. Schema name: ConvectiveHeatFlux # noqa: E501
- Returns:
The type of this ConvectiveHeatFlux. # noqa: E501
- Return type:
str
simscale_sdk.models.convective_heat_flux_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.convective_heat_flux_bc.ConvectiveHeatFluxBC(type='CONVECTIVE_HEAT_FLUX', name=None, reference_temperature=None, heat_transfer_coefficient=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'heat_transfer_coefficient': 'heatTransferCoefficient', 'name': 'name', 'reference_temperature': 'referenceTemperature', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property heat_transfer_coefficient¶
Gets the heat_transfer_coefficient of this ConvectiveHeatFluxBC. # noqa: E501
- Returns:
The heat_transfer_coefficient of this ConvectiveHeatFluxBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this ConvectiveHeatFluxBC. # noqa: E501
- Returns:
The name of this ConvectiveHeatFluxBC. # noqa: E501
- Return type:
str
- openapi_types = {'heat_transfer_coefficient': 'DimensionalFunctionThermalTransmittance', 'name': 'str', 'reference_temperature': 'DimensionalFunctionTemperature', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property reference_temperature¶
Gets the reference_temperature of this ConvectiveHeatFluxBC. # noqa: E501
- Returns:
The reference_temperature of this ConvectiveHeatFluxBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ConvectiveHeatFluxBC. # noqa: E501
- Returns:
The topological_reference of this ConvectiveHeatFluxBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this ConvectiveHeatFluxBC. # noqa: E501
This is a <b>heat flux</b> boundary condition representing a <b>convective heat flux</b> on the selected face groups. It is defined by the <b>reference temperature</b> (surrounding temperature) and the <b>convection coefficient</b>.<br /><br />Important remarks: <br /><ul><li>The convection coefficient is not only dependent on the material of the surrounding fluid but a property of the flow</li><li>You may define a <b>parameter dependent (x,y,z,t)</b> value by defining a formula or uploading a table (csv-file) for the <b>reference temperature</b> and the <b>convection coefficient</b></li></ul> Schema name: ConvectiveHeatFluxBC # noqa: E501
- Returns:
The type of this ConvectiveHeatFluxBC. # noqa: E501
- Return type:
str
simscale_sdk.models.convective_heat_transfer module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.convective_heat_transfer.ConvectiveHeatTransfer(type='CONVECTIVE_HEAT_TRANSFER', is_compressible=None, turbulence_model=None, time_dependency=None, enable_radiation=None, num_of_passive_species=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, advanced_concepts=None, numerics=None, simulation_control=None, result_control=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_concepts¶
Gets the advanced_concepts of this ConvectiveHeatTransfer. # noqa: E501
- Returns:
The advanced_concepts of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
- attribute_map = {'advanced_concepts': 'advancedConcepts', 'boundary_conditions': 'boundaryConditions', 'enable_radiation': 'enableRadiation', 'initial_conditions': 'initialConditions', 'is_compressible': 'isCompressible', 'materials': 'materials', 'model': 'model', 'num_of_passive_species': 'numOfPassiveSpecies', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'time_dependency': 'timeDependency', 'turbulence_model': 'turbulenceModel', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this ConvectiveHeatTransfer. # noqa: E501
- Returns:
The boundary_conditions of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
list[OneOfConvectiveHeatTransferBoundaryConditions]
- property enable_radiation¶
Gets the enable_radiation of this ConvectiveHeatTransfer. # noqa: E501
Heat transfer through radiation takes place in the form of electromagnetic waves and it can be calculated in the simulation. This phenomenon becomes more important when the temperature differences in the simulation domain are large. <a href=’https://www.simscale.com/docs/analysis-types/convective-heat-transfer-analysis/radiation/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The enable_radiation of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
bool
- property initial_conditions¶
Gets the initial_conditions of this ConvectiveHeatTransfer. # noqa: E501
- Returns:
The initial_conditions of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
- property is_compressible¶
Gets the is_compressible of this ConvectiveHeatTransfer. # noqa: E501
<ul><li>Toggle off <em>Compressible</em> for small temperature variations within the domain, for example, in natural convection simulations (Boussinesq approximation). Use Gauge pressure (0 Pa). </li><li>Toggle on <em>Compressible</em> to calculate resulting density variations within the domain based on pressure and temperature. Use Absolute pressure (for example, 101325 Pa at sea level)</li></ul> # noqa: E501
- Returns:
The is_compressible of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
bool
- property materials¶
Gets the materials of this ConvectiveHeatTransfer. # noqa: E501
- Returns:
The materials of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
- property model¶
Gets the model of this ConvectiveHeatTransfer. # noqa: E501
- Returns:
The model of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
- property num_of_passive_species¶
Gets the num_of_passive_species of this ConvectiveHeatTransfer. # noqa: E501
Select the number of passive species involved in the simulation. Passive species allow you to simulate the transport of a scalar quantity within a fluid flow without affecting it. <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/#passive-species’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The num_of_passive_species of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
int
- property numerics¶
Gets the numerics of this ConvectiveHeatTransfer. # noqa: E501
- Returns:
The numerics of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
- openapi_types = {'advanced_concepts': 'AdvancedConcepts', 'boundary_conditions': 'list[OneOfConvectiveHeatTransferBoundaryConditions]', 'enable_radiation': 'bool', 'initial_conditions': 'FluidInitialConditions', 'is_compressible': 'bool', 'materials': 'ConvectiveHeatTransferMaterials', 'model': 'FluidModel', 'num_of_passive_species': 'int', 'numerics': 'FluidNumerics', 'result_control': 'FluidResultControls', 'simulation_control': 'FluidSimulationControl', 'time_dependency': 'OneOfConvectiveHeatTransferTimeDependency', 'turbulence_model': 'str', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this ConvectiveHeatTransfer. # noqa: E501
- Returns:
The result_control of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this ConvectiveHeatTransfer. # noqa: E501
- Returns:
The simulation_control of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
- property time_dependency¶
Gets the time_dependency of this ConvectiveHeatTransfer. # noqa: E501
- Returns:
The time_dependency of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
OneOfConvectiveHeatTransferTimeDependency
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_model¶
Gets the turbulence_model of this ConvectiveHeatTransfer. # noqa: E501
Choose a turbulence model for your CFD analysis:<ul><li><strong>No turbulence</strong>: Laminar</li><li><strong>RANS</strong>: <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#standard-k-epsilon-model’ target=’_blank’>k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#realizable-k-epsilon-model’ target=’_blank’>Realizable k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-omega-sst/’ target=’_blank’>k-omega and k-omega SST</a></li><li><strong>LES</strong>: Smagorinsky, Spalart-Allmaras</li></ul><p><p><a href=’https://www.simscale.com/blog/2017/12/turbulence-cfd-analysis/’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The turbulence_model of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this ConvectiveHeatTransfer. # noqa: E501
Schema name: ConvectiveHeatTransfer # noqa: E501
- Returns:
The type of this ConvectiveHeatTransfer. # noqa: E501
- Return type:
str
simscale_sdk.models.convective_heat_transfer_materials module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.convective_heat_transfer_materials.ConvectiveHeatTransferMaterials(fluids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fluids': 'fluids'}¶
- property fluids¶
Gets the fluids of this ConvectiveHeatTransferMaterials. # noqa: E501
- Returns:
The fluids of this ConvectiveHeatTransferMaterials. # noqa: E501
- Return type:
list[OneOfConvectiveHeatTransferMaterialsFluids]
- openapi_types = {'fluids': 'list[OneOfConvectiveHeatTransferMaterialsFluids]'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.corrected_surface_normal_gradient_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.corrected_surface_normal_gradient_scheme.CorrectedSurfaceNormalGradientScheme(type='CORRECTED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CorrectedSurfaceNormalGradientScheme. # noqa: E501
Schema name: CorrectedSurfaceNormalGradientScheme # noqa: E501
- Returns:
The type of this CorrectedSurfaceNormalGradientScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.coulomb_friction module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.coulomb_friction.CoulombFriction(type='COULOMB_FRICTION', nonlinearity_resolution=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'nonlinearity_resolution': 'nonlinearityResolution', 'type': 'type'}¶
- property nonlinearity_resolution¶
Gets the nonlinearity_resolution of this CoulombFriction. # noqa: E501
- Returns:
The nonlinearity_resolution of this CoulombFriction. # noqa: E501
- Return type:
OneOfCoulombFrictionNonlinearityResolution
- openapi_types = {'nonlinearity_resolution': 'OneOfCoulombFrictionNonlinearityResolution', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CoulombFriction. # noqa: E501
Schema name: CoulombFriction # noqa: E501
- Returns:
The type of this CoulombFriction. # noqa: E501
- Return type:
str
simscale_sdk.models.coupled_conjugate_heat_transfer module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.coupled_conjugate_heat_transfer.CoupledConjugateHeatTransfer(type='COUPLED_CONJUGATE_HEAT_TRANSFER', is_compressible=None, enable_radiation=None, enable_solar_load=None, enable_humidity_model=None, enable_joule_heating=None, turbulence_model=None, time_dependency=None, num_of_passive_species=None, connection_groups=None, model=None, solar_calculator=None, materials=None, initial_conditions=None, boundary_conditions=None, advanced_concepts=None, numerics=None, simulation_control=None, result_control=None, contact_handling_mode=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_concepts¶
Gets the advanced_concepts of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The advanced_concepts of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
- attribute_map = {'advanced_concepts': 'advancedConcepts', 'boundary_conditions': 'boundaryConditions', 'connection_groups': 'connectionGroups', 'contact_handling_mode': 'contactHandlingMode', 'enable_humidity_model': 'enableHumidityModel', 'enable_joule_heating': 'enableJouleHeating', 'enable_radiation': 'enableRadiation', 'enable_solar_load': 'enableSolarLoad', 'initial_conditions': 'initialConditions', 'is_compressible': 'isCompressible', 'materials': 'materials', 'model': 'model', 'num_of_passive_species': 'numOfPassiveSpecies', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'solar_calculator': 'solarCalculator', 'time_dependency': 'timeDependency', 'turbulence_model': 'turbulenceModel', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The boundary_conditions of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
list[OneOfCoupledConjugateHeatTransferBoundaryConditions]
- property connection_groups¶
Gets the connection_groups of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The connection_groups of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
list[FluidInterface]
- property contact_handling_mode¶
Gets the contact_handling_mode of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The contact_handling_mode of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
str
- property enable_humidity_model¶
Gets the enable_humidity_model of this CoupledConjugateHeatTransfer. # noqa: E501
<b>Humidity model</b> to simulate wet air. First turn on the <em>compressible</em> toggle to enable it. The simulation will take the effect of humid air on the flow field into account. Dry air is heavier than wet air and hence sinks. The model does not account for condensation and evaporation and is not applicable in cases where this is of concern, for example dehumidifiers. It is suitable for HVAC analysis and for temperature ranges of <b>0° to 100°C</b>. </li></ul></p><a href= https://www.simscale.com/docs/simulation-setup/global-settings/humidity-modeling/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The enable_humidity_model of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
bool
- property enable_joule_heating¶
Gets the enable_joule_heating of this CoupledConjugateHeatTransfer. # noqa: E501
Enabling <b>Joule heating</b> gives you the possibility to solve a coupled electric conduction and conjugate heat transfer problem in a single simulation. # noqa: E501
- Returns:
The enable_joule_heating of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
bool
- property enable_radiation¶
Gets the enable_radiation of this CoupledConjugateHeatTransfer. # noqa: E501
Heat transfer through radiation takes place in the form of electromagnetic waves and it can be calculated in the simulation. This phenomenon becomes more important when the temperature differences in the simulation domain are large. <a href=’https://www.simscale.com/docs/analysis-types/convective-heat-transfer-analysis/radiation/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The enable_radiation of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
bool
- property enable_solar_load¶
Gets the enable_solar_load of this CoupledConjugateHeatTransfer. # noqa: E501
Enables the <b>solar load</b> model in the simulation. <b>Diffuse</b> and/or <b>directional</b> solar load contributions are specified in the <b>solar calculator</b>. The solar load terms will heat the external faces of the simulation domain. Moreover, if transparent and/or semi-transparent boundaries are present, internal surfaces of the domain might also be heated. All <b>internal solids</b> will be considered <b>opaque</b>. <a href=’https://www.simscale.com/docs/analysis-types/conjugate-heat-transfer-analysis/solar-load/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The enable_solar_load of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
bool
- property initial_conditions¶
Gets the initial_conditions of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The initial_conditions of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
- property is_compressible¶
Gets the is_compressible of this CoupledConjugateHeatTransfer. # noqa: E501
<ul><li>Toggle off <em>Compressible</em> for small temperature variations within the domain, for example, in natural convection simulations (Boussinesq approximation). Use Gauge pressure (0 Pa). </li><li>Toggle on <em>Compressible</em> to calculate resulting density variations within the domain based on pressure and temperature. Use Absolute pressure (for example, 101325 Pa at sea level)</li></ul> # noqa: E501
- Returns:
The is_compressible of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
bool
- property materials¶
Gets the materials of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The materials of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
- property model¶
Gets the model of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The model of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
- property num_of_passive_species¶
Gets the num_of_passive_species of this CoupledConjugateHeatTransfer. # noqa: E501
Select the number of passive species involved in the simulation. Passive species allow you to simulate the transport of a scalar quantity within a fluid flow without affecting it. <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/#passive-species’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The num_of_passive_species of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
int
- property numerics¶
Gets the numerics of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The numerics of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
- openapi_types = {'advanced_concepts': 'AdvancedConcepts', 'boundary_conditions': 'list[OneOfCoupledConjugateHeatTransferBoundaryConditions]', 'connection_groups': 'list[FluidInterface]', 'contact_handling_mode': 'str', 'enable_humidity_model': 'bool', 'enable_joule_heating': 'bool', 'enable_radiation': 'bool', 'enable_solar_load': 'bool', 'initial_conditions': 'FluidInitialConditions', 'is_compressible': 'bool', 'materials': 'CoupledConjugateHeatTransferMaterials', 'model': 'FluidModel', 'num_of_passive_species': 'int', 'numerics': 'FluidNumerics', 'result_control': 'FluidResultControls', 'simulation_control': 'FluidSimulationControl', 'solar_calculator': 'SolarCalculator', 'time_dependency': 'OneOfCoupledConjugateHeatTransferTimeDependency', 'turbulence_model': 'str', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The result_control of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The simulation_control of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
- property solar_calculator¶
Gets the solar_calculator of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The solar_calculator of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
- property time_dependency¶
Gets the time_dependency of this CoupledConjugateHeatTransfer. # noqa: E501
- Returns:
The time_dependency of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
OneOfCoupledConjugateHeatTransferTimeDependency
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_model¶
Gets the turbulence_model of this CoupledConjugateHeatTransfer. # noqa: E501
Choose a turbulence model for your CFD analysis:<ul><li><strong>No turbulence</strong>: Laminar</li><li><strong>RANS</strong>: <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-omega-sst/’ target=’_blank’>k-omega SST.</p> # noqa: E501
- Returns:
The turbulence_model of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this CoupledConjugateHeatTransfer. # noqa: E501
Schema name: CoupledConjugateHeatTransfer # noqa: E501
- Returns:
The type of this CoupledConjugateHeatTransfer. # noqa: E501
- Return type:
str
simscale_sdk.models.coupled_conjugate_heat_transfer_materials module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.coupled_conjugate_heat_transfer_materials.CoupledConjugateHeatTransferMaterials(fluids=None, solids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fluids': 'fluids', 'solids': 'solids'}¶
- property fluids¶
Gets the fluids of this CoupledConjugateHeatTransferMaterials. # noqa: E501
- Returns:
The fluids of this CoupledConjugateHeatTransferMaterials. # noqa: E501
- Return type:
list[OneOfCoupledConjugateHeatTransferMaterialsFluids]
- openapi_types = {'fluids': 'list[OneOfCoupledConjugateHeatTransferMaterialsFluids]', 'solids': 'list[SolidCompressibleMaterial]'}¶
- property solids¶
Gets the solids of this CoupledConjugateHeatTransferMaterials. # noqa: E501
- Returns:
The solids of this CoupledConjugateHeatTransferMaterials. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.coupled_interface_thermal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.coupled_interface_thermal.CoupledInterfaceThermal(type='COUPLED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CoupledInterfaceThermal. # noqa: E501
Schema name: CoupledInterfaceThermal # noqa: E501
- Returns:
The type of this CoupledInterfaceThermal. # noqa: E501
- Return type:
str
simscale_sdk.models.cover_spectrum module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cover_spectrum.CoverSpectrum(type='COVER_SPECTRUM', start_frequency=None, end_frequency=None, frequencies_per_mode=None, growth_ratio=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'end_frequency': 'endFrequency', 'frequencies_per_mode': 'frequenciesPerMode', 'growth_ratio': 'growthRatio', 'start_frequency': 'startFrequency', 'type': 'type'}¶
- property end_frequency¶
Gets the end_frequency of this CoverSpectrum. # noqa: E501
- Returns:
The end_frequency of this CoverSpectrum. # noqa: E501
- Return type:
- property frequencies_per_mode¶
Gets the frequencies_per_mode of this CoverSpectrum. # noqa: E501
Specify the number of excitation frequencies to be spread over each modal peak and neighbouring valleys. The eigenfrequency will also be considered when an even number is provided. # noqa: E501
- Returns:
The frequencies_per_mode of this CoverSpectrum. # noqa: E501
- Return type:
int
- property growth_ratio¶
Gets the growth_ratio of this CoverSpectrum. # noqa: E501
Ratio of the adjacent distances between excitation frequencies. It controls the distribution of the frequencies, with larger values resulting in a faster spread towards the valleys and tighter clustering around the modal peaks. Suggested value r >= 2. # noqa: E501
- Returns:
The growth_ratio of this CoverSpectrum. # noqa: E501
- Return type:
float
- openapi_types = {'end_frequency': 'DimensionalFrequency', 'frequencies_per_mode': 'int', 'growth_ratio': 'float', 'start_frequency': 'DimensionalFrequency', 'type': 'str'}¶
- property start_frequency¶
Gets the start_frequency of this CoverSpectrum. # noqa: E501
- Returns:
The start_frequency of this CoverSpectrum. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CoverSpectrum. # noqa: E501
Schema name: CoverSpectrum # noqa: E501
- Returns:
The type of this CoverSpectrum. # noqa: E501
- Return type:
str
simscale_sdk.models.cpu_time_write_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cpu_time_write_control.CpuTimeWriteControl(type='CPU_TIME', write_interval=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'write_interval': 'writeInterval'}¶
- openapi_types = {'type': 'str', 'write_interval': 'DimensionalTime'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CpuTimeWriteControl. # noqa: E501
This option controls how the simulation results are written and how frequently. Schema name: CpuTimeWriteControl # noqa: E501
- Returns:
The type of this CpuTimeWriteControl. # noqa: E501
- Return type:
str
- property write_interval¶
Gets the write_interval of this CpuTimeWriteControl. # noqa: E501
- Returns:
The write_interval of this CpuTimeWriteControl. # noqa: E501
- Return type:
simscale_sdk.models.create_ai_prediction_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.create_ai_prediction_request.CreateAiPredictionRequest(ai_model_id=None, project_id=None, simulation_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property ai_model_id¶
Gets the ai_model_id of this CreateAiPredictionRequest. # noqa: E501
- Returns:
The ai_model_id of this CreateAiPredictionRequest. # noqa: E501
- Return type:
str
- attribute_map = {'ai_model_id': 'aiModelId', 'project_id': 'projectId', 'simulation_id': 'simulationId'}¶
- openapi_types = {'ai_model_id': 'str', 'project_id': 'str', 'simulation_id': 'str'}¶
- property project_id¶
Gets the project_id of this CreateAiPredictionRequest. # noqa: E501
- Returns:
The project_id of this CreateAiPredictionRequest. # noqa: E501
- Return type:
str
- property simulation_id¶
Gets the simulation_id of this CreateAiPredictionRequest. # noqa: E501
- Returns:
The simulation_id of this CreateAiPredictionRequest. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.create_ai_prediction_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.create_ai_prediction_response.CreateAiPredictionResponse(prediction_id=None, available_fields=None, confidence_score=None, global_outputs=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'available_fields': 'availableFields', 'confidence_score': 'confidenceScore', 'global_outputs': 'globalOutputs', 'prediction_id': 'predictionId'}¶
- property available_fields¶
Gets the available_fields of this CreateAiPredictionResponse. # noqa: E501
- Returns:
The available_fields of this CreateAiPredictionResponse. # noqa: E501
- Return type:
- property confidence_score¶
Gets the confidence_score of this CreateAiPredictionResponse. # noqa: E501
- Returns:
The confidence_score of this CreateAiPredictionResponse. # noqa: E501
- Return type:
float
- property global_outputs¶
Gets the global_outputs of this CreateAiPredictionResponse. # noqa: E501
- Returns:
The global_outputs of this CreateAiPredictionResponse. # noqa: E501
- Return type:
- openapi_types = {'available_fields': 'list[CreateAiPredictionResponseAvailableFields]', 'confidence_score': 'float', 'global_outputs': 'list[CreateAiPredictionResponseGlobalOutputs]', 'prediction_id': 'str'}¶
- property prediction_id¶
Gets the prediction_id of this CreateAiPredictionResponse. # noqa: E501
- Returns:
The prediction_id of this CreateAiPredictionResponse. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.create_ai_prediction_response_available_fields module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.create_ai_prediction_response_available_fields.CreateAiPredictionResponseAvailableFields(name=None, components=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'components': 'components', 'name': 'name'}¶
- property components¶
Gets the components of this CreateAiPredictionResponseAvailableFields. # noqa: E501
- Returns:
The components of this CreateAiPredictionResponseAvailableFields. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this CreateAiPredictionResponseAvailableFields. # noqa: E501
- Returns:
The name of this CreateAiPredictionResponseAvailableFields. # noqa: E501
- Return type:
str
- openapi_types = {'components': 'list[str]', 'name': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.create_ai_prediction_response_global_outputs module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.create_ai_prediction_response_global_outputs.CreateAiPredictionResponseGlobalOutputs(name=None, unit=None, value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'unit': 'unit', 'value': 'value'}¶
- property name¶
Gets the name of this CreateAiPredictionResponseGlobalOutputs. # noqa: E501
- Returns:
The name of this CreateAiPredictionResponseGlobalOutputs. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this CreateAiPredictionResponseGlobalOutputs. # noqa: E501
- Returns:
The unit of this CreateAiPredictionResponseGlobalOutputs. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this CreateAiPredictionResponseGlobalOutputs. # noqa: E501
- Returns:
The value of this CreateAiPredictionResponseGlobalOutputs. # noqa: E501
- Return type:
float
simscale_sdk.models.create_material_group_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.create_material_group_request.CreateMaterialGroupRequest(name=None, metadata=None, public=None, team_group_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'metadata': 'metadata', 'name': 'name', 'public': 'public', 'team_group_id': 'teamGroupId'}¶
- property metadata¶
Gets the metadata of this CreateMaterialGroupRequest. # noqa: E501
- Returns:
The metadata of this CreateMaterialGroupRequest. # noqa: E501
- Return type:
object
- property name¶
Gets the name of this CreateMaterialGroupRequest. # noqa: E501
The name of the material group. # noqa: E501
- Returns:
The name of this CreateMaterialGroupRequest. # noqa: E501
- Return type:
str
- openapi_types = {'metadata': 'object', 'name': 'str', 'public': 'bool', 'team_group_id': 'int'}¶
- property public¶
Gets the public of this CreateMaterialGroupRequest. # noqa: E501
- Returns:
The public of this CreateMaterialGroupRequest. # noqa: E501
- Return type:
bool
- property team_group_id¶
Gets the team_group_id of this CreateMaterialGroupRequest. # noqa: E501
The material group will be assigned to this team group id. This field can only be used by support group members. # noqa: E501
- Returns:
The team_group_id of this CreateMaterialGroupRequest. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.create_material_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.create_material_request.CreateMaterialRequest(name=None, metadata=None, properties=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'metadata': 'metadata', 'name': 'name', 'properties': 'properties'}¶
- property metadata¶
Gets the metadata of this CreateMaterialRequest. # noqa: E501
- Returns:
The metadata of this CreateMaterialRequest. # noqa: E501
- Return type:
object
- property name¶
Gets the name of this CreateMaterialRequest. # noqa: E501
The material name. # noqa: E501
- Returns:
The name of this CreateMaterialRequest. # noqa: E501
- Return type:
str
- openapi_types = {'metadata': 'object', 'name': 'str', 'properties': 'dict(str, OneOfMaterialProperty)'}¶
- property properties¶
Gets the properties of this CreateMaterialRequest. # noqa: E501
The material properties. # noqa: E501
- Returns:
The properties of this CreateMaterialRequest. # noqa: E501
- Return type:
dict(str, OneOfMaterialProperty)
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.create_nested_material_group_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.create_nested_material_group_request.CreateNestedMaterialGroupRequest(name=None, metadata=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'metadata': 'metadata', 'name': 'name'}¶
- property metadata¶
Gets the metadata of this CreateNestedMaterialGroupRequest. # noqa: E501
- Returns:
The metadata of this CreateNestedMaterialGroupRequest. # noqa: E501
- Return type:
object
- property name¶
Gets the name of this CreateNestedMaterialGroupRequest. # noqa: E501
The name of the material group. # noqa: E501
- Returns:
The name of this CreateNestedMaterialGroupRequest. # noqa: E501
- Return type:
str
- openapi_types = {'metadata': 'object', 'name': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.cross_plane_custom_orientation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cross_plane_custom_orientation.CrossPlaneCustomOrientation(type='CROSS_PLANE', cross_plane_orientation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'cross_plane_orientation': 'crossPlaneOrientation', 'type': 'type'}¶
- property cross_plane_orientation¶
Gets the cross_plane_orientation of this CrossPlaneCustomOrientation. # noqa: E501
- Returns:
The cross_plane_orientation of this CrossPlaneCustomOrientation. # noqa: E501
- Return type:
- openapi_types = {'cross_plane_orientation': 'DimensionalVectorLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CrossPlaneCustomOrientation. # noqa: E501
Schema name: CrossPlaneCustomOrientation # noqa: E501
- Returns:
The type of this CrossPlaneCustomOrientation. # noqa: E501
- Return type:
str
simscale_sdk.models.cross_plane_orthotropic_conductivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cross_plane_orthotropic_conductivity.CrossPlaneOrthotropicConductivity(type='CROSS_PLANE_ORTHOTROPIC', in_plane_conductivity=None, cross_plane_conductivity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'cross_plane_conductivity': 'crossPlaneConductivity', 'in_plane_conductivity': 'inPlaneConductivity', 'type': 'type'}¶
- property cross_plane_conductivity¶
Gets the cross_plane_conductivity of this CrossPlaneOrthotropicConductivity. # noqa: E501
- Returns:
The cross_plane_conductivity of this CrossPlaneOrthotropicConductivity. # noqa: E501
- Return type:
- property in_plane_conductivity¶
Gets the in_plane_conductivity of this CrossPlaneOrthotropicConductivity. # noqa: E501
- Returns:
The in_plane_conductivity of this CrossPlaneOrthotropicConductivity. # noqa: E501
- Return type:
- openapi_types = {'cross_plane_conductivity': 'DimensionalFunctionThermalConductivity', 'in_plane_conductivity': 'DimensionalFunctionThermalConductivity', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CrossPlaneOrthotropicConductivity. # noqa: E501
Schema name: CrossPlaneOrthotropicConductivity # noqa: E501
- Returns:
The type of this CrossPlaneOrthotropicConductivity. # noqa: E501
- Return type:
str
simscale_sdk.models.cross_power_law_viscosity_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cross_power_law_viscosity_model.CrossPowerLawViscosityModel(type='CROSS_POWER_LAW', nu0=None, nu_inf=None, m=None, n=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'m': 'm', 'n': 'n', 'nu0': 'nu0', 'nu_inf': 'nuInf', 'type': 'type'}¶
- property m¶
Gets the m of this CrossPowerLawViscosityModel. # noqa: E501
- Returns:
The m of this CrossPowerLawViscosityModel. # noqa: E501
- Return type:
- property n¶
Gets the n of this CrossPowerLawViscosityModel. # noqa: E501
- Returns:
The n of this CrossPowerLawViscosityModel. # noqa: E501
- Return type:
- property nu0¶
Gets the nu0 of this CrossPowerLawViscosityModel. # noqa: E501
- Returns:
The nu0 of this CrossPowerLawViscosityModel. # noqa: E501
- Return type:
- property nu_inf¶
Gets the nu_inf of this CrossPowerLawViscosityModel. # noqa: E501
- Returns:
The nu_inf of this CrossPowerLawViscosityModel. # noqa: E501
- Return type:
- openapi_types = {'m': 'DimensionalTime', 'n': 'DimensionalDimensionless', 'nu0': 'DimensionalKinematicViscosity', 'nu_inf': 'DimensionalKinematicViscosity', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CrossPowerLawViscosityModel. # noqa: E501
Choose between <a href=’https://www.simscale.com/docs/simulation-setup/materials/#newtonian-model’ target=’_blank’>Newtonian</a> and <a href=’https://www.simscale.com/docs/simulation-setup/materials/non-newtonian-models/’ target=’_blank’>Non-Newtonian</a> viscosity models. Schema name: CrossPowerLawViscosityModel # noqa: E501
- Returns:
The type of this CrossPowerLawViscosityModel. # noqa: E501
- Return type:
str
simscale_sdk.models.cube_root_vol_les_delta module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cube_root_vol_les_delta.CubeRootVolLesDelta(type='CUBE_ROOT_VOL', delta_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'delta_coefficient': 'deltaCoefficient', 'type': 'type'}¶
- property delta_coefficient¶
Gets the delta_coefficient of this CubeRootVolLesDelta. # noqa: E501
- Returns:
The delta_coefficient of this CubeRootVolLesDelta. # noqa: E501
- Return type:
float
- openapi_types = {'delta_coefficient': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CubeRootVolLesDelta. # noqa: E501
Schema name: CubeRootVolLesDelta # noqa: E501
- Returns:
The type of this CubeRootVolLesDelta. # noqa: E501
- Return type:
str
simscale_sdk.models.cubic_interpolation_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cubic_interpolation_scheme.CubicInterpolationScheme(type='CUBIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CubicInterpolationScheme. # noqa: E501
Schema name: CubicInterpolationScheme # noqa: E501
- Returns:
The type of this CubicInterpolationScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.current_excitation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.current_excitation.CurrentExcitation(type='CURRENT_EXCITATION', current_type=None, current_rms=None, current_phase=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'current_phase': 'currentPhase', 'current_rms': 'currentRMS', 'current_type': 'currentType', 'type': 'type'}¶
- property current_phase¶
Gets the current_phase of this CurrentExcitation. # noqa: E501
- Returns:
The current_phase of this CurrentExcitation. # noqa: E501
- Return type:
- property current_rms¶
Gets the current_rms of this CurrentExcitation. # noqa: E501
- Returns:
The current_rms of this CurrentExcitation. # noqa: E501
- Return type:
- property current_type¶
Gets the current_type of this CurrentExcitation. # noqa: E501
- Returns:
The current_type of this CurrentExcitation. # noqa: E501
- Return type:
OneOfCurrentExcitationCurrentType
- openapi_types = {'current_phase': 'DimensionalAngle', 'current_rms': 'DimensionalElectricCurrent', 'current_type': 'OneOfCurrentExcitationCurrentType', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CurrentExcitation. # noqa: E501
The total current over all faces Schema name: CurrentExcitation # noqa: E501
- Returns:
The type of this CurrentExcitation. # noqa: E501
- Return type:
str
simscale_sdk.models.current_inflow_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.current_inflow_ebc.CurrentInflowEBC(type='CURRENT_INFLOW', current_function=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'current_function': 'currentFunction', 'type': 'type'}¶
- property current_function¶
Gets the current_function of this CurrentInflowEBC. # noqa: E501
- Returns:
The current_function of this CurrentInflowEBC. # noqa: E501
- Return type:
- openapi_types = {'current_function': 'DimensionalFunctionElectricCurrent', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CurrentInflowEBC. # noqa: E501
Schema name: CurrentInflowEBC # noqa: E501
- Returns:
The type of this CurrentInflowEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.current_outflow_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.current_outflow_ebc.CurrentOutflowEBC(type='CURRENT_OUTFLOW', current_function=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'current_function': 'currentFunction', 'type': 'type'}¶
- property current_function¶
Gets the current_function of this CurrentOutflowEBC. # noqa: E501
- Returns:
The current_function of this CurrentOutflowEBC. # noqa: E501
- Return type:
- openapi_types = {'current_function': 'DimensionalFunctionElectricCurrent', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CurrentOutflowEBC. # noqa: E501
Schema name: CurrentOutflowEBC # noqa: E501
- Returns:
The type of this CurrentOutflowEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.custom_axis_definition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_axis_definition.CustomAxisDefinition(type='CUSTOM', axis_origin=None, axis_direction=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'axis_direction': 'axisDirection', 'axis_origin': 'axisOrigin', 'type': 'type'}¶
- property axis_direction¶
Gets the axis_direction of this CustomAxisDefinition. # noqa: E501
- Returns:
The axis_direction of this CustomAxisDefinition. # noqa: E501
- Return type:
- property axis_origin¶
Gets the axis_origin of this CustomAxisDefinition. # noqa: E501
- Returns:
The axis_origin of this CustomAxisDefinition. # noqa: E501
- Return type:
- openapi_types = {'axis_direction': 'DimensionalVectorDimensionless', 'axis_origin': 'DimensionalVectorLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomAxisDefinition. # noqa: E501
Schema name: CustomAxisDefinition # noqa: E501
- Returns:
The type of this CustomAxisDefinition. # noqa: E501
- Return type:
str
simscale_sdk.models.custom_comfort_criterion_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_comfort_criterion_result_control.CustomComfortCriterionResultControl(type='CUSTOM_COMFORT_CRITERION', name=None, comfort_criterion_definition_v2=None, out_of_bounds_name=None, advanced_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_settings¶
Gets the advanced_settings of this CustomComfortCriterionResultControl. # noqa: E501
- Returns:
The advanced_settings of this CustomComfortCriterionResultControl. # noqa: E501
- Return type:
- attribute_map = {'advanced_settings': 'advancedSettings', 'comfort_criterion_definition_v2': 'comfortCriterionDefinitionV2', 'name': 'name', 'out_of_bounds_name': 'outOfBoundsName', 'type': 'type'}¶
- property comfort_criterion_definition_v2¶
Gets the comfort_criterion_definition_v2 of this CustomComfortCriterionResultControl. # noqa: E501
- Returns:
The comfort_criterion_definition_v2 of this CustomComfortCriterionResultControl. # noqa: E501
- Return type:
- property name¶
Gets the name of this CustomComfortCriterionResultControl. # noqa: E501
- Returns:
The name of this CustomComfortCriterionResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'advanced_settings': 'AdvancedComfortCriterionSettings', 'comfort_criterion_definition_v2': 'ComfortCriterionDefinitionV2', 'name': 'str', 'out_of_bounds_name': 'str', 'type': 'str'}¶
- property out_of_bounds_name¶
Gets the out_of_bounds_name of this CustomComfortCriterionResultControl. # noqa: E501
It defines the name of the category that is reached if all defined criteria are exceeded. # noqa: E501
- Returns:
The out_of_bounds_name of this CustomComfortCriterionResultControl. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomComfortCriterionResultControl. # noqa: E501
Schema name: CustomComfortCriterionResultControl # noqa: E501
- Returns:
The type of this CustomComfortCriterionResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.custom_contact_stiffness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_contact_stiffness.CustomContactStiffness(type='CUSTOM_CONTACT_STIFFNESS', penalty_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'penalty_coefficient': 'penaltyCoefficient', 'type': 'type'}¶
- openapi_types = {'penalty_coefficient': 'float', 'type': 'str'}¶
- property penalty_coefficient¶
Gets the penalty_coefficient of this CustomContactStiffness. # noqa: E501
<p>Define the penalty coefficient for the contact pair. As a good starting point this value should be about 5-50 times as high as the softest of the materials in this contact definition and below 1e16. A higher value reduces interpenetration but may also lead to numerical instabilities and divergence. The independence of the results from this parameter should be checked.</p> # noqa: E501
- Returns:
The penalty_coefficient of this CustomContactStiffness. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomContactStiffness. # noqa: E501
Schema name: CustomContactStiffness # noqa: E501
- Returns:
The type of this CustomContactStiffness. # noqa: E501
- Return type:
str
simscale_sdk.models.custom_domain_decomposition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_domain_decomposition.CustomDomainDecomposition(type='CUSTOM', num_partitions=None, partitioner=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'num_partitions': 'numPartitions', 'partitioner': 'partitioner', 'type': 'type'}¶
- property num_partitions¶
Gets the num_partitions of this CustomDomainDecomposition. # noqa: E501
- Returns:
The num_partitions of this CustomDomainDecomposition. # noqa: E501
- Return type:
int
- openapi_types = {'num_partitions': 'int', 'partitioner': 'str', 'type': 'str'}¶
- property partitioner¶
Gets the partitioner of this CustomDomainDecomposition. # noqa: E501
- Returns:
The partitioner of this CustomDomainDecomposition. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomDomainDecomposition. # noqa: E501
Schema name: CustomDomainDecomposition # noqa: E501
- Returns:
The type of this CustomDomainDecomposition. # noqa: E501
- Return type:
str
simscale_sdk.models.custom_element_definition_method module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_element_definition_method.CustomElementDefinitionMethod(type='CUSTOM', mechanical_mesh_element_order=None, thermal_mesh_element_order=None, reduced_integration=None, lumped_mass=None, definitions=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'definitions': 'definitions', 'lumped_mass': 'lumpedMass', 'mechanical_mesh_element_order': 'mechanicalMeshElementOrder', 'reduced_integration': 'reducedIntegration', 'thermal_mesh_element_order': 'thermalMeshElementOrder', 'type': 'type'}¶
- property definitions¶
Gets the definitions of this CustomElementDefinitionMethod. # noqa: E501
- Returns:
The definitions of this CustomElementDefinitionMethod. # noqa: E501
- Return type:
- property lumped_mass¶
Gets the lumped_mass of this CustomElementDefinitionMethod. # noqa: E501
- Returns:
The lumped_mass of this CustomElementDefinitionMethod. # noqa: E501
- Return type:
bool
- property mechanical_mesh_element_order¶
Gets the mechanical_mesh_element_order of this CustomElementDefinitionMethod. # noqa: E501
- Returns:
The mechanical_mesh_element_order of this CustomElementDefinitionMethod. # noqa: E501
- Return type:
str
- openapi_types = {'definitions': 'list[ElementTechnologyDefinition]', 'lumped_mass': 'bool', 'mechanical_mesh_element_order': 'str', 'reduced_integration': 'bool', 'thermal_mesh_element_order': 'str', 'type': 'str'}¶
- property reduced_integration¶
Gets the reduced_integration of this CustomElementDefinitionMethod. # noqa: E501
- Returns:
The reduced_integration of this CustomElementDefinitionMethod. # noqa: E501
- Return type:
bool
- property thermal_mesh_element_order¶
Gets the thermal_mesh_element_order of this CustomElementDefinitionMethod. # noqa: E501
- Returns:
The thermal_mesh_element_order of this CustomElementDefinitionMethod. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomElementDefinitionMethod. # noqa: E501
Schema name: CustomElementDefinitionMethod # noqa: E501
- Returns:
The type of this CustomElementDefinitionMethod. # noqa: E501
- Return type:
str
simscale_sdk.models.custom_embedded_boundary_mesh_sizing module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_embedded_boundary_mesh_sizing.CustomEmbeddedBoundaryMeshSizing(type='CUSTOM_EBM_MESH_SIZING', num_cells_per_direction=None, num_refinement_levels=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'num_cells_per_direction': 'numCellsPerDirection', 'num_refinement_levels': 'numRefinementLevels', 'type': 'type'}¶
- property num_cells_per_direction¶
Gets the num_cells_per_direction of this CustomEmbeddedBoundaryMeshSizing. # noqa: E501
- Returns:
The num_cells_per_direction of this CustomEmbeddedBoundaryMeshSizing. # noqa: E501
- Return type:
- property num_refinement_levels¶
Gets the num_refinement_levels of this CustomEmbeddedBoundaryMeshSizing. # noqa: E501
Number of refinement levels to refine in the vicinity of all CAD surfaces. # noqa: E501
- Returns:
The num_refinement_levels of this CustomEmbeddedBoundaryMeshSizing. # noqa: E501
- Return type:
int
- openapi_types = {'num_cells_per_direction': 'NumberOfCellsPerDirection', 'num_refinement_levels': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomEmbeddedBoundaryMeshSizing. # noqa: E501
Schema name: CustomEmbeddedBoundaryMeshSizing # noqa: E501
- Returns:
The type of this CustomEmbeddedBoundaryMeshSizing. # noqa: E501
- Return type:
str
simscale_sdk.models.custom_fluid_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_fluid_bc.CustomFluidBC(type='CUSTOM_V37', name=None, velocity=None, pressure=None, pressure_rgh=None, gauge_pressure=None, gauge_pressure_rgh=None, temperature=None, turbulent_kinetic_energy=None, omega_dissipation_rate=None, epsilon_dissipation_rate=None, eddy_viscosity=None, eddy_viscosity_compressible=None, nu_tilda=None, turbulent_thermal_diffusivity=None, turbulent_thermal_diffusivity_compressible=None, turbulent_dynamic_viscosity=None, passive_scalars=None, phase_fraction=None, net_radiative_heat_flux=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'eddy_viscosity': 'eddyViscosity', 'eddy_viscosity_compressible': 'eddyViscosityCompressible', 'epsilon_dissipation_rate': 'epsilonDissipationRate', 'gauge_pressure': 'gaugePressure', 'gauge_pressure_rgh': 'gaugePressureRgh', 'name': 'name', 'net_radiative_heat_flux': 'netRadiativeHeatFlux', 'nu_tilda': 'nuTilda', 'omega_dissipation_rate': 'omegaDissipationRate', 'passive_scalars': 'passiveScalars', 'phase_fraction': 'phaseFraction', 'pressure': 'pressure', 'pressure_rgh': 'pressureRgh', 'temperature': 'temperature', 'topological_reference': 'topologicalReference', 'turbulent_dynamic_viscosity': 'turbulentDynamicViscosity', 'turbulent_kinetic_energy': 'turbulentKineticEnergy', 'turbulent_thermal_diffusivity': 'turbulentThermalDiffusivity', 'turbulent_thermal_diffusivity_compressible': 'turbulentThermalDiffusivityCompressible', 'type': 'type', 'velocity': 'velocity'}¶
- property eddy_viscosity¶
Gets the eddy_viscosity of this CustomFluidBC. # noqa: E501
- Returns:
The eddy_viscosity of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCEddyViscosity
- property eddy_viscosity_compressible¶
Gets the eddy_viscosity_compressible of this CustomFluidBC. # noqa: E501
- Returns:
The eddy_viscosity_compressible of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCEddyViscosityCompressible
- property epsilon_dissipation_rate¶
Gets the epsilon_dissipation_rate of this CustomFluidBC. # noqa: E501
- Returns:
The epsilon_dissipation_rate of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCEpsilonDissipationRate
- property gauge_pressure¶
Gets the gauge_pressure of this CustomFluidBC. # noqa: E501
- Returns:
The gauge_pressure of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCGaugePressure
- property gauge_pressure_rgh¶
Gets the gauge_pressure_rgh of this CustomFluidBC. # noqa: E501
- Returns:
The gauge_pressure_rgh of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCGaugePressureRgh
- property name¶
Gets the name of this CustomFluidBC. # noqa: E501
- Returns:
The name of this CustomFluidBC. # noqa: E501
- Return type:
str
- property net_radiative_heat_flux¶
Gets the net_radiative_heat_flux of this CustomFluidBC. # noqa: E501
- Returns:
The net_radiative_heat_flux of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCNetRadiativeHeatFlux
- property nu_tilda¶
Gets the nu_tilda of this CustomFluidBC. # noqa: E501
- Returns:
The nu_tilda of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCNuTilda
- property omega_dissipation_rate¶
Gets the omega_dissipation_rate of this CustomFluidBC. # noqa: E501
- Returns:
The omega_dissipation_rate of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCOmegaDissipationRate
- openapi_types = {'eddy_viscosity': 'OneOfCustomFluidBCEddyViscosity', 'eddy_viscosity_compressible': 'OneOfCustomFluidBCEddyViscosityCompressible', 'epsilon_dissipation_rate': 'OneOfCustomFluidBCEpsilonDissipationRate', 'gauge_pressure': 'OneOfCustomFluidBCGaugePressure', 'gauge_pressure_rgh': 'OneOfCustomFluidBCGaugePressureRgh', 'name': 'str', 'net_radiative_heat_flux': 'OneOfCustomFluidBCNetRadiativeHeatFlux', 'nu_tilda': 'OneOfCustomFluidBCNuTilda', 'omega_dissipation_rate': 'OneOfCustomFluidBCOmegaDissipationRate', 'passive_scalars': 'list[OneOfCustomFluidBCPassiveScalars]', 'phase_fraction': 'OneOfCustomFluidBCPhaseFraction', 'pressure': 'OneOfCustomFluidBCPressure', 'pressure_rgh': 'OneOfCustomFluidBCPressureRgh', 'temperature': 'OneOfCustomFluidBCTemperature', 'topological_reference': 'TopologicalReference', 'turbulent_dynamic_viscosity': 'OneOfCustomFluidBCTurbulentDynamicViscosity', 'turbulent_kinetic_energy': 'OneOfCustomFluidBCTurbulentKineticEnergy', 'turbulent_thermal_diffusivity': 'OneOfCustomFluidBCTurbulentThermalDiffusivity', 'turbulent_thermal_diffusivity_compressible': 'OneOfCustomFluidBCTurbulentThermalDiffusivityCompressible', 'type': 'str', 'velocity': 'OneOfCustomFluidBCVelocity'}¶
- property passive_scalars¶
Gets the passive_scalars of this CustomFluidBC. # noqa: E501
Please choose a boundary condition for passive scalar (T). # noqa: E501
- Returns:
The passive_scalars of this CustomFluidBC. # noqa: E501
- Return type:
list[OneOfCustomFluidBCPassiveScalars]
- property phase_fraction¶
Gets the phase_fraction of this CustomFluidBC. # noqa: E501
- Returns:
The phase_fraction of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCPhaseFraction
- property pressure¶
Gets the pressure of this CustomFluidBC. # noqa: E501
- Returns:
The pressure of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCPressure
- property pressure_rgh¶
Gets the pressure_rgh of this CustomFluidBC. # noqa: E501
- Returns:
The pressure_rgh of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCPressureRgh
- property temperature¶
Gets the temperature of this CustomFluidBC. # noqa: E501
- Returns:
The temperature of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCTemperature
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this CustomFluidBC. # noqa: E501
- Returns:
The topological_reference of this CustomFluidBC. # noqa: E501
- Return type:
- property turbulent_dynamic_viscosity¶
Gets the turbulent_dynamic_viscosity of this CustomFluidBC. # noqa: E501
- Returns:
The turbulent_dynamic_viscosity of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCTurbulentDynamicViscosity
- property turbulent_kinetic_energy¶
Gets the turbulent_kinetic_energy of this CustomFluidBC. # noqa: E501
- Returns:
The turbulent_kinetic_energy of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCTurbulentKineticEnergy
- property turbulent_thermal_diffusivity¶
Gets the turbulent_thermal_diffusivity of this CustomFluidBC. # noqa: E501
- Returns:
The turbulent_thermal_diffusivity of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCTurbulentThermalDiffusivity
- property turbulent_thermal_diffusivity_compressible¶
Gets the turbulent_thermal_diffusivity_compressible of this CustomFluidBC. # noqa: E501
- Returns:
The turbulent_thermal_diffusivity_compressible of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCTurbulentThermalDiffusivityCompressible
- property type¶
Gets the type of this CustomFluidBC. # noqa: E501
This boundary condition allows the user to choose conditions for each physical variable separately. It provides full flexibility over the choice of boundary conditions to make advanced customization possible. Schema name: CustomFluidBC # noqa: E501
- Returns:
The type of this CustomFluidBC. # noqa: E501
- Return type:
str
- property velocity¶
Gets the velocity of this CustomFluidBC. # noqa: E501
- Returns:
The velocity of this CustomFluidBC. # noqa: E501
- Return type:
OneOfCustomFluidBCVelocity
simscale_sdk.models.custom_fraction_body_surface module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_fraction_body_surface.CustomFractionBodySurface(type='CUSTOM_FRACTION_BODY_SURFACE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomFractionBodySurface. # noqa: E501
Schema name: CustomFractionBodySurface # noqa: E501
- Returns:
The type of this CustomFractionBodySurface. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this CustomFractionBodySurface. # noqa: E501
- Returns:
The value of this CustomFractionBodySurface. # noqa: E501
- Return type:
float
simscale_sdk.models.custom_mesh_sizing_simmetrix module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_mesh_sizing_simmetrix.CustomMeshSizingSimmetrix(type='CUSTOM', default_size=None, min_size=None, curvature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'curvature': 'curvature', 'default_size': 'defaultSize', 'min_size': 'minSize', 'type': 'type'}¶
- property curvature¶
Gets the curvature of this CustomMeshSizingSimmetrix. # noqa: E501
- Returns:
The curvature of this CustomMeshSizingSimmetrix. # noqa: E501
- Return type:
OneOfCustomMeshSizingSimmetrixCurvature
- property default_size¶
Gets the default_size of this CustomMeshSizingSimmetrix. # noqa: E501
- Returns:
The default_size of this CustomMeshSizingSimmetrix. # noqa: E501
- Return type:
- property min_size¶
Gets the min_size of this CustomMeshSizingSimmetrix. # noqa: E501
- Returns:
The min_size of this CustomMeshSizingSimmetrix. # noqa: E501
- Return type:
- openapi_types = {'curvature': 'OneOfCustomMeshSizingSimmetrixCurvature', 'default_size': 'DimensionalLength', 'min_size': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomMeshSizingSimmetrix. # noqa: E501
Schema name: CustomMeshSizingSimmetrix # noqa: E501
- Returns:
The type of this CustomMeshSizingSimmetrix. # noqa: E501
- Return type:
str
simscale_sdk.models.custom_omega_dissipation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_omega_dissipation.CustomOmegaDissipation(type='CUSTOM_DISSIPATION', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalFunctionSpecificTurbulenceDissipationRate'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomOmegaDissipation. # noqa: E501
Schema name: CustomOmegaDissipation # noqa: E501
- Returns:
The type of this CustomOmegaDissipation. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this CustomOmegaDissipation. # noqa: E501
- Returns:
The value of this CustomOmegaDissipation. # noqa: E501
- Return type:
simscale_sdk.models.custom_orientation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_orientation.CustomOrientation(type='CUSTOM', unit_vector1=None, unit_vector2=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'unit_vector1': 'unitVector1', 'unit_vector2': 'unitVector2'}¶
- openapi_types = {'type': 'str', 'unit_vector1': 'DimensionalVectorLength', 'unit_vector2': 'DimensionalVectorLength'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomOrientation. # noqa: E501
Schema name: CustomOrientation # noqa: E501
- Returns:
The type of this CustomOrientation. # noqa: E501
- Return type:
str
- property unit_vector1¶
Gets the unit_vector1 of this CustomOrientation. # noqa: E501
- Returns:
The unit_vector1 of this CustomOrientation. # noqa: E501
- Return type:
- property unit_vector2¶
Gets the unit_vector2 of this CustomOrientation. # noqa: E501
- Returns:
The unit_vector2 of this CustomOrientation. # noqa: E501
- Return type:
simscale_sdk.models.custom_resolution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_resolution.CustomResolution(type='CUSTOM_RESOLUTION', write_interval=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'write_interval': 'writeInterval'}¶
- openapi_types = {'type': 'str', 'write_interval': 'DimensionalTime'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomResolution. # noqa: E501
This option controls how the simulation results are written and how frequently. Schema name: CustomResolution # noqa: E501
- Returns:
The type of this CustomResolution. # noqa: E501
- Return type:
str
- property write_interval¶
Gets the write_interval of this CustomResolution. # noqa: E501
- Returns:
The write_interval of this CustomResolution. # noqa: E501
- Return type:
simscale_sdk.models.custom_solar_load module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_solar_load.CustomSolarLoad(type='CUSTOM_SOLAR_LOAD', direct_solar_load=None, diffuse_solar_load=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'diffuse_solar_load': 'diffuseSolarLoad', 'direct_solar_load': 'directSolarLoad', 'type': 'type'}¶
- property diffuse_solar_load¶
Gets the diffuse_solar_load of this CustomSolarLoad. # noqa: E501
- Returns:
The diffuse_solar_load of this CustomSolarLoad. # noqa: E501
- Return type:
- property direct_solar_load¶
Gets the direct_solar_load of this CustomSolarLoad. # noqa: E501
- Returns:
The direct_solar_load of this CustomSolarLoad. # noqa: E501
- Return type:
- openapi_types = {'diffuse_solar_load': 'DimensionalHeatFlux', 'direct_solar_load': 'DimensionalHeatFlux', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomSolarLoad. # noqa: E501
Schema name: CustomSolarLoad # noqa: E501
- Returns:
The type of this CustomSolarLoad. # noqa: E501
- Return type:
str
simscale_sdk.models.custom_sun_direction module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_sun_direction.CustomSunDirection(type='CUSTOM_SOLAR_DIRECTION', sun_direction_vector=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'sun_direction_vector': 'sunDirectionVector', 'type': 'type'}¶
- openapi_types = {'sun_direction_vector': 'DimensionalVectorLength', 'type': 'str'}¶
- property sun_direction_vector¶
Gets the sun_direction_vector of this CustomSunDirection. # noqa: E501
- Returns:
The sun_direction_vector of this CustomSunDirection. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomSunDirection. # noqa: E501
Schema name: CustomSunDirection # noqa: E501
- Returns:
The type of this CustomSunDirection. # noqa: E501
- Return type:
str
simscale_sdk.models.custom_tree module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.custom_tree.CustomTree(type='CUSTOM_TREE', leaf_area_index=None, average_tree_height=None, drag_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'average_tree_height': 'averageTreeHeight', 'drag_coefficient': 'dragCoefficient', 'leaf_area_index': 'leafAreaIndex', 'type': 'type'}¶
- property average_tree_height¶
Gets the average_tree_height of this CustomTree. # noqa: E501
- Returns:
The average_tree_height of this CustomTree. # noqa: E501
- Return type:
- property drag_coefficient¶
Gets the drag_coefficient of this CustomTree. # noqa: E501
Drag coefficient of the tree canopy. # noqa: E501
- Returns:
The drag_coefficient of this CustomTree. # noqa: E501
- Return type:
float
- property leaf_area_index¶
Gets the leaf_area_index of this CustomTree. # noqa: E501
Leaf Area Index (LAI) is a dimensionless quantity that is defined as the leaf area per unit ground surface area in broadle af canopies # noqa: E501
- Returns:
The leaf_area_index of this CustomTree. # noqa: E501
- Return type:
float
- openapi_types = {'average_tree_height': 'DimensionalLength', 'drag_coefficient': 'float', 'leaf_area_index': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CustomTree. # noqa: E501
Schema name: CustomTree # noqa: E501
- Returns:
The type of this CustomTree. # noqa: E501
- Return type:
str
simscale_sdk.models.cutting_plane module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cutting_plane.CuttingPlane(name=None, center=None, normal=None, opacity=None, clipping=True, vector_grid_spacing=None, scalar_field=None, vector_field=None, solid_color=None, project_vectors_onto_plane=False, render_mode=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'center': 'center', 'clipping': 'clipping', 'name': 'name', 'normal': 'normal', 'opacity': 'opacity', 'project_vectors_onto_plane': 'projectVectorsOntoPlane', 'render_mode': 'renderMode', 'scalar_field': 'scalarField', 'solid_color': 'solidColor', 'vector_field': 'vectorField', 'vector_grid_spacing': 'vectorGridSpacing'}¶
- property center¶
Gets the center of this CuttingPlane. # noqa: E501
- Returns:
The center of this CuttingPlane. # noqa: E501
- Return type:
- property clipping¶
Gets the clipping of this CuttingPlane. # noqa: E501
- Returns:
The clipping of this CuttingPlane. # noqa: E501
- Return type:
bool
- property name¶
Gets the name of this CuttingPlane. # noqa: E501
- Returns:
The name of this CuttingPlane. # noqa: E501
- Return type:
str
- property normal¶
Gets the normal of this CuttingPlane. # noqa: E501
- Returns:
The normal of this CuttingPlane. # noqa: E501
- Return type:
- property opacity¶
Gets the opacity of this CuttingPlane. # noqa: E501
- Returns:
The opacity of this CuttingPlane. # noqa: E501
- Return type:
float
- openapi_types = {'center': 'Vector3D', 'clipping': 'bool', 'name': 'str', 'normal': 'Vector3D', 'opacity': 'float', 'project_vectors_onto_plane': 'bool', 'render_mode': 'RenderMode', 'scalar_field': 'ScalarField', 'solid_color': 'Color', 'vector_field': 'VectorField', 'vector_grid_spacing': 'float'}¶
- property project_vectors_onto_plane¶
Gets the project_vectors_onto_plane of this CuttingPlane. # noqa: E501
If a vectorField is provided, this flag will project the vector field onto the cutting plane. # noqa: E501
- Returns:
The project_vectors_onto_plane of this CuttingPlane. # noqa: E501
- Return type:
bool
- property render_mode¶
Gets the render_mode of this CuttingPlane. # noqa: E501
- Returns:
The render_mode of this CuttingPlane. # noqa: E501
- Return type:
- property scalar_field¶
Gets the scalar_field of this CuttingPlane. # noqa: E501
- Returns:
The scalar_field of this CuttingPlane. # noqa: E501
- Return type:
- property solid_color¶
Gets the solid_color of this CuttingPlane. # noqa: E501
- Returns:
The solid_color of this CuttingPlane. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property vector_field¶
Gets the vector_field of this CuttingPlane. # noqa: E501
- Returns:
The vector_field of this CuttingPlane. # noqa: E501
- Return type:
- property vector_grid_spacing¶
Gets the vector_grid_spacing of this CuttingPlane. # noqa: E501
This field is required if projectVectorsOntoPlane is set to true. # noqa: E501
- Returns:
The vector_grid_spacing of this CuttingPlane. # noqa: E501
- Return type:
float
simscale_sdk.models.cyclic_symmetry_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cyclic_symmetry_bc.CyclicSymmetryBC(type='CYCLIC_SYMMETRY', name=None, enable_heat_transfer=None, axis_origin=None, axis_direction=None, sector_angle=None, master_topological_reference=None, slave_topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'axis_direction': 'axisDirection', 'axis_origin': 'axisOrigin', 'enable_heat_transfer': 'enableHeatTransfer', 'master_topological_reference': 'masterTopologicalReference', 'name': 'name', 'sector_angle': 'sectorAngle', 'slave_topological_reference': 'slaveTopologicalReference', 'type': 'type'}¶
- property axis_direction¶
Gets the axis_direction of this CyclicSymmetryBC. # noqa: E501
- Returns:
The axis_direction of this CyclicSymmetryBC. # noqa: E501
- Return type:
- property axis_origin¶
Gets the axis_origin of this CyclicSymmetryBC. # noqa: E501
- Returns:
The axis_origin of this CyclicSymmetryBC. # noqa: E501
- Return type:
- property enable_heat_transfer¶
Gets the enable_heat_transfer of this CyclicSymmetryBC. # noqa: E501
<p>Define if heat transfer should be allowed across the contact. If <b>yes</b> is chosen a perfectly bonded heat contact is assumed whereas if <b>no</b> is selected no heat transfer across the contact is allowed. Mechanical contact stays with both options active. With the selection of <b>heat transfer only</b> no mechanical contact is activated but only a bonded heat contact.</p> # noqa: E501
- Returns:
The enable_heat_transfer of this CyclicSymmetryBC. # noqa: E501
- Return type:
str
- property master_topological_reference¶
Gets the master_topological_reference of this CyclicSymmetryBC. # noqa: E501
- Returns:
The master_topological_reference of this CyclicSymmetryBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this CyclicSymmetryBC. # noqa: E501
- Returns:
The name of this CyclicSymmetryBC. # noqa: E501
- Return type:
str
- openapi_types = {'axis_direction': 'DimensionalVectorLength', 'axis_origin': 'DimensionalVectorLength', 'enable_heat_transfer': 'str', 'master_topological_reference': 'TopologicalReference', 'name': 'str', 'sector_angle': 'DimensionalAngle', 'slave_topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property sector_angle¶
Gets the sector_angle of this CyclicSymmetryBC. # noqa: E501
- Returns:
The sector_angle of this CyclicSymmetryBC. # noqa: E501
- Return type:
- property slave_topological_reference¶
Gets the slave_topological_reference of this CyclicSymmetryBC. # noqa: E501
- Returns:
The slave_topological_reference of this CyclicSymmetryBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this CyclicSymmetryBC. # noqa: E501
<p>The <b>cyclic symmetry</b> constraint enables to model only a sector of a 360° cyclic periodic structure and reduces the computation time and memory consumption considerably. The user defines the center and axis of the cyclic symmetry as well as the sector angle. The <b>master</b> and <b>slave</b> surfaces define the cyclic periodicity boundaries. <br /><br />Important remarks: <br /><ul><li>All DOFs of the slave nodes will be constrained, adding an additional constraint on those nodes may lead to an overconstrained system.</li><li>This is a <b>linear</b> constraint, so no large rotations or large deformations are allowed in the proximity of cyclic symmetry boundaries.</li></ul></li></ul> <img src=”/spec/resources/help/imgs/cyclic_symmetry.png” class=”helpPopupImage”/> <a href=’https://www.simscale.com/knowledge-base/how-to-apply-cyclic-symmetry-fea’ target=’_blank’>Learn more</a>.</p> Schema name: CyclicSymmetryBC # noqa: E501
- Returns:
The type of this CyclicSymmetryBC. # noqa: E501
- Return type:
str
simscale_sdk.models.cylinder module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cylinder.Cylinder(type='CYLINDER', id=None, name=None, reference=None, axis=None, radius=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'axis': 'axis', 'id': 'id', 'name': 'name', 'radius': 'radius', 'reference': 'reference', 'type': 'type'}¶
- property axis¶
Gets the axis of this Cylinder. # noqa: E501
- Returns:
The axis of this Cylinder. # noqa: E501
- Return type:
- property id¶
Gets the id of this Cylinder. # noqa: E501
- Returns:
The id of this Cylinder. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this Cylinder. # noqa: E501
- Returns:
The name of this Cylinder. # noqa: E501
- Return type:
str
- openapi_types = {'axis': 'DimensionalVectorLength', 'id': 'str', 'name': 'str', 'radius': 'DimensionalLength', 'reference': 'DimensionalVectorLength', 'type': 'str'}¶
- property radius¶
Gets the radius of this Cylinder. # noqa: E501
- Returns:
The radius of this Cylinder. # noqa: E501
- Return type:
- property reference¶
Gets the reference of this Cylinder. # noqa: E501
- Returns:
The reference of this Cylinder. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Cylinder. # noqa: E501
Schema name: Cylinder # noqa: E501
- Returns:
The type of this Cylinder. # noqa: E501
- Return type:
str
simscale_sdk.models.cylinders_visualization_style module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.cylinders_visualization_style.CylindersVisualizationStyle(representation='CYLINDERS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'representation': 'representation'}¶
- openapi_types = {'representation': 'str'}¶
- property representation¶
Gets the representation of this CylindersVisualizationStyle. # noqa: E501
The representation to use for particle traces. # noqa: E501
- Returns:
The representation of this CylindersVisualizationStyle. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.darcy_forchheimer_medium module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.darcy_forchheimer_medium.DarcyForchheimerMedium(type='DARCY_FORCHHEIMER', name=None, coefficient_d=None, coefficient_f=None, orientation=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'coefficient_d': 'coefficientD', 'coefficient_f': 'coefficientF', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'orientation': 'orientation', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property coefficient_d¶
Gets the coefficient_d of this DarcyForchheimerMedium. # noqa: E501
- Returns:
The coefficient_d of this DarcyForchheimerMedium. # noqa: E501
- Return type:
- property coefficient_f¶
Gets the coefficient_f of this DarcyForchheimerMedium. # noqa: E501
- Returns:
The coefficient_f of this DarcyForchheimerMedium. # noqa: E501
- Return type:
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this DarcyForchheimerMedium. # noqa: E501
- Returns:
The geometry_primitive_uuids of this DarcyForchheimerMedium. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this DarcyForchheimerMedium. # noqa: E501
- Returns:
The name of this DarcyForchheimerMedium. # noqa: E501
- Return type:
str
- openapi_types = {'coefficient_d': 'DimensionalVectorReciprocalPermeability', 'coefficient_f': 'DimensionalVectorAbsorptivity', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'orientation': 'OneOfDarcyForchheimerMediumOrientation', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property orientation¶
Gets the orientation of this DarcyForchheimerMedium. # noqa: E501
- Returns:
The orientation of this DarcyForchheimerMedium. # noqa: E501
- Return type:
OneOfDarcyForchheimerMediumOrientation
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this DarcyForchheimerMedium. # noqa: E501
- Returns:
The topological_reference of this DarcyForchheimerMedium. # noqa: E501
- Return type:
- property type¶
Gets the type of this DarcyForchheimerMedium. # noqa: E501
Schema name: DarcyForchheimerMedium # noqa: E501
- Returns:
The type of this DarcyForchheimerMedium. # noqa: E501
- Return type:
str
simscale_sdk.models.darcy_medium module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.darcy_medium.DarcyMedium(type='DARCY', name=None, porosity=None, permeability=None, drag_coefficient=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'drag_coefficient': 'dragCoefficient', 'name': 'name', 'permeability': 'permeability', 'porosity': 'porosity', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property drag_coefficient¶
Gets the drag_coefficient of this DarcyMedium. # noqa: E501
The Darcy law may be extended to include the Forchheimer drag term for more inertial flows (Re > 10). This term is quadratic in flow velocity. Its coefficient includes the fluid drag coefficient Cd. # noqa: E501
- Returns:
The drag_coefficient of this DarcyMedium. # noqa: E501
- Return type:
float
- property name¶
Gets the name of this DarcyMedium. # noqa: E501
- Returns:
The name of this DarcyMedium. # noqa: E501
- Return type:
str
- openapi_types = {'drag_coefficient': 'float', 'name': 'str', 'permeability': 'DimensionalArea', 'porosity': 'float', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property permeability¶
Gets the permeability of this DarcyMedium. # noqa: E501
- Returns:
The permeability of this DarcyMedium. # noqa: E501
- Return type:
- property porosity¶
Gets the porosity of this DarcyMedium. # noqa: E501
Porosity is the fraction of a volume of material is that is void. It ranges from φ = 1 (completely empty) to φ = 0 (completely solid). # noqa: E501
- Returns:
The porosity of this DarcyMedium. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this DarcyMedium. # noqa: E501
- Returns:
The topological_reference of this DarcyMedium. # noqa: E501
- Return type:
- property type¶
Gets the type of this DarcyMedium. # noqa: E501
Schema name: DarcyMedium # noqa: E501
- Returns:
The type of this DarcyMedium. # noqa: E501
- Return type:
str
simscale_sdk.models.data_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.data_type.DataType(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- CELL = 'CELL'¶
- POINT = 'POINT'¶
- allowable_values = ['POINT', 'CELL']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.debug_mesh_sizing_simmetrix module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.debug_mesh_sizing_simmetrix.DebugMeshSizingSimmetrix(type='DEBUG', maximum_edge_length=None, minimum_edge_length=None, chordal_error=None, min_curv_ref=None, gradation_rate=None, prox_ref_factor=None, min_prox_size=None, small_feature_tol=None, layer_adjustment_behaviour=None, layer_height_gradation_rate=None, surf_skewness=None, vol_len_ratio=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'chordal_error': 'chordalError', 'gradation_rate': 'gradationRate', 'layer_adjustment_behaviour': 'layerAdjustmentBehaviour', 'layer_height_gradation_rate': 'layerHeightGradationRate', 'maximum_edge_length': 'maximumEdgeLength', 'min_curv_ref': 'minCurvRef', 'min_prox_size': 'minProxSize', 'minimum_edge_length': 'minimumEdgeLength', 'prox_ref_factor': 'proxRefFactor', 'small_feature_tol': 'smallFeatureTol', 'surf_skewness': 'surfSkewness', 'type': 'type', 'vol_len_ratio': 'volLenRatio'}¶
- property chordal_error¶
Gets the chordal_error of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The chordal_error of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
float
- property gradation_rate¶
Gets the gradation_rate of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The gradation_rate of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
float
- property layer_adjustment_behaviour¶
Gets the layer_adjustment_behaviour of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The layer_adjustment_behaviour of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
str
- property layer_height_gradation_rate¶
Gets the layer_height_gradation_rate of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The layer_height_gradation_rate of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
float
- property maximum_edge_length¶
Gets the maximum_edge_length of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The maximum_edge_length of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
- property min_curv_ref¶
Gets the min_curv_ref of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The min_curv_ref of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
float
- property min_prox_size¶
Gets the min_prox_size of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The min_prox_size of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
- property minimum_edge_length¶
Gets the minimum_edge_length of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The minimum_edge_length of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
- openapi_types = {'chordal_error': 'float', 'gradation_rate': 'float', 'layer_adjustment_behaviour': 'str', 'layer_height_gradation_rate': 'float', 'maximum_edge_length': 'DimensionalLength', 'min_curv_ref': 'float', 'min_prox_size': 'DimensionalLength', 'minimum_edge_length': 'DimensionalLength', 'prox_ref_factor': 'float', 'small_feature_tol': 'float', 'surf_skewness': 'float', 'type': 'str', 'vol_len_ratio': 'float'}¶
- property prox_ref_factor¶
Gets the prox_ref_factor of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The prox_ref_factor of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
float
- property small_feature_tol¶
Gets the small_feature_tol of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The small_feature_tol of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
float
- property surf_skewness¶
Gets the surf_skewness of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The surf_skewness of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DebugMeshSizingSimmetrix. # noqa: E501
Schema name: DebugMeshSizingSimmetrix # noqa: E501
- Returns:
The type of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
str
- property vol_len_ratio¶
Gets the vol_len_ratio of this DebugMeshSizingSimmetrix. # noqa: E501
- Returns:
The vol_len_ratio of this DebugMeshSizingSimmetrix. # noqa: E501
- Return type:
float
simscale_sdk.models.decimal_vector module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.decimal_vector.DecimalVector(x=None, y=None, z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'x': 'x', 'y': 'y', 'z': 'z'}¶
- openapi_types = {'x': 'float', 'y': 'float', 'z': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property x¶
Gets the x of this DecimalVector. # noqa: E501
- Returns:
The x of this DecimalVector. # noqa: E501
- Return type:
float
- property y¶
Gets the y of this DecimalVector. # noqa: E501
- Returns:
The y of this DecimalVector. # noqa: E501
- Return type:
float
- property z¶
Gets the z of this DecimalVector. # noqa: E501
- Returns:
The z of this DecimalVector. # noqa: E501
- Return type:
float
simscale_sdk.models.decimal_vector2d module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.decimal_vector2d.DecimalVector2d(x=None, y=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'x': 'x', 'y': 'y'}¶
- openapi_types = {'x': 'float', 'y': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property x¶
Gets the x of this DecimalVector2d. # noqa: E501
- Returns:
The x of this DecimalVector2d. # noqa: E501
- Return type:
float
- property y¶
Gets the y of this DecimalVector2d. # noqa: E501
- Returns:
The y of this DecimalVector2d. # noqa: E501
- Return type:
float
simscale_sdk.models.derived_heat_flux module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.derived_heat_flux.DerivedHeatFlux(type='DERIVED', heat_transfer_coefficient=None, ambient_temperature=None, additional_heat_flux=None, wall_thermal=None, outer_surface_emissivity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property additional_heat_flux¶
Gets the additional_heat_flux of this DerivedHeatFlux. # noqa: E501
- Returns:
The additional_heat_flux of this DerivedHeatFlux. # noqa: E501
- Return type:
- property ambient_temperature¶
Gets the ambient_temperature of this DerivedHeatFlux. # noqa: E501
- Returns:
The ambient_temperature of this DerivedHeatFlux. # noqa: E501
- Return type:
- attribute_map = {'additional_heat_flux': 'additionalHeatFlux', 'ambient_temperature': 'ambientTemperature', 'heat_transfer_coefficient': 'heatTransferCoefficient', 'outer_surface_emissivity': 'outerSurfaceEmissivity', 'type': 'type', 'wall_thermal': 'wallThermal'}¶
- property heat_transfer_coefficient¶
Gets the heat_transfer_coefficient of this DerivedHeatFlux. # noqa: E501
- Returns:
The heat_transfer_coefficient of this DerivedHeatFlux. # noqa: E501
- Return type:
- openapi_types = {'additional_heat_flux': 'DimensionalHeatFlux', 'ambient_temperature': 'DimensionalTemperature', 'heat_transfer_coefficient': 'DimensionalThermalTransmittance', 'outer_surface_emissivity': 'float', 'type': 'str', 'wall_thermal': 'OneOfDerivedHeatFluxWallThermal'}¶
- property outer_surface_emissivity¶
Gets the outer_surface_emissivity of this DerivedHeatFlux. # noqa: E501
Emissivity/Absorptivity of the outer side of the surface or the last wall thermal layer. # noqa: E501
- Returns:
The outer_surface_emissivity of this DerivedHeatFlux. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DerivedHeatFlux. # noqa: E501
Schema name: DerivedHeatFlux # noqa: E501
- Returns:
The type of this DerivedHeatFlux. # noqa: E501
- Return type:
str
- property wall_thermal¶
Gets the wall_thermal of this DerivedHeatFlux. # noqa: E501
- Returns:
The wall_thermal of this DerivedHeatFlux. # noqa: E501
- Return type:
OneOfDerivedHeatFluxWallThermal
simscale_sdk.models.dic_preconditioner module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dic_preconditioner.DICPreconditioner(type='DIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DICPreconditioner. # noqa: E501
Diagonal incomplete Cholesky algorithm for symmetric matrices without fill-in. Schema name: DICPreconditioner # noqa: E501
- Returns:
The type of this DICPreconditioner. # noqa: E501
- Return type:
str
simscale_sdk.models.dielectric module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dielectric.Dielectric(type='DIELECTRIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Dielectric. # noqa: E501
Dielectric materials do not conduct electric field. Schema name: Dielectric # noqa: E501
- Returns:
The type of this Dielectric. # noqa: E501
- Return type:
str
simscale_sdk.models.dilu_preconditioner module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dilu_preconditioner.DILUPreconditioner(type='DILU', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DILUPreconditioner. # noqa: E501
Diagonal incomplete lower-upper (ILU) algorithm for non-symmetric matrices without fill-in. Schema name: DILUPreconditioner # noqa: E501
- Returns:
The type of this DILUPreconditioner. # noqa: E501
- Return type:
str
simscale_sdk.models.dimensional_absolute_humidity_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_absolute_humidity_rate.DimensionalAbsoluteHumidityRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalAbsoluteHumidityRate. # noqa: E501
- Returns:
The unit of this DimensionalAbsoluteHumidityRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalAbsoluteHumidityRate. # noqa: E501
- Returns:
The value of this DimensionalAbsoluteHumidityRate. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_absorptivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_absorptivity.DimensionalAbsorptivity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalAbsorptivity. # noqa: E501
- Returns:
The unit of this DimensionalAbsorptivity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalAbsorptivity. # noqa: E501
- Returns:
The value of this DimensionalAbsorptivity. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_acceleration module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_acceleration.DimensionalAcceleration(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalAcceleration. # noqa: E501
- Returns:
The unit of this DimensionalAcceleration. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalAcceleration. # noqa: E501
- Returns:
The value of this DimensionalAcceleration. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_angle module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_angle.DimensionalAngle(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalAngle. # noqa: E501
- Returns:
The unit of this DimensionalAngle. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalAngle. # noqa: E501
- Returns:
The value of this DimensionalAngle. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_area module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_area.DimensionalArea(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalArea. # noqa: E501
- Returns:
The unit of this DimensionalArea. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalArea. # noqa: E501
- Returns:
The value of this DimensionalArea. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_charge module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_charge.DimensionalCharge(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalCharge. # noqa: E501
- Returns:
The unit of this DimensionalCharge. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalCharge. # noqa: E501
- Returns:
The value of this DimensionalCharge. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_charge_density module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_charge_density.DimensionalChargeDensity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalChargeDensity. # noqa: E501
- Returns:
The unit of this DimensionalChargeDensity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalChargeDensity. # noqa: E501
- Returns:
The value of this DimensionalChargeDensity. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_contact_resistance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_contact_resistance.DimensionalContactResistance(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalContactResistance. # noqa: E501
- Returns:
The unit of this DimensionalContactResistance. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalContactResistance. # noqa: E501
- Returns:
The value of this DimensionalContactResistance. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_density module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_density.DimensionalDensity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalDensity. # noqa: E501
- Returns:
The unit of this DimensionalDensity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalDensity. # noqa: E501
- Returns:
The value of this DimensionalDensity. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_dimensionless module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_dimensionless.DimensionalDimensionless(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalDimensionless. # noqa: E501
- Returns:
The unit of this DimensionalDimensionless. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalDimensionless. # noqa: E501
- Returns:
The value of this DimensionalDimensionless. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_dynamic_viscosity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_dynamic_viscosity.DimensionalDynamicViscosity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalDynamicViscosity. # noqa: E501
- Returns:
The unit of this DimensionalDynamicViscosity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalDynamicViscosity. # noqa: E501
- Returns:
The value of this DimensionalDynamicViscosity. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_eddy_viscosity_gradient module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_eddy_viscosity_gradient.DimensionalEddyViscosityGradient(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalEddyViscosityGradient. # noqa: E501
- Returns:
The unit of this DimensionalEddyViscosityGradient. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalEddyViscosityGradient. # noqa: E501
- Returns:
The value of this DimensionalEddyViscosityGradient. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_electric_conductance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_electric_conductance.DimensionalElectricConductance(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalElectricConductance. # noqa: E501
- Returns:
The unit of this DimensionalElectricConductance. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalElectricConductance. # noqa: E501
- Returns:
The value of this DimensionalElectricConductance. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_electric_current module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_electric_current.DimensionalElectricCurrent(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalElectricCurrent. # noqa: E501
- Returns:
The unit of this DimensionalElectricCurrent. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalElectricCurrent. # noqa: E501
- Returns:
The value of this DimensionalElectricCurrent. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_electric_potential module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_electric_potential.DimensionalElectricPotential(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalElectricPotential. # noqa: E501
- Returns:
The unit of this DimensionalElectricPotential. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalElectricPotential. # noqa: E501
- Returns:
The value of this DimensionalElectricPotential. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_electric_resistance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_electric_resistance.DimensionalElectricResistance(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalElectricResistance. # noqa: E501
- Returns:
The unit of this DimensionalElectricResistance. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalElectricResistance. # noqa: E501
- Returns:
The value of this DimensionalElectricResistance. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_electric_resistivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_electric_resistivity.DimensionalElectricResistivity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalElectricResistivity. # noqa: E501
- Returns:
The unit of this DimensionalElectricResistivity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalElectricResistivity. # noqa: E501
- Returns:
The value of this DimensionalElectricResistivity. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_epsilon_gradient module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_epsilon_gradient.DimensionalEpsilonGradient(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalEpsilonGradient. # noqa: E501
- Returns:
The unit of this DimensionalEpsilonGradient. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalEpsilonGradient. # noqa: E501
- Returns:
The value of this DimensionalEpsilonGradient. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_force module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_force.DimensionalForce(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalForce. # noqa: E501
- Returns:
The unit of this DimensionalForce. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalForce. # noqa: E501
- Returns:
The value of this DimensionalForce. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_force_density module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_force_density.DimensionalForceDensity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalForceDensity. # noqa: E501
- Returns:
The unit of this DimensionalForceDensity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalForceDensity. # noqa: E501
- Returns:
The value of this DimensionalForceDensity. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_frequency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_frequency.DimensionalFrequency(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFrequency. # noqa: E501
- Returns:
The unit of this DimensionalFrequency. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFrequency. # noqa: E501
- Returns:
The value of this DimensionalFrequency. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_friction_augmentation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_friction_augmentation.DimensionalFrictionAugmentation(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFrictionAugmentation. # noqa: E501
- Returns:
The unit of this DimensionalFrictionAugmentation. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFrictionAugmentation. # noqa: E501
- Returns:
The value of this DimensionalFrictionAugmentation. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_function_acceleration module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_acceleration.DimensionalFunctionAcceleration(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionAccelerationValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionAcceleration. # noqa: E501
- Returns:
The unit of this DimensionalFunctionAcceleration. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionAcceleration. # noqa: E501
- Returns:
The value of this DimensionalFunctionAcceleration. # noqa: E501
- Return type:
OneOfDimensionalFunctionAccelerationValue
simscale_sdk.models.dimensional_function_angle module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_angle.DimensionalFunctionAngle(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionAngleValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionAngle. # noqa: E501
- Returns:
The unit of this DimensionalFunctionAngle. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionAngle. # noqa: E501
- Returns:
The value of this DimensionalFunctionAngle. # noqa: E501
- Return type:
OneOfDimensionalFunctionAngleValue
simscale_sdk.models.dimensional_function_density module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_density.DimensionalFunctionDensity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionDensityValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionDensity. # noqa: E501
- Returns:
The unit of this DimensionalFunctionDensity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionDensity. # noqa: E501
- Returns:
The value of this DimensionalFunctionDensity. # noqa: E501
- Return type:
OneOfDimensionalFunctionDensityValue
simscale_sdk.models.dimensional_function_dimensionless module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_dimensionless.DimensionalFunctionDimensionless(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionDimensionlessValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionDimensionless. # noqa: E501
- Returns:
The unit of this DimensionalFunctionDimensionless. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionDimensionless. # noqa: E501
- Returns:
The value of this DimensionalFunctionDimensionless. # noqa: E501
- Return type:
OneOfDimensionalFunctionDimensionlessValue
simscale_sdk.models.dimensional_function_dynamic_viscosity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_dynamic_viscosity.DimensionalFunctionDynamicViscosity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionDynamicViscosityValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionDynamicViscosity. # noqa: E501
- Returns:
The unit of this DimensionalFunctionDynamicViscosity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionDynamicViscosity. # noqa: E501
- Returns:
The value of this DimensionalFunctionDynamicViscosity. # noqa: E501
- Return type:
OneOfDimensionalFunctionDynamicViscosityValue
simscale_sdk.models.dimensional_function_electric_conductivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_electric_conductivity.DimensionalFunctionElectricConductivity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionElectricConductivityValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionElectricConductivity. # noqa: E501
- Returns:
The unit of this DimensionalFunctionElectricConductivity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionElectricConductivity. # noqa: E501
- Returns:
The value of this DimensionalFunctionElectricConductivity. # noqa: E501
- Return type:
OneOfDimensionalFunctionElectricConductivityValue
simscale_sdk.models.dimensional_function_electric_current module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_electric_current.DimensionalFunctionElectricCurrent(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionElectricCurrentValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionElectricCurrent. # noqa: E501
- Returns:
The unit of this DimensionalFunctionElectricCurrent. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionElectricCurrent. # noqa: E501
- Returns:
The value of this DimensionalFunctionElectricCurrent. # noqa: E501
- Return type:
OneOfDimensionalFunctionElectricCurrentValue
simscale_sdk.models.dimensional_function_electric_potential module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_electric_potential.DimensionalFunctionElectricPotential(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionElectricPotentialValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionElectricPotential. # noqa: E501
- Returns:
The unit of this DimensionalFunctionElectricPotential. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionElectricPotential. # noqa: E501
- Returns:
The value of this DimensionalFunctionElectricPotential. # noqa: E501
- Return type:
OneOfDimensionalFunctionElectricPotentialValue
simscale_sdk.models.dimensional_function_electric_resistivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_electric_resistivity.DimensionalFunctionElectricResistivity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionElectricResistivityValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionElectricResistivity. # noqa: E501
- Returns:
The unit of this DimensionalFunctionElectricResistivity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionElectricResistivity. # noqa: E501
- Returns:
The value of this DimensionalFunctionElectricResistivity. # noqa: E501
- Return type:
OneOfDimensionalFunctionElectricResistivityValue
simscale_sdk.models.dimensional_function_heat_flux module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_heat_flux.DimensionalFunctionHeatFlux(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionHeatFluxValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionHeatFlux. # noqa: E501
- Returns:
The unit of this DimensionalFunctionHeatFlux. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionHeatFlux. # noqa: E501
- Returns:
The value of this DimensionalFunctionHeatFlux. # noqa: E501
- Return type:
OneOfDimensionalFunctionHeatFluxValue
simscale_sdk.models.dimensional_function_initial_condition_domains_temperature module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_initial_condition_domains_temperature.DimensionalFunctionInitialConditionDomainsTemperature(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalFunctionTemperature', 'subdomains': 'list[SubdomainDimensionalFunctionInitialConditionTemperature]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalFunctionInitialConditionDomainsTemperature. # noqa: E501
- Returns:
The subdomains of this DimensionalFunctionInitialConditionDomainsTemperature. # noqa: E501
- Return type:
list[SubdomainDimensionalFunctionInitialConditionTemperature]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_function_kinematic_viscosity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_kinematic_viscosity.DimensionalFunctionKinematicViscosity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionKinematicViscosityValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionKinematicViscosity. # noqa: E501
- Returns:
The unit of this DimensionalFunctionKinematicViscosity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionKinematicViscosity. # noqa: E501
- Returns:
The value of this DimensionalFunctionKinematicViscosity. # noqa: E501
- Return type:
OneOfDimensionalFunctionKinematicViscosityValue
simscale_sdk.models.dimensional_function_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_length.DimensionalFunctionLength(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionLengthValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionLength. # noqa: E501
- Returns:
The unit of this DimensionalFunctionLength. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionLength. # noqa: E501
- Returns:
The value of this DimensionalFunctionLength. # noqa: E501
- Return type:
OneOfDimensionalFunctionLengthValue
simscale_sdk.models.dimensional_function_magnetic_flux_density module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_magnetic_flux_density.DimensionalFunctionMagneticFluxDensity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionMagneticFluxDensityValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionMagneticFluxDensity. # noqa: E501
- Returns:
The unit of this DimensionalFunctionMagneticFluxDensity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionMagneticFluxDensity. # noqa: E501
- Returns:
The value of this DimensionalFunctionMagneticFluxDensity. # noqa: E501
- Return type:
OneOfDimensionalFunctionMagneticFluxDensityValue
simscale_sdk.models.dimensional_function_mass_flow_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_mass_flow_rate.DimensionalFunctionMassFlowRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionMassFlowRateValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionMassFlowRate. # noqa: E501
- Returns:
The unit of this DimensionalFunctionMassFlowRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionMassFlowRate. # noqa: E501
- Returns:
The value of this DimensionalFunctionMassFlowRate. # noqa: E501
- Return type:
OneOfDimensionalFunctionMassFlowRateValue
simscale_sdk.models.dimensional_function_power module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_power.DimensionalFunctionPower(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionPowerValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionPower. # noqa: E501
- Returns:
The unit of this DimensionalFunctionPower. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionPower. # noqa: E501
- Returns:
The value of this DimensionalFunctionPower. # noqa: E501
- Return type:
OneOfDimensionalFunctionPowerValue
simscale_sdk.models.dimensional_function_pressure module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_pressure.DimensionalFunctionPressure(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionPressureValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionPressure. # noqa: E501
- Returns:
The unit of this DimensionalFunctionPressure. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionPressure. # noqa: E501
- Returns:
The value of this DimensionalFunctionPressure. # noqa: E501
- Return type:
OneOfDimensionalFunctionPressureValue
simscale_sdk.models.dimensional_function_rotation_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_rotation_speed.DimensionalFunctionRotationSpeed(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionRotationSpeedValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionRotationSpeed. # noqa: E501
- Returns:
The unit of this DimensionalFunctionRotationSpeed. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionRotationSpeed. # noqa: E501
- Returns:
The value of this DimensionalFunctionRotationSpeed. # noqa: E501
- Return type:
OneOfDimensionalFunctionRotationSpeedValue
simscale_sdk.models.dimensional_function_specific_energy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_specific_energy.DimensionalFunctionSpecificEnergy(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionSpecificEnergyValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionSpecificEnergy. # noqa: E501
- Returns:
The unit of this DimensionalFunctionSpecificEnergy. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionSpecificEnergy. # noqa: E501
- Returns:
The value of this DimensionalFunctionSpecificEnergy. # noqa: E501
- Return type:
OneOfDimensionalFunctionSpecificEnergyValue
simscale_sdk.models.dimensional_function_specific_heat module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_specific_heat.DimensionalFunctionSpecificHeat(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionSpecificHeatValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionSpecificHeat. # noqa: E501
- Returns:
The unit of this DimensionalFunctionSpecificHeat. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionSpecificHeat. # noqa: E501
- Returns:
The value of this DimensionalFunctionSpecificHeat. # noqa: E501
- Return type:
OneOfDimensionalFunctionSpecificHeatValue
simscale_sdk.models.dimensional_function_specific_turbulence_dissipation_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_specific_turbulence_dissipation_rate.DimensionalFunctionSpecificTurbulenceDissipationRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionSpecificTurbulenceDissipationRateValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionSpecificTurbulenceDissipationRate. # noqa: E501
- Returns:
The unit of this DimensionalFunctionSpecificTurbulenceDissipationRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionSpecificTurbulenceDissipationRate. # noqa: E501
- Returns:
The value of this DimensionalFunctionSpecificTurbulenceDissipationRate. # noqa: E501
- Return type:
OneOfDimensionalFunctionSpecificTurbulenceDissipationRateValue
simscale_sdk.models.dimensional_function_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_speed.DimensionalFunctionSpeed(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionSpeedValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionSpeed. # noqa: E501
- Returns:
The unit of this DimensionalFunctionSpeed. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionSpeed. # noqa: E501
- Returns:
The value of this DimensionalFunctionSpeed. # noqa: E501
- Return type:
OneOfDimensionalFunctionSpeedValue
simscale_sdk.models.dimensional_function_temperature module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_temperature.DimensionalFunctionTemperature(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionTemperatureValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionTemperature. # noqa: E501
- Returns:
The unit of this DimensionalFunctionTemperature. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionTemperature. # noqa: E501
- Returns:
The value of this DimensionalFunctionTemperature. # noqa: E501
- Return type:
OneOfDimensionalFunctionTemperatureValue
simscale_sdk.models.dimensional_function_temperature_gradient module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_temperature_gradient.DimensionalFunctionTemperatureGradient(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionTemperatureGradientValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionTemperatureGradient. # noqa: E501
- Returns:
The unit of this DimensionalFunctionTemperatureGradient. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionTemperatureGradient. # noqa: E501
- Returns:
The value of this DimensionalFunctionTemperatureGradient. # noqa: E501
- Return type:
OneOfDimensionalFunctionTemperatureGradientValue
simscale_sdk.models.dimensional_function_thermal_conductivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_thermal_conductivity.DimensionalFunctionThermalConductivity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionThermalConductivityValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionThermalConductivity. # noqa: E501
- Returns:
The unit of this DimensionalFunctionThermalConductivity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionThermalConductivity. # noqa: E501
- Returns:
The value of this DimensionalFunctionThermalConductivity. # noqa: E501
- Return type:
OneOfDimensionalFunctionThermalConductivityValue
simscale_sdk.models.dimensional_function_thermal_expansion_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_thermal_expansion_rate.DimensionalFunctionThermalExpansionRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionThermalExpansionRateValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionThermalExpansionRate. # noqa: E501
- Returns:
The unit of this DimensionalFunctionThermalExpansionRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionThermalExpansionRate. # noqa: E501
- Returns:
The value of this DimensionalFunctionThermalExpansionRate. # noqa: E501
- Return type:
OneOfDimensionalFunctionThermalExpansionRateValue
simscale_sdk.models.dimensional_function_thermal_transmittance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_thermal_transmittance.DimensionalFunctionThermalTransmittance(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionThermalTransmittanceValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionThermalTransmittance. # noqa: E501
- Returns:
The unit of this DimensionalFunctionThermalTransmittance. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionThermalTransmittance. # noqa: E501
- Returns:
The value of this DimensionalFunctionThermalTransmittance. # noqa: E501
- Return type:
OneOfDimensionalFunctionThermalTransmittanceValue
simscale_sdk.models.dimensional_function_total_thermal_transmittance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_total_thermal_transmittance.DimensionalFunctionTotalThermalTransmittance(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionTotalThermalTransmittanceValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionTotalThermalTransmittance. # noqa: E501
- Returns:
The unit of this DimensionalFunctionTotalThermalTransmittance. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionTotalThermalTransmittance. # noqa: E501
- Returns:
The value of this DimensionalFunctionTotalThermalTransmittance. # noqa: E501
- Return type:
OneOfDimensionalFunctionTotalThermalTransmittanceValue
simscale_sdk.models.dimensional_function_turbulence_kinetic_energy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_turbulence_kinetic_energy.DimensionalFunctionTurbulenceKineticEnergy(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionTurbulenceKineticEnergyValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionTurbulenceKineticEnergy. # noqa: E501
- Returns:
The unit of this DimensionalFunctionTurbulenceKineticEnergy. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionTurbulenceKineticEnergy. # noqa: E501
- Returns:
The value of this DimensionalFunctionTurbulenceKineticEnergy. # noqa: E501
- Return type:
OneOfDimensionalFunctionTurbulenceKineticEnergyValue
simscale_sdk.models.dimensional_function_turbulent_dissipation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_turbulent_dissipation.DimensionalFunctionTurbulentDissipation(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionTurbulentDissipationValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionTurbulentDissipation. # noqa: E501
- Returns:
The unit of this DimensionalFunctionTurbulentDissipation. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionTurbulentDissipation. # noqa: E501
- Returns:
The value of this DimensionalFunctionTurbulentDissipation. # noqa: E501
- Return type:
OneOfDimensionalFunctionTurbulentDissipationValue
simscale_sdk.models.dimensional_function_volumetric_flow_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_volumetric_flow_rate.DimensionalFunctionVolumetricFlowRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionVolumetricFlowRateValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionVolumetricFlowRate. # noqa: E501
- Returns:
The unit of this DimensionalFunctionVolumetricFlowRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionVolumetricFlowRate. # noqa: E501
- Returns:
The value of this DimensionalFunctionVolumetricFlowRate. # noqa: E501
- Return type:
OneOfDimensionalFunctionVolumetricFlowRateValue
simscale_sdk.models.dimensional_function_volumetric_power module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_function_volumetric_power.DimensionalFunctionVolumetricPower(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalFunctionVolumetricPowerValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalFunctionVolumetricPower. # noqa: E501
- Returns:
The unit of this DimensionalFunctionVolumetricPower. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalFunctionVolumetricPower. # noqa: E501
- Returns:
The value of this DimensionalFunctionVolumetricPower. # noqa: E501
- Return type:
OneOfDimensionalFunctionVolumetricPowerValue
simscale_sdk.models.dimensional_heat_flux module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_heat_flux.DimensionalHeatFlux(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalHeatFlux. # noqa: E501
- Returns:
The unit of this DimensionalHeatFlux. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalHeatFlux. # noqa: E501
- Returns:
The value of this DimensionalHeatFlux. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_initial_condition_domains_dimensionless module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_initial_condition_domains_dimensionless.DimensionalInitialConditionDomainsDimensionless(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalDimensionless', 'subdomains': 'list[SubdomainDimensionalInitialConditionDimensionless]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalInitialConditionDomainsDimensionless. # noqa: E501
- Returns:
The subdomains of this DimensionalInitialConditionDomainsDimensionless. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_initial_condition_domains_kinematic_viscosity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_initial_condition_domains_kinematic_viscosity.DimensionalInitialConditionDomainsKinematicViscosity(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalKinematicViscosity', 'subdomains': 'list[SubdomainDimensionalInitialConditionKinematicViscosity]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalInitialConditionDomainsKinematicViscosity. # noqa: E501
- Returns:
The subdomains of this DimensionalInitialConditionDomainsKinematicViscosity. # noqa: E501
- Return type:
list[SubdomainDimensionalInitialConditionKinematicViscosity]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_initial_condition_domains_pressure module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_initial_condition_domains_pressure.DimensionalInitialConditionDomainsPressure(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalPressure', 'subdomains': 'list[SubdomainDimensionalInitialConditionPressure]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalInitialConditionDomainsPressure. # noqa: E501
- Returns:
The subdomains of this DimensionalInitialConditionDomainsPressure. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_initial_condition_domains_specific_turbulence_dissipation_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_initial_condition_domains_specific_turbulence_dissipation_rate.DimensionalInitialConditionDomainsSpecificTurbulenceDissipationRate(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalSpecificTurbulenceDissipationRate', 'subdomains': 'list[SubdomainDimensionalInitialConditionSpecificTurbulenceDissipationRate]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalInitialConditionDomainsSpecificTurbulenceDissipationRate. # noqa: E501
- Returns:
The subdomains of this DimensionalInitialConditionDomainsSpecificTurbulenceDissipationRate. # noqa: E501
- Return type:
list[SubdomainDimensionalInitialConditionSpecificTurbulenceDissipationRate]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_initial_condition_domains_temperature module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_initial_condition_domains_temperature.DimensionalInitialConditionDomainsTemperature(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalTemperature', 'subdomains': 'list[SubdomainDimensionalInitialConditionTemperature]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalInitialConditionDomainsTemperature. # noqa: E501
- Returns:
The subdomains of this DimensionalInitialConditionDomainsTemperature. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_initial_condition_domains_turbulence_kinetic_energy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_initial_condition_domains_turbulence_kinetic_energy.DimensionalInitialConditionDomainsTurbulenceKineticEnergy(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalTurbulenceKineticEnergy', 'subdomains': 'list[SubdomainDimensionalInitialConditionTurbulenceKineticEnergy]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalInitialConditionDomainsTurbulenceKineticEnergy. # noqa: E501
- Returns:
The subdomains of this DimensionalInitialConditionDomainsTurbulenceKineticEnergy. # noqa: E501
- Return type:
list[SubdomainDimensionalInitialConditionTurbulenceKineticEnergy]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_initial_condition_domains_turbulent_dissipation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_initial_condition_domains_turbulent_dissipation.DimensionalInitialConditionDomainsTurbulentDissipation(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalTurbulentDissipation', 'subdomains': 'list[SubdomainDimensionalInitialConditionTurbulentDissipation]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalInitialConditionDomainsTurbulentDissipation. # noqa: E501
- Returns:
The subdomains of this DimensionalInitialConditionDomainsTurbulentDissipation. # noqa: E501
- Return type:
list[SubdomainDimensionalInitialConditionTurbulentDissipation]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_inv_pressure module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_inv_pressure.DimensionalInvPressure(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalInvPressure. # noqa: E501
- Returns:
The unit of this DimensionalInvPressure. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalInvPressure. # noqa: E501
- Returns:
The value of this DimensionalInvPressure. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_kinematic_viscosity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_kinematic_viscosity.DimensionalKinematicViscosity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalKinematicViscosity. # noqa: E501
- Returns:
The unit of this DimensionalKinematicViscosity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalKinematicViscosity. # noqa: E501
- Returns:
The value of this DimensionalKinematicViscosity. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_length.DimensionalLength(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalLength. # noqa: E501
- Returns:
The unit of this DimensionalLength. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalLength. # noqa: E501
- Returns:
The value of this DimensionalLength. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_magnetic_flux_density module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_magnetic_flux_density.DimensionalMagneticFluxDensity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalMagneticFluxDensity. # noqa: E501
- Returns:
The unit of this DimensionalMagneticFluxDensity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalMagneticFluxDensity. # noqa: E501
- Returns:
The value of this DimensionalMagneticFluxDensity. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_mass module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_mass.DimensionalMass(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalMass. # noqa: E501
- Returns:
The unit of this DimensionalMass. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalMass. # noqa: E501
- Returns:
The value of this DimensionalMass. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_mass_flow_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_mass_flow_rate.DimensionalMassFlowRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalMassFlowRate. # noqa: E501
- Returns:
The unit of this DimensionalMassFlowRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalMassFlowRate. # noqa: E501
- Returns:
The value of this DimensionalMassFlowRate. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_mass_fraction module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_mass_fraction.DimensionalMassFraction(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalMassFraction. # noqa: E501
- Returns:
The unit of this DimensionalMassFraction. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalMassFraction. # noqa: E501
- Returns:
The value of this DimensionalMassFraction. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_molar_mass module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_molar_mass.DimensionalMolarMass(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalMolarMass. # noqa: E501
- Returns:
The unit of this DimensionalMolarMass. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalMolarMass. # noqa: E501
- Returns:
The value of this DimensionalMolarMass. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_partial_vector_function_angle module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_partial_vector_function_angle.DimensionalPartialVectorFunctionAngle(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'PartialVectorFunction'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalPartialVectorFunctionAngle. # noqa: E501
- Returns:
The unit of this DimensionalPartialVectorFunctionAngle. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalPartialVectorFunctionAngle. # noqa: E501
- Returns:
The value of this DimensionalPartialVectorFunctionAngle. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_partial_vector_function_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_partial_vector_function_length.DimensionalPartialVectorFunctionLength(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'PartialVectorFunction'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalPartialVectorFunctionLength. # noqa: E501
- Returns:
The unit of this DimensionalPartialVectorFunctionLength. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalPartialVectorFunctionLength. # noqa: E501
- Returns:
The value of this DimensionalPartialVectorFunctionLength. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_passive_scalar_source_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_passive_scalar_source_rate.DimensionalPassiveScalarSourceRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalPassiveScalarSourceRate. # noqa: E501
- Returns:
The unit of this DimensionalPassiveScalarSourceRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalPassiveScalarSourceRate. # noqa: E501
- Returns:
The value of this DimensionalPassiveScalarSourceRate. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_phase_fraction_gradient module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_phase_fraction_gradient.DimensionalPhaseFractionGradient(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalPhaseFractionGradient. # noqa: E501
- Returns:
The unit of this DimensionalPhaseFractionGradient. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalPhaseFractionGradient. # noqa: E501
- Returns:
The value of this DimensionalPhaseFractionGradient. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_power module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_power.DimensionalPower(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalPower. # noqa: E501
- Returns:
The unit of this DimensionalPower. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalPower. # noqa: E501
- Returns:
The value of this DimensionalPower. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_pressure module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_pressure.DimensionalPressure(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalPressure. # noqa: E501
- Returns:
The unit of this DimensionalPressure. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalPressure. # noqa: E501
- Returns:
The value of this DimensionalPressure. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_rotation_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_rotation_speed.DimensionalRotationSpeed(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalRotationSpeed. # noqa: E501
- Returns:
The unit of this DimensionalRotationSpeed. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalRotationSpeed. # noqa: E501
- Returns:
The value of this DimensionalRotationSpeed. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_rotational_stiffness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_rotational_stiffness.DimensionalRotationalStiffness(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalRotationalStiffness. # noqa: E501
- Returns:
The unit of this DimensionalRotationalStiffness. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalRotationalStiffness. # noqa: E501
- Returns:
The value of this DimensionalRotationalStiffness. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_specific_contact_resistance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_specific_contact_resistance.DimensionalSpecificContactResistance(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalSpecificContactResistance. # noqa: E501
- Returns:
The unit of this DimensionalSpecificContactResistance. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalSpecificContactResistance. # noqa: E501
- Returns:
The value of this DimensionalSpecificContactResistance. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_specific_electric_conductance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_specific_electric_conductance.DimensionalSpecificElectricConductance(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalSpecificElectricConductance. # noqa: E501
- Returns:
The unit of this DimensionalSpecificElectricConductance. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalSpecificElectricConductance. # noqa: E501
- Returns:
The value of this DimensionalSpecificElectricConductance. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_specific_electric_resistance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_specific_electric_resistance.DimensionalSpecificElectricResistance(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalSpecificElectricResistance. # noqa: E501
- Returns:
The unit of this DimensionalSpecificElectricResistance. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalSpecificElectricResistance. # noqa: E501
- Returns:
The value of this DimensionalSpecificElectricResistance. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_specific_heat module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_specific_heat.DimensionalSpecificHeat(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalSpecificHeat. # noqa: E501
- Returns:
The unit of this DimensionalSpecificHeat. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalSpecificHeat. # noqa: E501
- Returns:
The value of this DimensionalSpecificHeat. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_specific_turbulence_dissipation_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_specific_turbulence_dissipation_rate.DimensionalSpecificTurbulenceDissipationRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalSpecificTurbulenceDissipationRate. # noqa: E501
- Returns:
The unit of this DimensionalSpecificTurbulenceDissipationRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalSpecificTurbulenceDissipationRate. # noqa: E501
- Returns:
The value of this DimensionalSpecificTurbulenceDissipationRate. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_specific_turbulence_dissipation_rate_gradient module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_specific_turbulence_dissipation_rate_gradient.DimensionalSpecificTurbulenceDissipationRateGradient(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalSpecificTurbulenceDissipationRateGradient. # noqa: E501
- Returns:
The unit of this DimensionalSpecificTurbulenceDissipationRateGradient. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalSpecificTurbulenceDissipationRateGradient. # noqa: E501
- Returns:
The value of this DimensionalSpecificTurbulenceDissipationRateGradient. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_speed.DimensionalSpeed(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalSpeed. # noqa: E501
- Returns:
The unit of this DimensionalSpeed. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalSpeed. # noqa: E501
- Returns:
The value of this DimensionalSpeed. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_stiffness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_stiffness.DimensionalStiffness(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalStiffness. # noqa: E501
- Returns:
The unit of this DimensionalStiffness. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalStiffness. # noqa: E501
- Returns:
The value of this DimensionalStiffness. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_strain_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_strain_rate.DimensionalStrainRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalStrainRate. # noqa: E501
- Returns:
The unit of this DimensionalStrainRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalStrainRate. # noqa: E501
- Returns:
The value of this DimensionalStrainRate. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_surface_tension module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_surface_tension.DimensionalSurfaceTension(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalSurfaceTension. # noqa: E501
- Returns:
The unit of this DimensionalSurfaceTension. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalSurfaceTension. # noqa: E501
- Returns:
The value of this DimensionalSurfaceTension. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_temperature module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_temperature.DimensionalTemperature(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalTemperature. # noqa: E501
- Returns:
The unit of this DimensionalTemperature. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalTemperature. # noqa: E501
- Returns:
The value of this DimensionalTemperature. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_thermal_conductivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_thermal_conductivity.DimensionalThermalConductivity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalThermalConductivity. # noqa: E501
- Returns:
The unit of this DimensionalThermalConductivity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalThermalConductivity. # noqa: E501
- Returns:
The value of this DimensionalThermalConductivity. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_thermal_expansion_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_thermal_expansion_rate.DimensionalThermalExpansionRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalThermalExpansionRate. # noqa: E501
- Returns:
The unit of this DimensionalThermalExpansionRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalThermalExpansionRate. # noqa: E501
- Returns:
The value of this DimensionalThermalExpansionRate. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_thermal_transmittance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_thermal_transmittance.DimensionalThermalTransmittance(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalThermalTransmittance. # noqa: E501
- Returns:
The unit of this DimensionalThermalTransmittance. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalThermalTransmittance. # noqa: E501
- Returns:
The value of this DimensionalThermalTransmittance. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_time module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_time.DimensionalTime(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalTime. # noqa: E501
- Returns:
The unit of this DimensionalTime. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalTime. # noqa: E501
- Returns:
The value of this DimensionalTime. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_total_thermal_transmittance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_total_thermal_transmittance.DimensionalTotalThermalTransmittance(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalTotalThermalTransmittance. # noqa: E501
- Returns:
The unit of this DimensionalTotalThermalTransmittance. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalTotalThermalTransmittance. # noqa: E501
- Returns:
The value of this DimensionalTotalThermalTransmittance. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_turbulence_kinetic_energy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_turbulence_kinetic_energy.DimensionalTurbulenceKineticEnergy(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalTurbulenceKineticEnergy. # noqa: E501
- Returns:
The unit of this DimensionalTurbulenceKineticEnergy. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalTurbulenceKineticEnergy. # noqa: E501
- Returns:
The value of this DimensionalTurbulenceKineticEnergy. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_turbulent_dissipation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_turbulent_dissipation.DimensionalTurbulentDissipation(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalTurbulentDissipation. # noqa: E501
- Returns:
The unit of this DimensionalTurbulentDissipation. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalTurbulentDissipation. # noqa: E501
- Returns:
The value of this DimensionalTurbulentDissipation. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_vector2d_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector2d_length.DimensionalVector2dLength(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector2d'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVector2dLength. # noqa: E501
- Returns:
The unit of this DimensionalVector2dLength. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVector2dLength. # noqa: E501
- Returns:
The value of this DimensionalVector2dLength. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_absorptivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_absorptivity.DimensionalVectorAbsorptivity(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorAbsorptivity. # noqa: E501
- Returns:
The unit of this DimensionalVectorAbsorptivity. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorAbsorptivity. # noqa: E501
- Returns:
The value of this DimensionalVectorAbsorptivity. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_acceleration module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_acceleration.DimensionalVectorAcceleration(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorAcceleration. # noqa: E501
- Returns:
The unit of this DimensionalVectorAcceleration. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorAcceleration. # noqa: E501
- Returns:
The value of this DimensionalVectorAcceleration. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_angle module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_angle.DimensionalVectorAngle(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorAngle. # noqa: E501
- Returns:
The unit of this DimensionalVectorAngle. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorAngle. # noqa: E501
- Returns:
The value of this DimensionalVectorAngle. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_dimensionless module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_dimensionless.DimensionalVectorDimensionless(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorDimensionless. # noqa: E501
- Returns:
The unit of this DimensionalVectorDimensionless. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorDimensionless. # noqa: E501
- Returns:
The value of this DimensionalVectorDimensionless. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_function_acceleration module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_function_acceleration.DimensionalVectorFunctionAcceleration(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalVectorFunctionAccelerationValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorFunctionAcceleration. # noqa: E501
- Returns:
The unit of this DimensionalVectorFunctionAcceleration. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorFunctionAcceleration. # noqa: E501
- Returns:
The value of this DimensionalVectorFunctionAcceleration. # noqa: E501
- Return type:
OneOfDimensionalVectorFunctionAccelerationValue
simscale_sdk.models.dimensional_vector_function_force module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_function_force.DimensionalVectorFunctionForce(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalVectorFunctionForceValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorFunctionForce. # noqa: E501
- Returns:
The unit of this DimensionalVectorFunctionForce. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorFunctionForce. # noqa: E501
- Returns:
The value of this DimensionalVectorFunctionForce. # noqa: E501
- Return type:
OneOfDimensionalVectorFunctionForceValue
simscale_sdk.models.dimensional_vector_function_initial_condition_with_domains_acceleration module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_function_initial_condition_with_domains_acceleration.DimensionalVectorFunctionInitialConditionWithDomainsAcceleration(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalVectorFunctionAcceleration', 'subdomains': 'list[SubdomainBasedDimensionalVectorFunctionInitialConditionAcceleration]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalVectorFunctionInitialConditionWithDomainsAcceleration. # noqa: E501
- Returns:
The subdomains of this DimensionalVectorFunctionInitialConditionWithDomainsAcceleration. # noqa: E501
- Return type:
list[SubdomainBasedDimensionalVectorFunctionInitialConditionAcceleration]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_vector_function_initial_condition_with_domains_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_function_initial_condition_with_domains_length.DimensionalVectorFunctionInitialConditionWithDomainsLength(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalVectorFunctionLength', 'subdomains': 'list[SubdomainBasedDimensionalVectorFunctionInitialConditionLength]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalVectorFunctionInitialConditionWithDomainsLength. # noqa: E501
- Returns:
The subdomains of this DimensionalVectorFunctionInitialConditionWithDomainsLength. # noqa: E501
- Return type:
list[SubdomainBasedDimensionalVectorFunctionInitialConditionLength]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_vector_function_initial_condition_with_domains_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_function_initial_condition_with_domains_speed.DimensionalVectorFunctionInitialConditionWithDomainsSpeed(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalVectorFunctionSpeed', 'subdomains': 'list[SubdomainBasedDimensionalVectorFunctionInitialConditionSpeed]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalVectorFunctionInitialConditionWithDomainsSpeed. # noqa: E501
- Returns:
The subdomains of this DimensionalVectorFunctionInitialConditionWithDomainsSpeed. # noqa: E501
- Return type:
list[SubdomainBasedDimensionalVectorFunctionInitialConditionSpeed]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_vector_function_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_function_length.DimensionalVectorFunctionLength(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalVectorFunctionLengthValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorFunctionLength. # noqa: E501
- Returns:
The unit of this DimensionalVectorFunctionLength. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorFunctionLength. # noqa: E501
- Returns:
The value of this DimensionalVectorFunctionLength. # noqa: E501
- Return type:
OneOfDimensionalVectorFunctionLengthValue
simscale_sdk.models.dimensional_vector_function_pressure module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_function_pressure.DimensionalVectorFunctionPressure(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalVectorFunctionPressureValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorFunctionPressure. # noqa: E501
- Returns:
The unit of this DimensionalVectorFunctionPressure. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorFunctionPressure. # noqa: E501
- Returns:
The value of this DimensionalVectorFunctionPressure. # noqa: E501
- Return type:
OneOfDimensionalVectorFunctionPressureValue
simscale_sdk.models.dimensional_vector_function_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_function_speed.DimensionalVectorFunctionSpeed(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalVectorFunctionSpeedValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorFunctionSpeed. # noqa: E501
- Returns:
The unit of this DimensionalVectorFunctionSpeed. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorFunctionSpeed. # noqa: E501
- Returns:
The value of this DimensionalVectorFunctionSpeed. # noqa: E501
- Return type:
OneOfDimensionalVectorFunctionSpeedValue
simscale_sdk.models.dimensional_vector_function_torque module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_function_torque.DimensionalVectorFunctionTorque(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalVectorFunctionTorqueValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorFunctionTorque. # noqa: E501
- Returns:
The unit of this DimensionalVectorFunctionTorque. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorFunctionTorque. # noqa: E501
- Returns:
The value of this DimensionalVectorFunctionTorque. # noqa: E501
- Return type:
OneOfDimensionalVectorFunctionTorqueValue
simscale_sdk.models.dimensional_vector_function_volume_force module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_function_volume_force.DimensionalVectorFunctionVolumeForce(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfDimensionalVectorFunctionVolumeForceValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorFunctionVolumeForce. # noqa: E501
- Returns:
The unit of this DimensionalVectorFunctionVolumeForce. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorFunctionVolumeForce. # noqa: E501
- Returns:
The value of this DimensionalVectorFunctionVolumeForce. # noqa: E501
- Return type:
OneOfDimensionalVectorFunctionVolumeForceValue
simscale_sdk.models.dimensional_vector_initial_condition_domains_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_initial_condition_domains_speed.DimensionalVectorInitialConditionDomainsSpeed(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'DimensionalVectorSpeed', 'subdomains': 'list[SubdomainDimensionalVectorInitialConditionSpeed]'}¶
- property subdomains¶
Gets the subdomains of this DimensionalVectorInitialConditionDomainsSpeed. # noqa: E501
- Returns:
The subdomains of this DimensionalVectorInitialConditionDomainsSpeed. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.dimensional_vector_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_length.DimensionalVectorLength(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorLength. # noqa: E501
- Returns:
The unit of this DimensionalVectorLength. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorLength. # noqa: E501
- Returns:
The value of this DimensionalVectorLength. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_moment_of_inertia module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_moment_of_inertia.DimensionalVectorMomentOfInertia(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorMomentOfInertia. # noqa: E501
- Returns:
The unit of this DimensionalVectorMomentOfInertia. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorMomentOfInertia. # noqa: E501
- Returns:
The value of this DimensionalVectorMomentOfInertia. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_reciprocal_permeability module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_reciprocal_permeability.DimensionalVectorReciprocalPermeability(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorReciprocalPermeability. # noqa: E501
- Returns:
The unit of this DimensionalVectorReciprocalPermeability. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorReciprocalPermeability. # noqa: E501
- Returns:
The value of this DimensionalVectorReciprocalPermeability. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_rotation_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_rotation_speed.DimensionalVectorRotationSpeed(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorRotationSpeed. # noqa: E501
- Returns:
The unit of this DimensionalVectorRotationSpeed. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorRotationSpeed. # noqa: E501
- Returns:
The value of this DimensionalVectorRotationSpeed. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_specific_turbulence_dissipation_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_specific_turbulence_dissipation_rate.DimensionalVectorSpecificTurbulenceDissipationRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorSpecificTurbulenceDissipationRate. # noqa: E501
- Returns:
The unit of this DimensionalVectorSpecificTurbulenceDissipationRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorSpecificTurbulenceDissipationRate. # noqa: E501
- Returns:
The value of this DimensionalVectorSpecificTurbulenceDissipationRate. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_speed.DimensionalVectorSpeed(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorSpeed. # noqa: E501
- Returns:
The unit of this DimensionalVectorSpeed. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorSpeed. # noqa: E501
- Returns:
The value of this DimensionalVectorSpeed. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_surface_tension module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_surface_tension.DimensionalVectorSurfaceTension(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorSurfaceTension. # noqa: E501
- Returns:
The unit of this DimensionalVectorSurfaceTension. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorSurfaceTension. # noqa: E501
- Returns:
The value of this DimensionalVectorSurfaceTension. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_vector_volume_force module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_vector_volume_force.DimensionalVectorVolumeForce(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'DecimalVector'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVectorVolumeForce. # noqa: E501
- Returns:
The unit of this DimensionalVectorVolumeForce. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVectorVolumeForce. # noqa: E501
- Returns:
The value of this DimensionalVectorVolumeForce. # noqa: E501
- Return type:
simscale_sdk.models.dimensional_volume module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_volume.DimensionalVolume(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVolume. # noqa: E501
- Returns:
The unit of this DimensionalVolume. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVolume. # noqa: E501
- Returns:
The value of this DimensionalVolume. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_volume_force module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_volume_force.DimensionalVolumeForce(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVolumeForce. # noqa: E501
- Returns:
The unit of this DimensionalVolumeForce. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVolumeForce. # noqa: E501
- Returns:
The value of this DimensionalVolumeForce. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensional_volumetric_passive_scalar_source_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensional_volumetric_passive_scalar_source_rate.DimensionalVolumetricPassiveScalarSourceRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this DimensionalVolumetricPassiveScalarSourceRate. # noqa: E501
- Returns:
The unit of this DimensionalVolumetricPassiveScalarSourceRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this DimensionalVolumetricPassiveScalarSourceRate. # noqa: E501
- Returns:
The value of this DimensionalVolumetricPassiveScalarSourceRate. # noqa: E501
- Return type:
float
simscale_sdk.models.dimensionless_initial_condition_domains module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dimensionless_initial_condition_domains.DimensionlessInitialConditionDomains(subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'subdomains': 'subdomains'}¶
- openapi_types = {'subdomains': 'list[SubdomainDimensionlessInitialCondition]'}¶
- property subdomains¶
Gets the subdomains of this DimensionlessInitialConditionDomains. # noqa: E501
- Returns:
The subdomains of this DimensionlessInitialConditionDomains. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.directional_dependency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.directional_dependency.DirectionalDependency(darcy_forchheimer_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'darcy_forchheimer_type': 'darcyForchheimerType'}¶
- property darcy_forchheimer_type¶
Gets the darcy_forchheimer_type of this DirectionalDependency. # noqa: E501
- Returns:
The darcy_forchheimer_type of this DirectionalDependency. # noqa: E501
- Return type:
OneOfDirectionalDependencyDarcyForchheimerType
- openapi_types = {'darcy_forchheimer_type': 'OneOfDirectionalDependencyDarcyForchheimerType'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.displacement module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.displacement.Displacement(field=None, scale_factor=1.0, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'field': 'field', 'scale_factor': 'scaleFactor'}¶
- property field¶
Gets the field of this Displacement. # noqa: E501
- Returns:
The field of this Displacement. # noqa: E501
- Return type:
- openapi_types = {'field': 'VectorField', 'scale_factor': 'float'}¶
- property scale_factor¶
Gets the scale_factor of this Displacement. # noqa: E501
- Returns:
The scale_factor of this Displacement. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.displacement_field module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.displacement_field.DisplacementField(type='DISPLACEMENT', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this DisplacementField. # noqa: E501
Choose a field component for which the data schould be extracted. # noqa: E501
- Returns:
The component_selection of this DisplacementField. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DisplacementField. # noqa: E501
<p>Select the field which should have a limited de-/increase within one increment.</p> Schema name: DisplacementField # noqa: E501
- Returns:
The type of this DisplacementField. # noqa: E501
- Return type:
str
simscale_sdk.models.displacement_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.displacement_field_selection.DisplacementFieldSelection(type='DISPLACEMENT', displacement_type=None, component_selection=None, output_method=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'displacement_type': 'displacementType', 'output_method': 'outputMethod', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this DisplacementFieldSelection. # noqa: E501
- Returns:
The component_selection of this DisplacementFieldSelection. # noqa: E501
- Return type:
str
- property displacement_type¶
Gets the displacement_type of this DisplacementFieldSelection. # noqa: E501
- Returns:
The displacement_type of this DisplacementFieldSelection. # noqa: E501
- Return type:
OneOfDisplacementFieldSelectionDisplacementType
- openapi_types = {'component_selection': 'str', 'displacement_type': 'OneOfDisplacementFieldSelectionDisplacementType', 'output_method': 'str', 'type': 'str'}¶
- property output_method¶
Gets the output_method of this DisplacementFieldSelection. # noqa: E501
<p>This option allows to control the output frequency and accuracy:</p><ul><li><p><b>Post simulation:</b> Point data output is synchronised with global solution fields. Data is interpolated from nodes surrounding the geometry primitive.</p></ul><ul><li><p><b>Live:</b> Point data is output continuously during the simulation at all computed timesteps. Data is taken directly from the nearest mesh node and no interpolation is performed.</p></ul> # noqa: E501
- Returns:
The output_method of this DisplacementFieldSelection. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DisplacementFieldSelection. # noqa: E501
Schema name: DisplacementFieldSelection # noqa: E501
- Returns:
The type of this DisplacementFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.displacement_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.displacement_result_control_item.DisplacementResultControlItem(type='DISPLACEMENT', name=None, displacement_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'displacement_type': 'displacementType', 'name': 'name', 'type': 'type'}¶
- property displacement_type¶
Gets the displacement_type of this DisplacementResultControlItem. # noqa: E501
- Returns:
The displacement_type of this DisplacementResultControlItem. # noqa: E501
- Return type:
- property name¶
Gets the name of this DisplacementResultControlItem. # noqa: E501
- Returns:
The name of this DisplacementResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'displacement_type': 'GlobalDisplacementType', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DisplacementResultControlItem. # noqa: E501
Schema name: DisplacementResultControlItem # noqa: E501
- Returns:
The type of this DisplacementResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.distance_region_refinement_with_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.distance_region_refinement_with_length.DistanceRegionRefinementWithLength(type='DISTANCE', distance_refinement_lengths=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'distance_refinement_lengths': 'distanceRefinementLengths', 'type': 'type'}¶
- property distance_refinement_lengths¶
Gets the distance_refinement_lengths of this DistanceRegionRefinementWithLength. # noqa: E501
Define the desired cell size based on the distance to the surface of the assigned volumes. The distance and mesh size need to be specified in <u>increasing order</u> (e.g. d1 = 0.1 m - s1 = 0.01m; d2 = 0.5 m - s2 = 0.03m etc);. When the distance is 0, the corresponding size is applied inside the specified volumes. # noqa: E501
- Returns:
The distance_refinement_lengths of this DistanceRegionRefinementWithLength. # noqa: E501
- Return type:
list[RefinementLength]
- openapi_types = {'distance_refinement_lengths': 'list[RefinementLength]', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DistanceRegionRefinementWithLength. # noqa: E501
Schema name: DistanceRegionRefinementWithLength # noqa: E501
- Returns:
The type of this DistanceRegionRefinementWithLength. # noqa: E501
- Return type:
str
simscale_sdk.models.distance_region_refinement_with_levels module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.distance_region_refinement_with_levels.DistanceRegionRefinementWithLevels(type='DISTANCE', distance_refinement_levels=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'distance_refinement_levels': 'distanceRefinementLevels', 'type': 'type'}¶
- property distance_refinement_levels¶
Gets the distance_refinement_levels of this DistanceRegionRefinementWithLevels. # noqa: E501
- Returns:
The distance_refinement_levels of this DistanceRegionRefinementWithLevels. # noqa: E501
- Return type:
list[RefinementLevel]
- openapi_types = {'distance_refinement_levels': 'list[RefinementLevel]', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DistanceRegionRefinementWithLevels. # noqa: E501
Schema name: DistanceRegionRefinementWithLevels # noqa: E501
- Returns:
The type of this DistanceRegionRefinementWithLevels. # noqa: E501
- Return type:
str
simscale_sdk.models.distance_sizing module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.distance_sizing.DistanceSizing(distance=None, default_size=None, min_size=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'default_size': 'defaultSize', 'distance': 'distance', 'min_size': 'minSize'}¶
- property default_size¶
Gets the default_size of this DistanceSizing. # noqa: E501
- Returns:
The default_size of this DistanceSizing. # noqa: E501
- Return type:
- property distance¶
Gets the distance of this DistanceSizing. # noqa: E501
- Returns:
The distance of this DistanceSizing. # noqa: E501
- Return type:
- property min_size¶
Gets the min_size of this DistanceSizing. # noqa: E501
- Returns:
The min_size of this DistanceSizing. # noqa: E501
- Return type:
- openapi_types = {'default_size': 'DimensionalLength', 'distance': 'DimensionalLength', 'min_size': 'DimensionalLength'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.distance_volume_custom_sizing module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.distance_volume_custom_sizing.DistanceVolumeCustomSizing(type='DISTANCE_CUSTOM_SIZING', distance_sizing_values=None, curvature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'curvature': 'curvature', 'distance_sizing_values': 'distanceSizingValues', 'type': 'type'}¶
- property curvature¶
Gets the curvature of this DistanceVolumeCustomSizing. # noqa: E501
- Returns:
The curvature of this DistanceVolumeCustomSizing. # noqa: E501
- Return type:
OneOfDistanceVolumeCustomSizingCurvature
- property distance_sizing_values¶
Gets the distance_sizing_values of this DistanceVolumeCustomSizing. # noqa: E501
Define the desired cell size based on the distance to the surface of the assigned volumes. The distance and mesh size need to be specified in <u>increasing order</u> (e.g. d1 = 0.1 m - s1 = 0.01m; d2 = 0.5 m - s2 = 0.03m etc);. When the distance is 0, the corresponding size is applied inside the specified volumes. # noqa: E501
- Returns:
The distance_sizing_values of this DistanceVolumeCustomSizing. # noqa: E501
- Return type:
list[DistanceSizing]
- openapi_types = {'curvature': 'OneOfDistanceVolumeCustomSizingCurvature', 'distance_sizing_values': 'list[DistanceSizing]', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DistanceVolumeCustomSizing. # noqa: E501
Schema name: DistanceVolumeCustomSizing # noqa: E501
- Returns:
The type of this DistanceVolumeCustomSizing. # noqa: E501
- Return type:
str
simscale_sdk.models.distributed_isotropic_stiffness_definition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.distributed_isotropic_stiffness_definition.DistributedIsotropicStiffnessDefinition(type='DISTRIBUTED_ISOTROPIC', distributed=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'distributed': 'distributed', 'type': 'type'}¶
- property distributed¶
Gets the distributed of this DistributedIsotropicStiffnessDefinition. # noqa: E501
- Returns:
The distributed of this DistributedIsotropicStiffnessDefinition. # noqa: E501
- Return type:
- openapi_types = {'distributed': 'DimensionalVolumeForce', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DistributedIsotropicStiffnessDefinition. # noqa: E501
Schema name: DistributedIsotropicStiffnessDefinition # noqa: E501
- Returns:
The type of this DistributedIsotropicStiffnessDefinition. # noqa: E501
- Return type:
str
simscale_sdk.models.distributed_orthotropic_stiffness_definition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.distributed_orthotropic_stiffness_definition.DistributedOrthotropicStiffnessDefinition(type='DISTRIBUTED_ORTHOTROPIC', distributed=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'distributed': 'distributed', 'type': 'type'}¶
- property distributed¶
Gets the distributed of this DistributedOrthotropicStiffnessDefinition. # noqa: E501
- Returns:
The distributed of this DistributedOrthotropicStiffnessDefinition. # noqa: E501
- Return type:
- openapi_types = {'distributed': 'DimensionalVectorVolumeForce', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DistributedOrthotropicStiffnessDefinition. # noqa: E501
Schema name: DistributedOrthotropicStiffnessDefinition # noqa: E501
- Returns:
The type of this DistributedOrthotropicStiffnessDefinition. # noqa: E501
- Return type:
str
simscale_sdk.models.divergence_schemes module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.divergence_schemes.DivergenceSchemes(for_default=None, div_phi_velocity=None, div_phi_kinetic_energy=None, div_phi_enthalpy=None, div_phi_internal_energy=None, div_phiv_pressure=None, div_phi_turbulent_kinetic_energy=None, div_nu_eff_dev_t_grad_velocity=None, div_mu_eff_dev2_t_grad_velocity=None, div_phi_omega_dissipation_rate=None, div_phi_epsilon_dissipation_rate=None, div_r=None, div_phi_r=None, div_phi_nu_tilda=None, div_phi_temperature=None, div_phi_passive_scalar=None, div_tau_mc=None, div_phid_pressure=None, div_velocity=None, div_phi_ekp=None, div_phirb_alpha=None, div_mu_eff_dev_t_grad_velocity=None, div_phi_alpha=None, div_rho_phi_velocity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'div_mu_eff_dev2_t_grad_velocity': 'div_MuEff_dev2_T_grad_velocity', 'div_mu_eff_dev_t_grad_velocity': 'div_muEff_dev_T_grad_velocity', 'div_nu_eff_dev_t_grad_velocity': 'div_NuEff_dev_T_grad_velocity', 'div_phi_alpha': 'div_phi_alpha', 'div_phi_ekp': 'div_phi_Ekp', 'div_phi_enthalpy': 'div_Phi_enthalpy', 'div_phi_epsilon_dissipation_rate': 'div_Phi_epsilonDissipationRate', 'div_phi_internal_energy': 'div_Phi_internalEnergy', 'div_phi_kinetic_energy': 'div_Phi_kineticEnergy', 'div_phi_nu_tilda': 'div_Phi_nuTilda', 'div_phi_omega_dissipation_rate': 'div_Phi_omegaDissipationRate', 'div_phi_passive_scalar': 'div_Phi_passiveScalar', 'div_phi_r': 'div_Phi_R', 'div_phi_temperature': 'div_Phi_temperature', 'div_phi_turbulent_kinetic_energy': 'div_Phi_turbulentKineticEnergy', 'div_phi_velocity': 'div_Phi_velocity', 'div_phid_pressure': 'div_phid_pressure', 'div_phirb_alpha': 'div_phirb_alpha', 'div_phiv_pressure': 'div_Phiv_pressure', 'div_r': 'div_R', 'div_rho_phi_velocity': 'div_rhoPhi_velocity', 'div_tau_mc': 'div_tauMC', 'div_velocity': 'div_velocity', 'for_default': 'forDefault'}¶
- property div_mu_eff_dev2_t_grad_velocity¶
Gets the div_mu_eff_dev2_t_grad_velocity of this DivergenceSchemes. # noqa: E501
- Returns:
The div_mu_eff_dev2_t_grad_velocity of this DivergenceSchemes. # noqa: E501
- Return type:
- property div_mu_eff_dev_t_grad_velocity¶
Gets the div_mu_eff_dev_t_grad_velocity of this DivergenceSchemes. # noqa: E501
- Returns:
The div_mu_eff_dev_t_grad_velocity of this DivergenceSchemes. # noqa: E501
- Return type:
- property div_nu_eff_dev_t_grad_velocity¶
Gets the div_nu_eff_dev_t_grad_velocity of this DivergenceSchemes. # noqa: E501
- Returns:
The div_nu_eff_dev_t_grad_velocity of this DivergenceSchemes. # noqa: E501
- Return type:
- property div_phi_alpha¶
Gets the div_phi_alpha of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_alpha of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiAlpha
- property div_phi_ekp¶
Gets the div_phi_ekp of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_ekp of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiEkp
- property div_phi_enthalpy¶
Gets the div_phi_enthalpy of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_enthalpy of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiEnthalpy
- property div_phi_epsilon_dissipation_rate¶
Gets the div_phi_epsilon_dissipation_rate of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_epsilon_dissipation_rate of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiEpsilonDissipationRate
- property div_phi_internal_energy¶
Gets the div_phi_internal_energy of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_internal_energy of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiInternalEnergy
- property div_phi_kinetic_energy¶
Gets the div_phi_kinetic_energy of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_kinetic_energy of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiKineticEnergy
- property div_phi_nu_tilda¶
Gets the div_phi_nu_tilda of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_nu_tilda of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiNuTilda
- property div_phi_omega_dissipation_rate¶
Gets the div_phi_omega_dissipation_rate of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_omega_dissipation_rate of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiOmegaDissipationRate
- property div_phi_passive_scalar¶
Gets the div_phi_passive_scalar of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_passive_scalar of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiPassiveScalar
- property div_phi_r¶
Gets the div_phi_r of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_r of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiR
- property div_phi_temperature¶
Gets the div_phi_temperature of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_temperature of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiTemperature
- property div_phi_turbulent_kinetic_energy¶
Gets the div_phi_turbulent_kinetic_energy of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_turbulent_kinetic_energy of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiTurbulentKineticEnergy
- property div_phi_velocity¶
Gets the div_phi_velocity of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phi_velocity of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhiVelocity
- property div_phid_pressure¶
Gets the div_phid_pressure of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phid_pressure of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhidPressure
- property div_phirb_alpha¶
Gets the div_phirb_alpha of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phirb_alpha of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhirbAlpha
- property div_phiv_pressure¶
Gets the div_phiv_pressure of this DivergenceSchemes. # noqa: E501
- Returns:
The div_phiv_pressure of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivPhivPressure
- property div_r¶
Gets the div_r of this DivergenceSchemes. # noqa: E501
- Returns:
The div_r of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivR
- property div_rho_phi_velocity¶
Gets the div_rho_phi_velocity of this DivergenceSchemes. # noqa: E501
- Returns:
The div_rho_phi_velocity of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivRhoPhiVelocity
- property div_tau_mc¶
Gets the div_tau_mc of this DivergenceSchemes. # noqa: E501
- Returns:
The div_tau_mc of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivTauMC
- property div_velocity¶
Gets the div_velocity of this DivergenceSchemes. # noqa: E501
- Returns:
The div_velocity of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesDivVelocity
- property for_default¶
Gets the for_default of this DivergenceSchemes. # noqa: E501
- Returns:
The for_default of this DivergenceSchemes. # noqa: E501
- Return type:
OneOfDivergenceSchemesForDefault
- openapi_types = {'div_mu_eff_dev2_t_grad_velocity': 'GaussLinearDivergenceScheme', 'div_mu_eff_dev_t_grad_velocity': 'GaussLinearDivergenceScheme', 'div_nu_eff_dev_t_grad_velocity': 'GaussLinearDivergenceScheme', 'div_phi_alpha': 'OneOfDivergenceSchemesDivPhiAlpha', 'div_phi_ekp': 'OneOfDivergenceSchemesDivPhiEkp', 'div_phi_enthalpy': 'OneOfDivergenceSchemesDivPhiEnthalpy', 'div_phi_epsilon_dissipation_rate': 'OneOfDivergenceSchemesDivPhiEpsilonDissipationRate', 'div_phi_internal_energy': 'OneOfDivergenceSchemesDivPhiInternalEnergy', 'div_phi_kinetic_energy': 'OneOfDivergenceSchemesDivPhiKineticEnergy', 'div_phi_nu_tilda': 'OneOfDivergenceSchemesDivPhiNuTilda', 'div_phi_omega_dissipation_rate': 'OneOfDivergenceSchemesDivPhiOmegaDissipationRate', 'div_phi_passive_scalar': 'OneOfDivergenceSchemesDivPhiPassiveScalar', 'div_phi_r': 'OneOfDivergenceSchemesDivPhiR', 'div_phi_temperature': 'OneOfDivergenceSchemesDivPhiTemperature', 'div_phi_turbulent_kinetic_energy': 'OneOfDivergenceSchemesDivPhiTurbulentKineticEnergy', 'div_phi_velocity': 'OneOfDivergenceSchemesDivPhiVelocity', 'div_phid_pressure': 'OneOfDivergenceSchemesDivPhidPressure', 'div_phirb_alpha': 'OneOfDivergenceSchemesDivPhirbAlpha', 'div_phiv_pressure': 'OneOfDivergenceSchemesDivPhivPressure', 'div_r': 'OneOfDivergenceSchemesDivR', 'div_rho_phi_velocity': 'OneOfDivergenceSchemesDivRhoPhiVelocity', 'div_tau_mc': 'OneOfDivergenceSchemesDivTauMC', 'div_velocity': 'OneOfDivergenceSchemesDivVelocity', 'for_default': 'OneOfDivergenceSchemesForDefault'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.download_info module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.download_info.DownloadInfo(format=None, uncompressed_size_in_bytes=None, url=None, compression=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'compression': 'compression', 'format': 'format', 'uncompressed_size_in_bytes': 'uncompressedSizeInBytes', 'url': 'url'}¶
- property compression¶
Gets the compression of this DownloadInfo. # noqa: E501
The compression used for the report result download archive. # noqa: E501
- Returns:
The compression of this DownloadInfo. # noqa: E501
- Return type:
str
- property format¶
Gets the format of this DownloadInfo. # noqa: E501
The result format. # noqa: E501
- Returns:
The format of this DownloadInfo. # noqa: E501
- Return type:
str
- openapi_types = {'compression': 'str', 'format': 'str', 'uncompressed_size_in_bytes': 'int', 'url': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property uncompressed_size_in_bytes¶
Gets the uncompressed_size_in_bytes of this DownloadInfo. # noqa: E501
The uncompressed size of the report result content. # noqa: E501
- Returns:
The uncompressed_size_in_bytes of this DownloadInfo. # noqa: E501
- Return type:
int
- property url¶
Gets the url of this DownloadInfo. # noqa: E501
URL for downloading the report result content. # noqa: E501
- Returns:
The url of this DownloadInfo. # noqa: E501
- Return type:
str
simscale_sdk.models.duration module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.duration.Duration(value=None, interval_min=None, interval_max=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'interval_max': 'intervalMax', 'interval_min': 'intervalMin', 'value': 'value'}¶
- property interval_max¶
Gets the interval_max of this Duration. # noqa: E501
- Returns:
The interval_max of this Duration. # noqa: E501
- Return type:
str
- property interval_min¶
Gets the interval_min of this Duration. # noqa: E501
- Returns:
The interval_min of this Duration. # noqa: E501
- Return type:
str
- openapi_types = {'interval_max': 'str', 'interval_min': 'str', 'value': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property value¶
Gets the value of this Duration. # noqa: E501
- Returns:
The value of this Duration. # noqa: E501
- Return type:
str
simscale_sdk.models.dynamic_analysis module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dynamic_analysis.DynamicAnalysis(type='DYNAMIC_ANALYSIS', connection_groups=None, connectors=None, element_technology=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, numerics=None, simulation_control=None, result_control=None, mesh_order=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'boundary_conditions': 'boundaryConditions', 'connection_groups': 'connectionGroups', 'connectors': 'connectors', 'element_technology': 'elementTechnology', 'initial_conditions': 'initialConditions', 'materials': 'materials', 'mesh_order': 'meshOrder', 'model': 'model', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this DynamicAnalysis. # noqa: E501
- Returns:
The boundary_conditions of this DynamicAnalysis. # noqa: E501
- Return type:
list[OneOfDynamicAnalysisBoundaryConditions]
- property connection_groups¶
Gets the connection_groups of this DynamicAnalysis. # noqa: E501
- Returns:
The connection_groups of this DynamicAnalysis. # noqa: E501
- Return type:
list[OneOfDynamicAnalysisConnectionGroups]
- property connectors¶
Gets the connectors of this DynamicAnalysis. # noqa: E501
- Returns:
The connectors of this DynamicAnalysis. # noqa: E501
- Return type:
list[OneOfDynamicAnalysisConnectors]
- property element_technology¶
Gets the element_technology of this DynamicAnalysis. # noqa: E501
- Returns:
The element_technology of this DynamicAnalysis. # noqa: E501
- Return type:
- property initial_conditions¶
Gets the initial_conditions of this DynamicAnalysis. # noqa: E501
- Returns:
The initial_conditions of this DynamicAnalysis. # noqa: E501
- Return type:
- property materials¶
Gets the materials of this DynamicAnalysis. # noqa: E501
- Returns:
The materials of this DynamicAnalysis. # noqa: E501
- Return type:
list[SolidMaterial]
- property mesh_order¶
Gets the mesh_order of this DynamicAnalysis. # noqa: E501
- Returns:
The mesh_order of this DynamicAnalysis. # noqa: E501
- Return type:
str
- property model¶
Gets the model of this DynamicAnalysis. # noqa: E501
- Returns:
The model of this DynamicAnalysis. # noqa: E501
- Return type:
- property numerics¶
Gets the numerics of this DynamicAnalysis. # noqa: E501
- Returns:
The numerics of this DynamicAnalysis. # noqa: E501
- Return type:
- openapi_types = {'boundary_conditions': 'list[OneOfDynamicAnalysisBoundaryConditions]', 'connection_groups': 'list[OneOfDynamicAnalysisConnectionGroups]', 'connectors': 'list[OneOfDynamicAnalysisConnectors]', 'element_technology': 'SolidElementTechnology', 'initial_conditions': 'SolidInitialConditions', 'materials': 'list[SolidMaterial]', 'mesh_order': 'str', 'model': 'SolidModel', 'numerics': 'SolidNumerics', 'result_control': 'SolidResultControl', 'simulation_control': 'SolidSimulationControl', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this DynamicAnalysis. # noqa: E501
- Returns:
The result_control of this DynamicAnalysis. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this DynamicAnalysis. # noqa: E501
- Returns:
The simulation_control of this DynamicAnalysis. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DynamicAnalysis. # noqa: E501
Schema name: DynamicAnalysis # noqa: E501
- Returns:
The type of this DynamicAnalysis. # noqa: E501
- Return type:
str
simscale_sdk.models.dynamic_contact_angle_pfbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.dynamic_contact_angle_pfbc.DynamicContactAnglePFBC(type='DYNAMIC_CONTACT_ANGLE', equilibrium_contact_angle=None, advancing_contact_angle=None, receding_contact_angle=None, velocity_scale_of_contact_angle=None, limit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advancing_contact_angle¶
Gets the advancing_contact_angle of this DynamicContactAnglePFBC. # noqa: E501
- Returns:
The advancing_contact_angle of this DynamicContactAnglePFBC. # noqa: E501
- Return type:
- attribute_map = {'advancing_contact_angle': 'advancingContactAngle', 'equilibrium_contact_angle': 'equilibriumContactAngle', 'limit': 'limit', 'receding_contact_angle': 'recedingContactAngle', 'type': 'type', 'velocity_scale_of_contact_angle': 'velocityScaleOfContactAngle'}¶
- property equilibrium_contact_angle¶
Gets the equilibrium_contact_angle of this DynamicContactAnglePFBC. # noqa: E501
- Returns:
The equilibrium_contact_angle of this DynamicContactAnglePFBC. # noqa: E501
- Return type:
- property limit¶
Gets the limit of this DynamicContactAnglePFBC. # noqa: E501
- Returns:
The limit of this DynamicContactAnglePFBC. # noqa: E501
- Return type:
str
- openapi_types = {'advancing_contact_angle': 'DimensionalAngle', 'equilibrium_contact_angle': 'DimensionalAngle', 'limit': 'str', 'receding_contact_angle': 'DimensionalAngle', 'type': 'str', 'velocity_scale_of_contact_angle': 'float'}¶
- property receding_contact_angle¶
Gets the receding_contact_angle of this DynamicContactAnglePFBC. # noqa: E501
- Returns:
The receding_contact_angle of this DynamicContactAnglePFBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this DynamicContactAnglePFBC. # noqa: E501
Schema name: DynamicContactAnglePFBC # noqa: E501
- Returns:
The type of this DynamicContactAnglePFBC. # noqa: E501
- Return type:
str
- property velocity_scale_of_contact_angle¶
Gets the velocity_scale_of_contact_angle of this DynamicContactAnglePFBC. # noqa: E501
- Returns:
The velocity_scale_of_contact_angle of this DynamicContactAnglePFBC. # noqa: E501
- Return type:
float
simscale_sdk.models.e_const_thermo module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.e_const_thermo.EConstThermo(type='ECONST', specific_heat=None, equation_of_state=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'equation_of_state': 'equationOfState', 'specific_heat': 'specificHeat', 'type': 'type'}¶
- property equation_of_state¶
Gets the equation_of_state of this EConstThermo. # noqa: E501
- Returns:
The equation_of_state of this EConstThermo. # noqa: E501
- Return type:
- openapi_types = {'equation_of_state': 'PerfectGasEquationOfState', 'specific_heat': 'DimensionalSpecificHeat', 'type': 'str'}¶
- property specific_heat¶
Gets the specific_heat of this EConstThermo. # noqa: E501
- Returns:
The specific_heat of this EConstThermo. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this EConstThermo. # noqa: E501
<br><p>The <b>Thermo models</b> are used to calculate the specific heat at constant pressure (<i>Cp</i>) for the fluid. The available models are:</p><p><b>hConst:</b> This model assumes a constant value for specific heat at fixed pressure (<i>Cp</i>). </p><p><b>eConst:</b> This model assumes a constant value for the specific heat at fixed volume (<i>Cv</i>). </p> Schema name: EConstThermo # noqa: E501
- Returns:
The type of this EConstThermo. # noqa: E501
- Return type:
str
simscale_sdk.models.eigen_mode_verification module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.eigen_mode_verification.EigenModeVerification(threshold=None, precision_shift=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'precision_shift': 'precisionShift', 'threshold': 'threshold'}¶
- openapi_types = {'precision_shift': 'float', 'threshold': 'float'}¶
- property precision_shift¶
Gets the precision_shift of this EigenModeVerification. # noqa: E501
- Returns:
The precision_shift of this EigenModeVerification. # noqa: E501
- Return type:
float
- property threshold¶
Gets the threshold of this EigenModeVerification. # noqa: E501
- Returns:
The threshold of this EigenModeVerification. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.elastic_jacobian_matrix module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.elastic_jacobian_matrix.ElasticJacobianMatrix(type='ELASTIC', max_newton_iteration=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_newton_iteration': 'maxNewtonIteration', 'type': 'type'}¶
- property max_newton_iteration¶
Gets the max_newton_iteration of this ElasticJacobianMatrix. # noqa: E501
<p>Maximum number of allowed Newton iterations per time increment. If this value is reached the simulation is considered non-converging. If an automatic time stepping is activated the time increment is reduced in order to reach convergence.</p> # noqa: E501
- Returns:
The max_newton_iteration of this ElasticJacobianMatrix. # noqa: E501
- Return type:
int
- openapi_types = {'max_newton_iteration': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ElasticJacobianMatrix. # noqa: E501
<p>Select which stiffnes matrix should be used for computing the Jacobian of the Newton method. Choosing the tangent stiffnes matrix via <b>tangent matrix</b> allows a full Newton approach whereas the selection of the <b>elastic matrix</b> results in a quasi-Newton approach.</p> Schema name: ElasticJacobianMatrix # noqa: E501
- Returns:
The type of this ElasticJacobianMatrix. # noqa: E501
- Return type:
str
simscale_sdk.models.elastic_support_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.elastic_support_bc.ElasticSupportBC(type='ELASTIC_SUPPORT', name=None, spring_stiffness=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'spring_stiffness': 'springStiffness', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this ElasticSupportBC. # noqa: E501
- Returns:
The name of this ElasticSupportBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'spring_stiffness': 'OneOfElasticSupportBCSpringStiffness', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property spring_stiffness¶
Gets the spring_stiffness of this ElasticSupportBC. # noqa: E501
- Returns:
The spring_stiffness of this ElasticSupportBC. # noqa: E501
- Return type:
OneOfElasticSupportBCSpringStiffness
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ElasticSupportBC. # noqa: E501
- Returns:
The topological_reference of this ElasticSupportBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this ElasticSupportBC. # noqa: E501
<p>The <b>elastic support</b> constraint can be used to model an <b>elastic foundation</b> between the assigned surfaces and the rigid ground. Additionally it can be used to <b>prevent rigid body motions</b> in a nonlinear analysis. The constraint acts on tension and compression forces and all stiffness values are expressed in the global coordinate system.<br><a href=’https://www.simscale.com/docs/simulation-setup/boundary-conditions/elastic-support/’ target’blank’>Learn more</a>.</p> Schema name: ElasticSupportBC # noqa: E501
- Returns:
The type of this ElasticSupportBC. # noqa: E501
- Return type:
str
simscale_sdk.models.electric_current_density_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electric_current_density_field_selection.ElectricCurrentDensityFieldSelection(type='ELECTRIC_CURRENT_DENSITY', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this ElectricCurrentDensityFieldSelection. # noqa: E501
- Returns:
The component_selection of this ElectricCurrentDensityFieldSelection. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ElectricCurrentDensityFieldSelection. # noqa: E501
Schema name: ElectricCurrentDensityFieldSelection # noqa: E501
- Returns:
The type of this ElectricCurrentDensityFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.electrical_steel_core_loss module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electrical_steel_core_loss.ElectricalSteelCoreLoss(type='ELECTRICAL_STEEL', hysteresis_loss=None, eddy_loss=None, excess_loss=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'eddy_loss': 'eddyLoss', 'excess_loss': 'excessLoss', 'hysteresis_loss': 'hysteresisLoss', 'type': 'type'}¶
- property eddy_loss¶
Gets the eddy_loss of this ElectricalSteelCoreLoss. # noqa: E501
- Returns:
The eddy_loss of this ElectricalSteelCoreLoss. # noqa: E501
- Return type:
float
- property excess_loss¶
Gets the excess_loss of this ElectricalSteelCoreLoss. # noqa: E501
- Returns:
The excess_loss of this ElectricalSteelCoreLoss. # noqa: E501
- Return type:
float
- property hysteresis_loss¶
Gets the hysteresis_loss of this ElectricalSteelCoreLoss. # noqa: E501
- Returns:
The hysteresis_loss of this ElectricalSteelCoreLoss. # noqa: E501
- Return type:
float
- openapi_types = {'eddy_loss': 'float', 'excess_loss': 'float', 'hysteresis_loss': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ElectricalSteelCoreLoss. # noqa: E501
Schema name: ElectricalSteelCoreLoss # noqa: E501
- Returns:
The type of this ElectricalSteelCoreLoss. # noqa: E501
- Return type:
str
simscale_sdk.models.electromagnetic_analysis module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_analysis.ElectromagneticAnalysis(type='ELECTROMAGNETIC_ANALYSIS', model=None, materials=None, coils=None, boundary_conditions=None, result_control=None, numerics=None, simulation_control=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'boundary_conditions': 'boundaryConditions', 'coils': 'coils', 'materials': 'materials', 'model': 'model', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this ElectromagneticAnalysis. # noqa: E501
- Returns:
The boundary_conditions of this ElectromagneticAnalysis. # noqa: E501
- Return type:
list[OneOfElectromagneticAnalysisBoundaryConditions]
- property coils¶
Gets the coils of this ElectromagneticAnalysis. # noqa: E501
- Returns:
The coils of this ElectromagneticAnalysis. # noqa: E501
- Return type:
list[Coil]
- property materials¶
Gets the materials of this ElectromagneticAnalysis. # noqa: E501
- Returns:
The materials of this ElectromagneticAnalysis. # noqa: E501
- Return type:
list[ElectromagneticMaterial]
- property model¶
Gets the model of this ElectromagneticAnalysis. # noqa: E501
- Returns:
The model of this ElectromagneticAnalysis. # noqa: E501
- Return type:
OneOfElectromagneticAnalysisModel
- property numerics¶
Gets the numerics of this ElectromagneticAnalysis. # noqa: E501
- Returns:
The numerics of this ElectromagneticAnalysis. # noqa: E501
- Return type:
- openapi_types = {'boundary_conditions': 'list[OneOfElectromagneticAnalysisBoundaryConditions]', 'coils': 'list[Coil]', 'materials': 'list[ElectromagneticMaterial]', 'model': 'OneOfElectromagneticAnalysisModel', 'numerics': 'ElectromagneticNumerics', 'result_control': 'ElectromagneticResultControl', 'simulation_control': 'ElectromagneticSimulationControl', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this ElectromagneticAnalysis. # noqa: E501
- Returns:
The result_control of this ElectromagneticAnalysis. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this ElectromagneticAnalysis. # noqa: E501
- Returns:
The simulation_control of this ElectromagneticAnalysis. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ElectromagneticAnalysis. # noqa: E501
Schema name: ElectromagneticAnalysis # noqa: E501
- Returns:
The type of this ElectromagneticAnalysis. # noqa: E501
- Return type:
str
simscale_sdk.models.electromagnetic_current_type_constant module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_current_type_constant.ElectromagneticCurrentTypeConstant(type='CURRENT_TYPE_CONSTANT', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalElectricCurrent'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ElectromagneticCurrentTypeConstant. # noqa: E501
Schema name: ElectromagneticCurrentTypeConstant # noqa: E501
- Returns:
The type of this ElectromagneticCurrentTypeConstant. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this ElectromagneticCurrentTypeConstant. # noqa: E501
- Returns:
The value of this ElectromagneticCurrentTypeConstant. # noqa: E501
- Return type:
simscale_sdk.models.electromagnetic_current_type_sinusoidal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_current_type_sinusoidal.ElectromagneticCurrentTypeSinusoidal(type='CURRENT_TYPE_SINUSOIDAL', frequency=None, amplitude=None, offset=None, time_offset=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property amplitude¶
Gets the amplitude of this ElectromagneticCurrentTypeSinusoidal. # noqa: E501
- Returns:
The amplitude of this ElectromagneticCurrentTypeSinusoidal. # noqa: E501
- Return type:
- attribute_map = {'amplitude': 'amplitude', 'frequency': 'frequency', 'offset': 'offset', 'time_offset': 'timeOffset', 'type': 'type'}¶
- property frequency¶
Gets the frequency of this ElectromagneticCurrentTypeSinusoidal. # noqa: E501
- Returns:
The frequency of this ElectromagneticCurrentTypeSinusoidal. # noqa: E501
- Return type:
- property offset¶
Gets the offset of this ElectromagneticCurrentTypeSinusoidal. # noqa: E501
- Returns:
The offset of this ElectromagneticCurrentTypeSinusoidal. # noqa: E501
- Return type:
- openapi_types = {'amplitude': 'DimensionalElectricCurrent', 'frequency': 'DimensionalFrequency', 'offset': 'DimensionalElectricCurrent', 'time_offset': 'DimensionalTime', 'type': 'str'}¶
- property time_offset¶
Gets the time_offset of this ElectromagneticCurrentTypeSinusoidal. # noqa: E501
- Returns:
The time_offset of this ElectromagneticCurrentTypeSinusoidal. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ElectromagneticCurrentTypeSinusoidal. # noqa: E501
Schema name: ElectromagneticCurrentTypeSinusoidal # noqa: E501
- Returns:
The type of this ElectromagneticCurrentTypeSinusoidal. # noqa: E501
- Return type:
str
simscale_sdk.models.electromagnetic_current_type_table module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_current_type_table.ElectromagneticCurrentTypeTable(type='CURRENT_TYPE_TABLE', values=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'values': 'values'}¶
- openapi_types = {'type': 'str', 'values': 'DimensionalFunctionElectricCurrent'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ElectromagneticCurrentTypeTable. # noqa: E501
Schema name: ElectromagneticCurrentTypeTable # noqa: E501
- Returns:
The type of this ElectromagneticCurrentTypeTable. # noqa: E501
- Return type:
str
- property values¶
Gets the values of this ElectromagneticCurrentTypeTable. # noqa: E501
- Returns:
The values of this ElectromagneticCurrentTypeTable. # noqa: E501
- Return type:
simscale_sdk.models.electromagnetic_material module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_material.ElectromagneticMaterial(name=None, material_behavior=None, electric_conductivity_type=None, magnetic_permeability_type=None, core_losses_type=None, electric_permittivity_type=None, thermal_conductivity=None, topological_reference=None, built_in_material=None, material_library_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'built_in_material': 'builtInMaterial', 'core_losses_type': 'coreLossesType', 'electric_conductivity_type': 'electricConductivityType', 'electric_permittivity_type': 'electricPermittivityType', 'magnetic_permeability_type': 'magneticPermeabilityType', 'material_behavior': 'materialBehavior', 'material_library_reference': 'materialLibraryReference', 'name': 'name', 'thermal_conductivity': 'thermalConductivity', 'topological_reference': 'topologicalReference'}¶
- property built_in_material¶
Gets the built_in_material of this ElectromagneticMaterial. # noqa: E501
- Returns:
The built_in_material of this ElectromagneticMaterial. # noqa: E501
- Return type:
str
- property core_losses_type¶
Gets the core_losses_type of this ElectromagneticMaterial. # noqa: E501
- Returns:
The core_losses_type of this ElectromagneticMaterial. # noqa: E501
- Return type:
OneOfElectromagneticMaterialCoreLossesType
- property electric_conductivity_type¶
Gets the electric_conductivity_type of this ElectromagneticMaterial. # noqa: E501
- Returns:
The electric_conductivity_type of this ElectromagneticMaterial. # noqa: E501
- Return type:
- property electric_permittivity_type¶
Gets the electric_permittivity_type of this ElectromagneticMaterial. # noqa: E501
- Returns:
The electric_permittivity_type of this ElectromagneticMaterial. # noqa: E501
- Return type:
- property magnetic_permeability_type¶
Gets the magnetic_permeability_type of this ElectromagneticMaterial. # noqa: E501
- Returns:
The magnetic_permeability_type of this ElectromagneticMaterial. # noqa: E501
- Return type:
OneOfElectromagneticMaterialMagneticPermeabilityType
- property material_behavior¶
Gets the material_behavior of this ElectromagneticMaterial. # noqa: E501
- Returns:
The material_behavior of this ElectromagneticMaterial. # noqa: E501
- Return type:
OneOfElectromagneticMaterialMaterialBehavior
- property material_library_reference¶
Gets the material_library_reference of this ElectromagneticMaterial. # noqa: E501
- Returns:
The material_library_reference of this ElectromagneticMaterial. # noqa: E501
- Return type:
- property name¶
Gets the name of this ElectromagneticMaterial. # noqa: E501
- Returns:
The name of this ElectromagneticMaterial. # noqa: E501
- Return type:
str
- openapi_types = {'built_in_material': 'str', 'core_losses_type': 'OneOfElectromagneticMaterialCoreLossesType', 'electric_conductivity_type': 'IsotropicElectricConductivityMethod', 'electric_permittivity_type': 'LinearIsotropicPermittivityMethod', 'magnetic_permeability_type': 'OneOfElectromagneticMaterialMagneticPermeabilityType', 'material_behavior': 'OneOfElectromagneticMaterialMaterialBehavior', 'material_library_reference': 'MaterialLibraryReference', 'name': 'str', 'thermal_conductivity': 'IsotropicThermalConductivityMethod', 'topological_reference': 'TopologicalReference'}¶
- property thermal_conductivity¶
Gets the thermal_conductivity of this ElectromagneticMaterial. # noqa: E501
- Returns:
The thermal_conductivity of this ElectromagneticMaterial. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ElectromagneticMaterial. # noqa: E501
- Returns:
The topological_reference of this ElectromagneticMaterial. # noqa: E501
- Return type:
simscale_sdk.models.electromagnetic_numerics module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_numerics.ElectromagneticNumerics(nonlinear_residual=None, element_accuracy=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'element_accuracy': 'elementAccuracy', 'nonlinear_residual': 'nonlinearResidual'}¶
- property element_accuracy¶
Gets the element_accuracy of this ElectromagneticNumerics. # noqa: E501
Uses second order element shape functions for a higher accuracy. Especially recommended when calculating torques or forces. However this increases memory consumption and computational time. # noqa: E501
- Returns:
The element_accuracy of this ElectromagneticNumerics. # noqa: E501
- Return type:
str
- property nonlinear_residual¶
Gets the nonlinear_residual of this ElectromagneticNumerics. # noqa: E501
The nonlinear residual error is computed as the difference between the calculated and expected flux density value when a BH curve is specified. # noqa: E501
- Returns:
The nonlinear_residual of this ElectromagneticNumerics. # noqa: E501
- Return type:
float
- openapi_types = {'element_accuracy': 'str', 'nonlinear_residual': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.electromagnetic_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_result_control.ElectromagneticResultControl(calculate_inductances=None, calculate_capacitances=None, forces_and_torques=None, probe_points=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'calculate_capacitances': 'calculateCapacitances', 'calculate_inductances': 'calculateInductances', 'forces_and_torques': 'forcesAndTorques', 'probe_points': 'probePoints'}¶
- property calculate_capacitances¶
Gets the calculate_capacitances of this ElectromagneticResultControl. # noqa: E501
Calculate the capacitance matrix of the conductive bodies.<strong><span style=’color: red;’>Note that the field solution will be modified.</span></strong> # noqa: E501
- Returns:
The calculate_capacitances of this ElectromagneticResultControl. # noqa: E501
- Return type:
bool
- property calculate_inductances¶
Gets the calculate_inductances of this ElectromagneticResultControl. # noqa: E501
Calculate the inductance matrix of the coils. # noqa: E501
- Returns:
The calculate_inductances of this ElectromagneticResultControl. # noqa: E501
- Return type:
bool
- property forces_and_torques¶
Gets the forces_and_torques of this ElectromagneticResultControl. # noqa: E501
- Returns:
The forces_and_torques of this ElectromagneticResultControl. # noqa: E501
- Return type:
list[ForceAndTorque]
- openapi_types = {'calculate_capacitances': 'bool', 'calculate_inductances': 'bool', 'forces_and_torques': 'list[ForceAndTorque]', 'probe_points': 'list[ElectromagneticResultControlProbePoint]'}¶
- property probe_points¶
Gets the probe_points of this ElectromagneticResultControl. # noqa: E501
- Returns:
The probe_points of this ElectromagneticResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.electromagnetic_result_control_probe_point module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_result_control_probe_point.ElectromagneticResultControlProbePoint(name=None, field_selection=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'field_selection': 'fieldSelection', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name'}¶
- property field_selection¶
Gets the field_selection of this ElectromagneticResultControlProbePoint. # noqa: E501
- Returns:
The field_selection of this ElectromagneticResultControlProbePoint. # noqa: E501
- Return type:
OneOfElectromagneticResultControlProbePointFieldSelection
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this ElectromagneticResultControlProbePoint. # noqa: E501
- Returns:
The geometry_primitive_uuids of this ElectromagneticResultControlProbePoint. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this ElectromagneticResultControlProbePoint. # noqa: E501
- Returns:
The name of this ElectromagneticResultControlProbePoint. # noqa: E501
- Return type:
str
- openapi_types = {'field_selection': 'OneOfElectromagneticResultControlProbePointFieldSelection', 'geometry_primitive_uuids': 'list[str]', 'name': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.electromagnetic_simulation_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_simulation_control.ElectromagneticSimulationControl(transient_magnetics_control=None, write_control=None, num_processors=None, max_run_time=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_run_time': 'maxRunTime', 'num_processors': 'numProcessors', 'transient_magnetics_control': 'transientMagneticsControl', 'write_control': 'writeControl'}¶
- property max_run_time¶
Gets the max_run_time of this ElectromagneticSimulationControl. # noqa: E501
- Returns:
The max_run_time of this ElectromagneticSimulationControl. # noqa: E501
- Return type:
- property num_processors¶
Gets the num_processors of this ElectromagneticSimulationControl. # noqa: E501
<p>Selecting more processor cores will speed up the simulation process. Choosing a smaller computation instance will save core hours. <a href=’https://www.simscale.com/docs/simulation-setup/simulation-control-fluid/#number-of-processors’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The num_processors of this ElectromagneticSimulationControl. # noqa: E501
- Return type:
int
- openapi_types = {'max_run_time': 'DimensionalTime', 'num_processors': 'int', 'transient_magnetics_control': 'ElectromagneticTransientControl', 'write_control': 'TimeStepWriteControl'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property transient_magnetics_control¶
Gets the transient_magnetics_control of this ElectromagneticSimulationControl. # noqa: E501
- Returns:
The transient_magnetics_control of this ElectromagneticSimulationControl. # noqa: E501
- Return type:
- property write_control¶
Gets the write_control of this ElectromagneticSimulationControl. # noqa: E501
- Returns:
The write_control of this ElectromagneticSimulationControl. # noqa: E501
- Return type:
simscale_sdk.models.electromagnetic_transient_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_transient_control.ElectromagneticTransientControl(end_time=None, time_increment=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'end_time': 'endTime', 'time_increment': 'timeIncrement'}¶
- property end_time¶
Gets the end_time of this ElectromagneticTransientControl. # noqa: E501
- Returns:
The end_time of this ElectromagneticTransientControl. # noqa: E501
- Return type:
- openapi_types = {'end_time': 'DimensionalTime', 'time_increment': 'DimensionalTime'}¶
- property time_increment¶
Gets the time_increment of this ElectromagneticTransientControl. # noqa: E501
- Returns:
The time_increment of this ElectromagneticTransientControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.electromagnetic_voltage_type_constant module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_voltage_type_constant.ElectromagneticVoltageTypeConstant(type='VOLTAGE_TYPE_CONSTANT', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalElectricPotential'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ElectromagneticVoltageTypeConstant. # noqa: E501
Schema name: ElectromagneticVoltageTypeConstant # noqa: E501
- Returns:
The type of this ElectromagneticVoltageTypeConstant. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this ElectromagneticVoltageTypeConstant. # noqa: E501
- Returns:
The value of this ElectromagneticVoltageTypeConstant. # noqa: E501
- Return type:
simscale_sdk.models.electromagnetic_voltage_type_sinusoidal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_voltage_type_sinusoidal.ElectromagneticVoltageTypeSinusoidal(type='VOLTAGE_TYPE_SINUSOIDAL', frequency=None, amplitude=None, offset=None, time_offset=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property amplitude¶
Gets the amplitude of this ElectromagneticVoltageTypeSinusoidal. # noqa: E501
- Returns:
The amplitude of this ElectromagneticVoltageTypeSinusoidal. # noqa: E501
- Return type:
- attribute_map = {'amplitude': 'amplitude', 'frequency': 'frequency', 'offset': 'offset', 'time_offset': 'timeOffset', 'type': 'type'}¶
- property frequency¶
Gets the frequency of this ElectromagneticVoltageTypeSinusoidal. # noqa: E501
- Returns:
The frequency of this ElectromagneticVoltageTypeSinusoidal. # noqa: E501
- Return type:
- property offset¶
Gets the offset of this ElectromagneticVoltageTypeSinusoidal. # noqa: E501
- Returns:
The offset of this ElectromagneticVoltageTypeSinusoidal. # noqa: E501
- Return type:
- openapi_types = {'amplitude': 'DimensionalElectricPotential', 'frequency': 'DimensionalFrequency', 'offset': 'DimensionalElectricPotential', 'time_offset': 'DimensionalTime', 'type': 'str'}¶
- property time_offset¶
Gets the time_offset of this ElectromagneticVoltageTypeSinusoidal. # noqa: E501
- Returns:
The time_offset of this ElectromagneticVoltageTypeSinusoidal. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ElectromagneticVoltageTypeSinusoidal. # noqa: E501
Schema name: ElectromagneticVoltageTypeSinusoidal # noqa: E501
- Returns:
The type of this ElectromagneticVoltageTypeSinusoidal. # noqa: E501
- Return type:
str
simscale_sdk.models.electromagnetic_voltage_type_table module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electromagnetic_voltage_type_table.ElectromagneticVoltageTypeTable(type='VOLTAGE_TYPE_TABLE', values=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'values': 'values'}¶
- openapi_types = {'type': 'str', 'values': 'DimensionalFunctionElectricPotential'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ElectromagneticVoltageTypeTable. # noqa: E501
Schema name: ElectromagneticVoltageTypeTable # noqa: E501
- Returns:
The type of this ElectromagneticVoltageTypeTable. # noqa: E501
- Return type:
str
- property values¶
Gets the values of this ElectromagneticVoltageTypeTable. # noqa: E501
- Returns:
The values of this ElectromagneticVoltageTypeTable. # noqa: E501
- Return type:
simscale_sdk.models.electrostatics module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.electrostatics.Electrostatics(type='ELECTROSTATICS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Electrostatics. # noqa: E501
Schema name: Electrostatics # noqa: E501
- Returns:
The type of this Electrostatics. # noqa: E501
- Return type:
str
simscale_sdk.models.element_groups_domain_decomposition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.element_groups_domain_decomposition.ElementGroupsDomainDecomposition(type='ELEMENT_GROUPS', max_element_group_size=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_element_group_size': 'maxElementGroupSize', 'type': 'type'}¶
- property max_element_group_size¶
Gets the max_element_group_size of this ElementGroupsDomainDecomposition. # noqa: E501
- Returns:
The max_element_group_size of this ElementGroupsDomainDecomposition. # noqa: E501
- Return type:
int
- openapi_types = {'max_element_group_size': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ElementGroupsDomainDecomposition. # noqa: E501
Schema name: ElementGroupsDomainDecomposition # noqa: E501
- Returns:
The type of this ElementGroupsDomainDecomposition. # noqa: E501
- Return type:
str
simscale_sdk.models.element_technology module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.element_technology.ElementTechnology(definition_method=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'definition_method': 'definitionMethod'}¶
- property definition_method¶
Gets the definition_method of this ElementTechnology. # noqa: E501
- Returns:
The definition_method of this ElementTechnology. # noqa: E501
- Return type:
OneOfElementTechnologyDefinitionMethod
- openapi_types = {'definition_method': 'OneOfElementTechnologyDefinitionMethod'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.element_technology_definition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.element_technology_definition.ElementTechnologyDefinition(name=None, reduced_integration=None, lumped_mass=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'lumped_mass': 'lumpedMass', 'name': 'name', 'reduced_integration': 'reducedIntegration', 'topological_reference': 'topologicalReference'}¶
- property lumped_mass¶
Gets the lumped_mass of this ElementTechnologyDefinition. # noqa: E501
- Returns:
The lumped_mass of this ElementTechnologyDefinition. # noqa: E501
- Return type:
bool
- property name¶
Gets the name of this ElementTechnologyDefinition. # noqa: E501
- Returns:
The name of this ElementTechnologyDefinition. # noqa: E501
- Return type:
str
- openapi_types = {'lumped_mass': 'bool', 'name': 'str', 'reduced_integration': 'bool', 'topological_reference': 'TopologicalReference'}¶
- property reduced_integration¶
Gets the reduced_integration of this ElementTechnologyDefinition. # noqa: E501
- Returns:
The reduced_integration of this ElementTechnologyDefinition. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ElementTechnologyDefinition. # noqa: E501
- Returns:
The topological_reference of this ElementTechnologyDefinition. # noqa: E501
- Return type:
simscale_sdk.models.embedded_boundary module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.embedded_boundary.EmbeddedBoundary(type='EMBEDDED_BOUNDARY', allow_external_flow=None, model=None, solar_calculator=None, materials=None, initial_conditions=None, external_flow_boundary_condition=None, boundary_conditions=None, advanced_concepts=None, numerics=None, simulation_control=None, result_control=None, embedded_boundary_meshing=None, is_compressible=None, enable_radiation=None, enable_solar_load=None, enable_humidity_model=None, enable_joule_heating=None, turbulence_model=None, time_dependency=None, num_of_passive_species=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_concepts¶
Gets the advanced_concepts of this EmbeddedBoundary. # noqa: E501
- Returns:
The advanced_concepts of this EmbeddedBoundary. # noqa: E501
- Return type:
- property allow_external_flow¶
Gets the allow_external_flow of this EmbeddedBoundary. # noqa: E501
This toggle allows you to create an additional external fluid domain via a Cartesian box. Enable this toggle if you want to simulate for example natural convection around your system and the external flow domain is not represented in your CAD model as a solid body. # noqa: E501
- Returns:
The allow_external_flow of this EmbeddedBoundary. # noqa: E501
- Return type:
bool
- attribute_map = {'advanced_concepts': 'advancedConcepts', 'allow_external_flow': 'allowExternalFlow', 'boundary_conditions': 'boundaryConditions', 'embedded_boundary_meshing': 'embeddedBoundaryMeshing', 'enable_humidity_model': 'enableHumidityModel', 'enable_joule_heating': 'enableJouleHeating', 'enable_radiation': 'enableRadiation', 'enable_solar_load': 'enableSolarLoad', 'external_flow_boundary_condition': 'externalFlowBoundaryCondition', 'initial_conditions': 'initialConditions', 'is_compressible': 'isCompressible', 'materials': 'materials', 'model': 'model', 'num_of_passive_species': 'numOfPassiveSpecies', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'solar_calculator': 'solarCalculator', 'time_dependency': 'timeDependency', 'turbulence_model': 'turbulenceModel', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this EmbeddedBoundary. # noqa: E501
- Returns:
The boundary_conditions of this EmbeddedBoundary. # noqa: E501
- Return type:
list[OneOfEmbeddedBoundaryBoundaryConditions]
- property embedded_boundary_meshing¶
Gets the embedded_boundary_meshing of this EmbeddedBoundary. # noqa: E501
- Returns:
The embedded_boundary_meshing of this EmbeddedBoundary. # noqa: E501
- Return type:
- property enable_humidity_model¶
Gets the enable_humidity_model of this EmbeddedBoundary. # noqa: E501
<b>Humidity model</b> to simulate wet air. First turn on the <em>compressible</em> toggle to enable it. The simulation will take the effect of humid air on the flow field into account. Dry air is heavier than wet air and hence sinks. The model does not account for condensation and evaporation and is not applicable in cases where this is of concern, for example dehumidifiers. It is suitable for HVAC analysis and for temperature ranges of <b>0° to 100°C</b>. </li></ul></p><a href= https://www.simscale.com/docs/simulation-setup/global-settings/humidity-modeling/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The enable_humidity_model of this EmbeddedBoundary. # noqa: E501
- Return type:
bool
- property enable_joule_heating¶
Gets the enable_joule_heating of this EmbeddedBoundary. # noqa: E501
Enabling <b>Joule heating</b> gives you the possibility to solve a coupled electric conduction and conjugate heat transfer problem in a single simulation. # noqa: E501
- Returns:
The enable_joule_heating of this EmbeddedBoundary. # noqa: E501
- Return type:
bool
- property enable_radiation¶
Gets the enable_radiation of this EmbeddedBoundary. # noqa: E501
Heat transfer through radiation takes place in the form of electromagnetic waves and it can be calculated in the simulation. This phenomenon becomes more important when the temperature differences in the simulation domain are large. <a href=’https://www.simscale.com/docs/analysis-types/convective-heat-transfer-analysis/radiation/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The enable_radiation of this EmbeddedBoundary. # noqa: E501
- Return type:
bool
- property enable_solar_load¶
Gets the enable_solar_load of this EmbeddedBoundary. # noqa: E501
Enables the <b>solar load</b> model in the simulation. <b>Diffuse</b> and/or <b>directional</b> solar load contributions are specified in the <b>solar calculator</b>. The solar load terms will heat the external faces of the simulation domain. Moreover, if transparent and/or semi-transparent boundaries are present, internal surfaces of the domain might also be heated. All <b>internal solids</b> will be considered <b>opaque</b>. <a href=’https://www.simscale.com/docs/analysis-types/conjugate-heat-transfer-analysis/solar-load/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The enable_solar_load of this EmbeddedBoundary. # noqa: E501
- Return type:
bool
- property external_flow_boundary_condition¶
Gets the external_flow_boundary_condition of this EmbeddedBoundary. # noqa: E501
- Returns:
The external_flow_boundary_condition of this EmbeddedBoundary. # noqa: E501
- Return type:
OneOfEmbeddedBoundaryExternalFlowBoundaryCondition
- property initial_conditions¶
Gets the initial_conditions of this EmbeddedBoundary. # noqa: E501
- Returns:
The initial_conditions of this EmbeddedBoundary. # noqa: E501
- Return type:
- property is_compressible¶
Gets the is_compressible of this EmbeddedBoundary. # noqa: E501
<ul><li>Toggle off <em>Compressible</em> for small temperature variations within the domain, for example, in natural convection simulations (Boussinesq approximation). Use Gauge pressure (0 Pa). </li><li>Toggle on <em>Compressible</em> to calculate resulting density variations within the domain based on pressure and temperature. Use Absolute pressure (for example, 101325 Pa at sea level)</li></ul> # noqa: E501
- Returns:
The is_compressible of this EmbeddedBoundary. # noqa: E501
- Return type:
bool
- property materials¶
Gets the materials of this EmbeddedBoundary. # noqa: E501
- Returns:
The materials of this EmbeddedBoundary. # noqa: E501
- Return type:
- property model¶
Gets the model of this EmbeddedBoundary. # noqa: E501
- Returns:
The model of this EmbeddedBoundary. # noqa: E501
- Return type:
- property num_of_passive_species¶
Gets the num_of_passive_species of this EmbeddedBoundary. # noqa: E501
Select the number of passive species involved in the simulation. Passive species allow you to simulate the transport of a scalar quantity within a fluid flow without affecting it. <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/#passive-species’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The num_of_passive_species of this EmbeddedBoundary. # noqa: E501
- Return type:
int
- property numerics¶
Gets the numerics of this EmbeddedBoundary. # noqa: E501
- Returns:
The numerics of this EmbeddedBoundary. # noqa: E501
- Return type:
- openapi_types = {'advanced_concepts': 'AdvancedConcepts', 'allow_external_flow': 'bool', 'boundary_conditions': 'list[OneOfEmbeddedBoundaryBoundaryConditions]', 'embedded_boundary_meshing': 'EmbeddedBoundaryMeshing', 'enable_humidity_model': 'bool', 'enable_joule_heating': 'bool', 'enable_radiation': 'bool', 'enable_solar_load': 'bool', 'external_flow_boundary_condition': 'OneOfEmbeddedBoundaryExternalFlowBoundaryCondition', 'initial_conditions': 'FluidInitialConditions', 'is_compressible': 'bool', 'materials': 'CoupledConjugateHeatTransferMaterials', 'model': 'FluidModel', 'num_of_passive_species': 'int', 'numerics': 'FluidNumerics', 'result_control': 'FluidResultControls', 'simulation_control': 'FluidSimulationControl', 'solar_calculator': 'SolarCalculator', 'time_dependency': 'OneOfEmbeddedBoundaryTimeDependency', 'turbulence_model': 'str', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this EmbeddedBoundary. # noqa: E501
- Returns:
The result_control of this EmbeddedBoundary. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this EmbeddedBoundary. # noqa: E501
- Returns:
The simulation_control of this EmbeddedBoundary. # noqa: E501
- Return type:
- property solar_calculator¶
Gets the solar_calculator of this EmbeddedBoundary. # noqa: E501
- Returns:
The solar_calculator of this EmbeddedBoundary. # noqa: E501
- Return type:
- property time_dependency¶
Gets the time_dependency of this EmbeddedBoundary. # noqa: E501
- Returns:
The time_dependency of this EmbeddedBoundary. # noqa: E501
- Return type:
OneOfEmbeddedBoundaryTimeDependency
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_model¶
Gets the turbulence_model of this EmbeddedBoundary. # noqa: E501
Choose a turbulence model for your CFD analysis:<ul><li><strong>No turbulence</strong>: Laminar</li><li><strong>RANS</strong>: <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-omega-sst/’ target=’_blank’>k-omega SST.</p> # noqa: E501
- Returns:
The turbulence_model of this EmbeddedBoundary. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this EmbeddedBoundary. # noqa: E501
Schema name: EmbeddedBoundary # noqa: E501
- Returns:
The type of this EmbeddedBoundary. # noqa: E501
- Return type:
str
simscale_sdk.models.embedded_boundary_meshing module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.embedded_boundary_meshing.EmbeddedBoundaryMeshing(sizing=None, refinements=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'refinements': 'refinements', 'sizing': 'sizing'}¶
- openapi_types = {'refinements': 'list[OneOfEmbeddedBoundaryMeshingRefinements]', 'sizing': 'OneOfEmbeddedBoundaryMeshingSizing'}¶
- property refinements¶
Gets the refinements of this EmbeddedBoundaryMeshing. # noqa: E501
- Returns:
The refinements of this EmbeddedBoundaryMeshing. # noqa: E501
- Return type:
list[OneOfEmbeddedBoundaryMeshingRefinements]
- property sizing¶
Gets the sizing of this EmbeddedBoundaryMeshing. # noqa: E501
- Returns:
The sizing of this EmbeddedBoundaryMeshing. # noqa: E501
- Return type:
OneOfEmbeddedBoundaryMeshingSizing
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.empty2_dbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.empty2_dbc.Empty2DBC(type='EMPTY_2D', name=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this Empty2DBC. # noqa: E501
- Returns:
The name of this Empty2DBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this Empty2DBC. # noqa: E501
- Returns:
The topological_reference of this Empty2DBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this Empty2DBC. # noqa: E501
This boundary condition is intended only for uploaded 2D OpenFOAM meshes. A 2D mesh is ensured by having a single cell thickness in one of the 3 spatial directions. <a href=’https://www.simscale.com/docs/simulation-setup/boundary-conditions/empty-2d/’ target=’_blank’>Learn more.</a> Schema name: Empty2DBC # noqa: E501
- Returns:
The type of this Empty2DBC. # noqa: E501
- Return type:
str
simscale_sdk.models.entity_attribute module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.entity_attribute.EntityAttribute(attribute=None, value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property attribute¶
Gets the attribute of this EntityAttribute. # noqa: E501
- Returns:
The attribute of this EntityAttribute. # noqa: E501
- Return type:
str
- attribute_map = {'attribute': 'attribute', 'value': 'value'}¶
- openapi_types = {'attribute': 'str', 'value': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property value¶
Gets the value of this EntityAttribute. # noqa: E501
- Returns:
The value of this EntityAttribute. # noqa: E501
- Return type:
str
simscale_sdk.models.entity_description module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.entity_description.EntityDescription(name=None, _class=None, originate_from=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_class': 'class', 'name': 'name', 'originate_from': 'originateFrom'}¶
- property name¶
Gets the name of this EntityDescription. # noqa: E501
The internal name of the entity. # noqa: E501
- Returns:
The name of this EntityDescription. # noqa: E501
- Return type:
str
- openapi_types = {'_class': 'str', 'name': 'str', 'originate_from': 'list[OriginalEntityReference]'}¶
- property originate_from¶
Gets the originate_from of this EntityDescription. # noqa: E501
- Returns:
The originate_from of this EntityDescription. # noqa: E501
- Return type:
list[OriginalEntityReference]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.equivalent_radiated_power_density_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.equivalent_radiated_power_density_type.EquivalentRadiatedPowerDensityType(type='ERP', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this EquivalentRadiatedPowerDensityType. # noqa: E501
Schema name: EquivalentRadiatedPowerDensityType # noqa: E501
- Returns:
The type of this EquivalentRadiatedPowerDensityType. # noqa: E501
- Return type:
str
simscale_sdk.models.equivalent_sand_grain_roughness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.equivalent_sand_grain_roughness.EquivalentSandGrainRoughness(type='EQUIVALENT_SAND_GRAIN_ROUGHNESS', surface_roughness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'surface_roughness': 'surfaceRoughness', 'type': 'type'}¶
- openapi_types = {'surface_roughness': 'DimensionalLength', 'type': 'str'}¶
- property surface_roughness¶
Gets the surface_roughness of this EquivalentSandGrainRoughness. # noqa: E501
- Returns:
The surface_roughness of this EquivalentSandGrainRoughness. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this EquivalentSandGrainRoughness. # noqa: E501
Schema name: EquivalentSandGrainRoughness # noqa: E501
- Returns:
The type of this EquivalentSandGrainRoughness. # noqa: E501
- Return type:
str
simscale_sdk.models.erp_calculation_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.erp_calculation_result_control_item.ERPCalculationResultControlItem(type='ERP_CALCULATION', name=None, field_selection=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'field_selection': 'fieldSelection', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property field_selection¶
Gets the field_selection of this ERPCalculationResultControlItem. # noqa: E501
- Returns:
The field_selection of this ERPCalculationResultControlItem. # noqa: E501
- Return type:
OneOfERPCalculationResultControlItemFieldSelection
- property name¶
Gets the name of this ERPCalculationResultControlItem. # noqa: E501
- Returns:
The name of this ERPCalculationResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'field_selection': 'OneOfERPCalculationResultControlItemFieldSelection', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ERPCalculationResultControlItem. # noqa: E501
- Returns:
The topological_reference of this ERPCalculationResultControlItem. # noqa: E501
- Return type:
- property type¶
Gets the type of this ERPCalculationResultControlItem. # noqa: E501
Schema name: ERPCalculationResultControlItem # noqa: E501
- Returns:
The type of this ERPCalculationResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.erp_density_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.erp_density_result_control_item.ERPDensityResultControlItem(type='ERP_DENSITY', name=None, density_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'density_type': 'densityType', 'name': 'name', 'type': 'type'}¶
- property density_type¶
Gets the density_type of this ERPDensityResultControlItem. # noqa: E501
- Returns:
The density_type of this ERPDensityResultControlItem. # noqa: E501
- Return type:
- property name¶
Gets the name of this ERPDensityResultControlItem. # noqa: E501
- Returns:
The name of this ERPDensityResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'density_type': 'EquivalentRadiatedPowerDensityType', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ERPDensityResultControlItem. # noqa: E501
Schema name: ERPDensityResultControlItem # noqa: E501
- Returns:
The type of this ERPDensityResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.error_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.error_response.ErrorResponse(severity=None, code=None, message=None, details=None, entries=None, trace=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'code': 'code', 'details': 'details', 'entries': 'entries', 'message': 'message', 'severity': 'severity', 'trace': 'trace'}¶
- property code¶
Gets the code of this ErrorResponse. # noqa: E501
Code for e.g. programmatic handling of error conditions. # noqa: E501
- Returns:
The code of this ErrorResponse. # noqa: E501
- Return type:
str
- property details¶
Gets the details of this ErrorResponse. # noqa: E501
Additional data to interpret and handle the entry. # noqa: E501
- Returns:
The details of this ErrorResponse. # noqa: E501
- Return type:
dict(str, object)
- property entries¶
Gets the entries of this ErrorResponse. # noqa: E501
- Returns:
The entries of this ErrorResponse. # noqa: E501
- Return type:
list[LogEntry]
- property message¶
Gets the message of this ErrorResponse. # noqa: E501
Human-readable description of the entry. # noqa: E501
- Returns:
The message of this ErrorResponse. # noqa: E501
- Return type:
str
- openapi_types = {'code': 'str', 'details': 'dict(str, object)', 'entries': 'list[LogEntry]', 'message': 'str', 'severity': 'LogSeverity', 'trace': 'str'}¶
- property severity¶
Gets the severity of this ErrorResponse. # noqa: E501
- Returns:
The severity of this ErrorResponse. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property trace¶
Gets the trace of this ErrorResponse. # noqa: E501
- Returns:
The trace of this ErrorResponse. # noqa: E501
- Return type:
str
simscale_sdk.models.error_response_all_of module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.error_response_all_of.ErrorResponseAllOf(entries=None, trace=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'entries': 'entries', 'trace': 'trace'}¶
- property entries¶
Gets the entries of this ErrorResponseAllOf. # noqa: E501
- Returns:
The entries of this ErrorResponseAllOf. # noqa: E501
- Return type:
list[LogEntry]
- openapi_types = {'entries': 'list[LogEntry]', 'trace': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property trace¶
Gets the trace of this ErrorResponseAllOf. # noqa: E501
- Returns:
The trace of this ErrorResponseAllOf. # noqa: E501
- Return type:
str
simscale_sdk.models.error_retiming_event module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.error_retiming_event.ErrorRetimingEvent(type='ERROR', timestep_calculation_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'timestep_calculation_type': 'timestepCalculationType', 'type': 'type'}¶
- openapi_types = {'timestep_calculation_type': 'OneOfErrorRetimingEventTimestepCalculationType', 'type': 'str'}¶
- property timestep_calculation_type¶
Gets the timestep_calculation_type of this ErrorRetimingEvent. # noqa: E501
- Returns:
The timestep_calculation_type of this ErrorRetimingEvent. # noqa: E501
- Return type:
OneOfErrorRetimingEventTimestepCalculationType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ErrorRetimingEvent. # noqa: E501
<p>Select the event for the time step adaptation. Currently there are four different events possible that trigger a time step adaptation:</p><ul><li><p><b>Error</b>: This is the case of a general error like for example non-convergence or singular matrix errors.</p></ul><ul><li><p><b>Collision</b>: This event is triggered if in a computation with physical contact a contact state change from open to closed is noticed. This time step adaptation is especially useful in dynamics to reduce the effect of artificial oscillations due to inexact collision detection.</p></ul><ul><li><p><b>Field Change</b>: The user can define the maximum delta that a field is allowed to change within one time step, if the defined threshold is exceeded the time step is adapted. This time stepping criteria is especially useful to capture material nonlinearitier more exact.</p></ul><ul><li><p><b>Non-monotonous residual</b>: This event is triggered if the residual has not been reduced within three iterations . This criteria is mostly used to reduce runtime by detecting diverging time steps before reaching the maximum number of allowed newton iterations.</p></ul> Schema name: ErrorRetimingEvent # noqa: E501
- Returns:
The type of this ErrorRetimingEvent. # noqa: E501
- Return type:
str
simscale_sdk.models.estimation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.estimation.Estimation(duration=None, compute_resource=None, cell_count=None, total_run_count=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'cell_count': 'cellCount', 'compute_resource': 'computeResource', 'duration': 'duration', 'total_run_count': 'totalRunCount'}¶
- property cell_count¶
Gets the cell_count of this Estimation. # noqa: E501
- Returns:
The cell_count of this Estimation. # noqa: E501
- Return type:
- property compute_resource¶
Gets the compute_resource of this Estimation. # noqa: E501
- Returns:
The compute_resource of this Estimation. # noqa: E501
- Return type:
- property duration¶
Gets the duration of this Estimation. # noqa: E501
- Returns:
The duration of this Estimation. # noqa: E501
- Return type:
- openapi_types = {'cell_count': 'CellCount', 'compute_resource': 'ComputeResource', 'duration': 'Duration', 'total_run_count': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property total_run_count¶
Gets the total_run_count of this Estimation. # noqa: E501
The total number of jobs that will be triggered for this simulation run or mesh operation. # noqa: E501
- Returns:
The total_run_count of this Estimation. # noqa: E501
- Return type:
int
simscale_sdk.models.euler_time_differentiation_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.euler_time_differentiation_scheme.EulerTimeDifferentiationScheme(type='EULER', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this EulerTimeDifferentiationScheme. # noqa: E501
Schema name: EulerTimeDifferentiationScheme # noqa: E501
- Returns:
The type of this EulerTimeDifferentiationScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.event_log_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.event_log_response.EventLogResponse(entries=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'entries': 'entries'}¶
- property entries¶
Gets the entries of this EventLogResponse. # noqa: E501
- Returns:
The entries of this EventLogResponse. # noqa: E501
- Return type:
list[LogEntry]
- openapi_types = {'entries': 'list[LogEntry]'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.explicit_time_integration_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.explicit_time_integration_type.ExplicitTimeIntegrationType(type='EXPLICIT', scheme=None, scheme_formulation=None, stop_on_cfl_criterion=None, mass_matrix_shift=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'mass_matrix_shift': 'massMatrixShift', 'scheme': 'scheme', 'scheme_formulation': 'schemeFormulation', 'stop_on_cfl_criterion': 'stopOnCFLCriterion', 'type': 'type'}¶
- property mass_matrix_shift¶
Gets the mass_matrix_shift of this ExplicitTimeIntegrationType. # noqa: E501
<p>This parameter c<sub>K</sub> allows the shifting of the mass matrix with the stiffness matrix multiplied by c<sub>K</sub>: <b>M</b><sup>’</sup>=<b>M</b> + c<sub>K</sub>*<b>K</b>. This makes it possible to strongly improve convergence in dynamics with implicit time scheme by imposing a cut-off frequency inversely proportional to the value of c<sub>K</sub> (at the cost of a light distortion of all the eigen frequencies of the system).</p> # noqa: E501
- Returns:
The mass_matrix_shift of this ExplicitTimeIntegrationType. # noqa: E501
- Return type:
float
- openapi_types = {'mass_matrix_shift': 'float', 'scheme': 'OneOfExplicitTimeIntegrationTypeScheme', 'scheme_formulation': 'str', 'stop_on_cfl_criterion': 'bool', 'type': 'str'}¶
- property scheme¶
Gets the scheme of this ExplicitTimeIntegrationType. # noqa: E501
- Returns:
The scheme of this ExplicitTimeIntegrationType. # noqa: E501
- Return type:
OneOfExplicitTimeIntegrationTypeScheme
- property scheme_formulation¶
Gets the scheme_formulation of this ExplicitTimeIntegrationType. # noqa: E501
<p>Choose the primary variable for the time integration scheme.</p> # noqa: E501
- Returns:
The scheme_formulation of this ExplicitTimeIntegrationType. # noqa: E501
- Return type:
str
- property stop_on_cfl_criterion¶
Gets the stop_on_cfl_criterion of this ExplicitTimeIntegrationType. # noqa: E501
<p>If activated the simulation run is stopped when at some point the Courant-Friedrichs-Lewy (CFL) condition is violated.</p> # noqa: E501
- Returns:
The stop_on_cfl_criterion of this ExplicitTimeIntegrationType. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ExplicitTimeIntegrationType. # noqa: E501
<p>Choose the time integration scheme type</p><br /><br />Important remarks:<br /><ul><li>Choose <b>implicit</b> if the problem is static or dynamic but not so complex. Implicit analysis takes more solution time but can solve the problem easily with larger timesteps. Therefore, it is always recommended to use implicit time integration scheme. </li><i>Choose <b>explicit</b> if the problem is only dynamic and highly complex. Explicit analysis takes less solution time but also needs more refined (small) timesteps to solve the problem. Therefore, in most of the cases it’s not recommended due to convergence problems. </i></ul> Schema name: ExplicitTimeIntegrationType # noqa: E501
- Returns:
The type of this ExplicitTimeIntegrationType. # noqa: E501
- Return type:
str
simscale_sdk.models.expression_function module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.expression_function.ExpressionFunction(type='EXPRESSION', expression=None, available_variables=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'available_variables': 'availableVariables', 'expression': 'expression', 'type': 'type'}¶
- property available_variables¶
Gets the available_variables of this ExpressionFunction. # noqa: E501
- Returns:
The available_variables of this ExpressionFunction. # noqa: E501
- Return type:
list[FunctionParameter]
- property expression¶
Gets the expression of this ExpressionFunction. # noqa: E501
- Returns:
The expression of this ExpressionFunction. # noqa: E501
- Return type:
str
- openapi_types = {'available_variables': 'list[FunctionParameter]', 'expression': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ExpressionFunction. # noqa: E501
Schema name: ExpressionFunction # noqa: E501
- Returns:
The type of this ExpressionFunction. # noqa: E501
- Return type:
str
simscale_sdk.models.external_wall_heat_flux_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.external_wall_heat_flux_tbc.ExternalWallHeatFluxTBC(type='EXTERNAL_WALL_HEAT_FLUX_TEMPERATURE', heat_flux=None, value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'heat_flux': 'heatFlux', 'type': 'type', 'value': 'value'}¶
- property heat_flux¶
Gets the heat_flux of this ExternalWallHeatFluxTBC. # noqa: E501
- Returns:
The heat_flux of this ExternalWallHeatFluxTBC. # noqa: E501
- Return type:
OneOfExternalWallHeatFluxTBCHeatFlux
- openapi_types = {'heat_flux': 'OneOfExternalWallHeatFluxTBCHeatFlux', 'type': 'str', 'value': 'DimensionalTemperature'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ExternalWallHeatFluxTBC. # noqa: E501
Schema name: ExternalWallHeatFluxTBC # noqa: E501
- Returns:
The type of this ExternalWallHeatFluxTBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this ExternalWallHeatFluxTBC. # noqa: E501
- Returns:
The value of this ExternalWallHeatFluxTBC. # noqa: E501
- Return type:
simscale_sdk.models.face_normal_magnetization_direction_method module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.face_normal_magnetization_direction_method.FaceNormalMagnetizationDirectionMethod(type='FACE_NORMAL', magnet_faces=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'magnet_faces': 'magnetFaces', 'type': 'type'}¶
- property magnet_faces¶
Gets the magnet_faces of this FaceNormalMagnetizationDirectionMethod. # noqa: E501
- Returns:
The magnet_faces of this FaceNormalMagnetizationDirectionMethod. # noqa: E501
- Return type:
- openapi_types = {'magnet_faces': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FaceNormalMagnetizationDirectionMethod. # noqa: E501
Schema name: FaceNormalMagnetizationDirectionMethod # noqa: E501
- Returns:
The type of this FaceNormalMagnetizationDirectionMethod. # noqa: E501
- Return type:
str
simscale_sdk.models.fair_weather_conditions module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fair_weather_conditions.FairWeatherConditions(type='FAIR_WEATHER_CONDITIONS', sky_cloud_cover_fraction=None, ground_reflectivity=None, apparent_solar_irradiation=None, atmospheric_extinction_coefficient=None, diffuse_radiation_factor=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property apparent_solar_irradiation¶
Gets the apparent_solar_irradiation of this FairWeatherConditions. # noqa: E501
- Returns:
The apparent_solar_irradiation of this FairWeatherConditions. # noqa: E501
- Return type:
- property atmospheric_extinction_coefficient¶
Gets the atmospheric_extinction_coefficient of this FairWeatherConditions. # noqa: E501
Atmospheric extinction coefficient (B) # noqa: E501
- Returns:
The atmospheric_extinction_coefficient of this FairWeatherConditions. # noqa: E501
- Return type:
float
- attribute_map = {'apparent_solar_irradiation': 'apparentSolarIrradiation', 'atmospheric_extinction_coefficient': 'atmosphericExtinctionCoefficient', 'diffuse_radiation_factor': 'diffuseRadiationFactor', 'ground_reflectivity': 'groundReflectivity', 'sky_cloud_cover_fraction': 'skyCloudCoverFraction', 'type': 'type'}¶
- property diffuse_radiation_factor¶
Gets the diffuse_radiation_factor of this FairWeatherConditions. # noqa: E501
Diffuse radiation factor (C) # noqa: E501
- Returns:
The diffuse_radiation_factor of this FairWeatherConditions. # noqa: E501
- Return type:
float
- property ground_reflectivity¶
Gets the ground_reflectivity of this FairWeatherConditions. # noqa: E501
- Returns:
The ground_reflectivity of this FairWeatherConditions. # noqa: E501
- Return type:
float
- openapi_types = {'apparent_solar_irradiation': 'DimensionalHeatFlux', 'atmospheric_extinction_coefficient': 'float', 'diffuse_radiation_factor': 'float', 'ground_reflectivity': 'float', 'sky_cloud_cover_fraction': 'float', 'type': 'str'}¶
- property sky_cloud_cover_fraction¶
Gets the sky_cloud_cover_fraction of this FairWeatherConditions. # noqa: E501
- Returns:
The sky_cloud_cover_fraction of this FairWeatherConditions. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FairWeatherConditions. # noqa: E501
Schema name: FairWeatherConditions # noqa: E501
- Returns:
The type of this FairWeatherConditions. # noqa: E501
- Return type:
str
simscale_sdk.models.false_change_jacobian_matrix module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.false_change_jacobian_matrix.FalseChangeJacobianMatrix(type='FALSE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FalseChangeJacobianMatrix. # noqa: E501
<p>Choose if the Jacobian matrix should automatically change from tangent stiffnes matrix to elastic matrix if the time increment is falling below a given threshold. On the assumption that below a given time increment value the nonlinearities are not evolving within the time step one can strongly save computation time by switching to the elastic matrix.</p> Schema name: FalseChangeJacobianMatrix # noqa: E501
- Returns:
The type of this FalseChangeJacobianMatrix. # noqa: E501
- Return type:
str
simscale_sdk.models.false_line_search module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.false_line_search.FalseLineSearch(type='FALSE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FalseLineSearch. # noqa: E501
<p>Line search can be used to improve convergence for nonlinear calculations with the Newton method.</p> Schema name: FalseLineSearch # noqa: E501
- Returns:
The type of this FalseLineSearch. # noqa: E501
- Return type:
str
simscale_sdk.models.false_semi_implicit module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.false_semi_implicit.FalseSemiImplicit(type='FALSE_SEMI_IMPLICIT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FalseSemiImplicit. # noqa: E501
Schema name: FalseSemiImplicit # noqa: E501
- Returns:
The type of this FalseSemiImplicit. # noqa: E501
- Return type:
str
simscale_sdk.models.fan_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fan_bc.FanBC(type='FAN', name=None, pressure=None, pressure_rgh=None, gauge_pressure=None, gauge_pressure_rgh=None, turbulence=None, temperature=None, passive_scalars=None, net_radiative_heat_flux=None, radiative_intensity_ray=None, relative_humidity=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gauge_pressure': 'gaugePressure', 'gauge_pressure_rgh': 'gaugePressureRgh', 'name': 'name', 'net_radiative_heat_flux': 'netRadiativeHeatFlux', 'passive_scalars': 'passiveScalars', 'pressure': 'pressure', 'pressure_rgh': 'pressureRgh', 'radiative_intensity_ray': 'radiativeIntensityRay', 'relative_humidity': 'relativeHumidity', 'temperature': 'temperature', 'topological_reference': 'topologicalReference', 'turbulence': 'turbulence', 'type': 'type'}¶
- property gauge_pressure¶
Gets the gauge_pressure of this FanBC. # noqa: E501
- Returns:
The gauge_pressure of this FanBC. # noqa: E501
- Return type:
- property gauge_pressure_rgh¶
Gets the gauge_pressure_rgh of this FanBC. # noqa: E501
- Returns:
The gauge_pressure_rgh of this FanBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this FanBC. # noqa: E501
- Returns:
The name of this FanBC. # noqa: E501
- Return type:
str
- property net_radiative_heat_flux¶
Gets the net_radiative_heat_flux of this FanBC. # noqa: E501
- Returns:
The net_radiative_heat_flux of this FanBC. # noqa: E501
- Return type:
OneOfFanBCNetRadiativeHeatFlux
- openapi_types = {'gauge_pressure': 'FanPBC', 'gauge_pressure_rgh': 'FanPBC', 'name': 'str', 'net_radiative_heat_flux': 'OneOfFanBCNetRadiativeHeatFlux', 'passive_scalars': 'list[FixedValuePSBC]', 'pressure': 'FanPBC', 'pressure_rgh': 'FanPBC', 'radiative_intensity_ray': 'OneOfFanBCRadiativeIntensityRay', 'relative_humidity': 'FixedValueRHBC', 'temperature': 'FixedValueTBC', 'topological_reference': 'TopologicalReference', 'turbulence': 'OneOfFanBCTurbulence', 'type': 'str'}¶
- property passive_scalars¶
Gets the passive_scalars of this FanBC. # noqa: E501
Please choose a boundary condition for passive scalar (T). # noqa: E501
- Returns:
The passive_scalars of this FanBC. # noqa: E501
- Return type:
list[FixedValuePSBC]
- property pressure¶
Gets the pressure of this FanBC. # noqa: E501
- Returns:
The pressure of this FanBC. # noqa: E501
- Return type:
- property pressure_rgh¶
Gets the pressure_rgh of this FanBC. # noqa: E501
- Returns:
The pressure_rgh of this FanBC. # noqa: E501
- Return type:
- property radiative_intensity_ray¶
Gets the radiative_intensity_ray of this FanBC. # noqa: E501
- Returns:
The radiative_intensity_ray of this FanBC. # noqa: E501
- Return type:
OneOfFanBCRadiativeIntensityRay
- property relative_humidity¶
Gets the relative_humidity of this FanBC. # noqa: E501
- Returns:
The relative_humidity of this FanBC. # noqa: E501
- Return type:
- property temperature¶
Gets the temperature of this FanBC. # noqa: E501
- Returns:
The temperature of this FanBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FanBC. # noqa: E501
- Returns:
The topological_reference of this FanBC. # noqa: E501
- Return type:
- property turbulence¶
Gets the turbulence of this FanBC. # noqa: E501
- Returns:
The turbulence of this FanBC. # noqa: E501
- Return type:
OneOfFanBCTurbulence
- property type¶
Gets the type of this FanBC. # noqa: E501
This boundary condition sets the <b>pressure</b> based on the pressure drop specified as a function of the volumetric flow rate. <a href=’https://www.simscale.com/knowledge-base/how-do-i-model-a-fan-curve-in-simscale/#external-fan-boundary-condition’ target=’_blank’>Learn more</a> Schema name: FanBC # noqa: E501
- Returns:
The type of this FanBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fan_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fan_pbc.FanPBC(type='FAN_PRESSURE', direction=None, fan_pressure=None, environmental_total_pressure=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'direction': 'direction', 'environmental_total_pressure': 'environmentalTotalPressure', 'fan_pressure': 'fanPressure', 'type': 'type'}¶
- property direction¶
Gets the direction of this FanPBC. # noqa: E501
- Returns:
The direction of this FanPBC. # noqa: E501
- Return type:
str
- property environmental_total_pressure¶
Gets the environmental_total_pressure of this FanPBC. # noqa: E501
- Returns:
The environmental_total_pressure of this FanPBC. # noqa: E501
- Return type:
- property fan_pressure¶
Gets the fan_pressure of this FanPBC. # noqa: E501
- Returns:
The fan_pressure of this FanPBC. # noqa: E501
- Return type:
- openapi_types = {'direction': 'str', 'environmental_total_pressure': 'DimensionalPressure', 'fan_pressure': 'DimensionalFunctionPressure', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FanPBC. # noqa: E501
Schema name: FanPBC # noqa: E501
- Returns:
The type of this FanPBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fan_pressure_drop_momentum_source module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fan_pressure_drop_momentum_source.FanPressureDropMomentumSource(type='FAN_PRESSURE_DROP', name=None, fan_direction=None, fan_pressure=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fan_direction': 'fanDirection', 'fan_pressure': 'fanPressure', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property fan_direction¶
Gets the fan_direction of this FanPressureDropMomentumSource. # noqa: E501
- Returns:
The fan_direction of this FanPressureDropMomentumSource. # noqa: E501
- Return type:
- property fan_pressure¶
Gets the fan_pressure of this FanPressureDropMomentumSource. # noqa: E501
- Returns:
The fan_pressure of this FanPressureDropMomentumSource. # noqa: E501
- Return type:
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this FanPressureDropMomentumSource. # noqa: E501
- Returns:
The geometry_primitive_uuids of this FanPressureDropMomentumSource. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this FanPressureDropMomentumSource. # noqa: E501
- Returns:
The name of this FanPressureDropMomentumSource. # noqa: E501
- Return type:
str
- openapi_types = {'fan_direction': 'DimensionalVectorDimensionless', 'fan_pressure': 'DimensionalFunctionPressure', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FanPressureDropMomentumSource. # noqa: E501
- Returns:
The topological_reference of this FanPressureDropMomentumSource. # noqa: E501
- Return type:
- property type¶
Gets the type of this FanPressureDropMomentumSource. # noqa: E501
Schema name: FanPressureDropMomentumSource # noqa: E501
- Returns:
The type of this FanPressureDropMomentumSource. # noqa: E501
- Return type:
str
simscale_sdk.models.feature_refinement module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.feature_refinement.FeatureRefinement(type='FEATURE', name=None, included_angle=None, distance_refinement_levels=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'distance_refinement_levels': 'distanceRefinementLevels', 'included_angle': 'includedAngle', 'name': 'name', 'type': 'type'}¶
- property distance_refinement_levels¶
Gets the distance_refinement_levels of this FeatureRefinement. # noqa: E501
<p>This dynamic table allows you to add refinements to the mesh associated with the features (e.g. edges) in a specific distance to the features. Therefore specify the distance in the left box and the associated refinement level on the right (the higher, the finer). The pair (0,0) would mean that a refinement with level 0 would be introduced directly at the features of the mesh.</p> # noqa: E501
- Returns:
The distance_refinement_levels of this FeatureRefinement. # noqa: E501
- Return type:
list[RefinementLevel]
- property included_angle¶
Gets the included_angle of this FeatureRefinement. # noqa: E501
- Returns:
The included_angle of this FeatureRefinement. # noqa: E501
- Return type:
- property name¶
Gets the name of this FeatureRefinement. # noqa: E501
- Returns:
The name of this FeatureRefinement. # noqa: E501
- Return type:
str
- openapi_types = {'distance_refinement_levels': 'list[RefinementLevel]', 'included_angle': 'DimensionalAngle', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FeatureRefinement. # noqa: E501
A <a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/#feature-refinement’ target=’_blank’><b>feature refinement</b></a> can be used to refine the geometry’s feature edges. All edges whose adjacent surface normals form an angle of less than 150° will be refined. Schema name: FeatureRefinement # noqa: E501
- Returns:
The type of this FeatureRefinement. # noqa: E501
- Return type:
str
simscale_sdk.models.feature_refinement_hex_dominant_snappy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.feature_refinement_hex_dominant_snappy.FeatureRefinementHexDominantSnappy(type='FEATURE_HEX_DOMINANT_SNAPPY', name=None, distance_refinement_lengths=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'distance_refinement_lengths': 'distanceRefinementLengths', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property distance_refinement_lengths¶
Gets the distance_refinement_lengths of this FeatureRefinementHexDominantSnappy. # noqa: E501
Specify the desired <b>target cell edge length</b> based on the <b>distance</b> to the feature edges. The edge and surface mesh will then be refined up until the specified distance in all directions from the edges. # noqa: E501
- Returns:
The distance_refinement_lengths of this FeatureRefinementHexDominantSnappy. # noqa: E501
- Return type:
list[RefinementLength]
- property name¶
Gets the name of this FeatureRefinementHexDominantSnappy. # noqa: E501
- Returns:
The name of this FeatureRefinementHexDominantSnappy. # noqa: E501
- Return type:
str
- openapi_types = {'distance_refinement_lengths': 'list[RefinementLength]', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FeatureRefinementHexDominantSnappy. # noqa: E501
- Returns:
The topological_reference of this FeatureRefinementHexDominantSnappy. # noqa: E501
- Return type:
- property type¶
Gets the type of this FeatureRefinementHexDominantSnappy. # noqa: E501
A <a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/#feature-refinement’ target=’_blank’><b>feature refinement</b></a> can be used to refine the geometry’s feature edges. All edges whose adjacent surface normals form an angle of less than 150° will be refined. Schema name: FeatureRefinementHexDominantSnappy # noqa: E501
- Returns:
The type of this FeatureRefinementHexDominantSnappy. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_adjoint_sensitivities_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_adjoint_sensitivities_result_control.FieldCalculationsAdjointSensitivitiesResultControl(type='ADJOINT_SENSITIVITIES', name=None, compute_sensitivities_to=None, optimization_force_direction=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'compute_sensitivities_to': 'computeSensitivitiesTo', 'name': 'name', 'optimization_force_direction': 'optimizationForceDirection', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property compute_sensitivities_to¶
Gets the compute_sensitivities_to of this FieldCalculationsAdjointSensitivitiesResultControl. # noqa: E501
- Returns:
The compute_sensitivities_to of this FieldCalculationsAdjointSensitivitiesResultControl. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this FieldCalculationsAdjointSensitivitiesResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsAdjointSensitivitiesResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'compute_sensitivities_to': 'str', 'name': 'str', 'optimization_force_direction': 'DecimalVector', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property optimization_force_direction¶
Gets the optimization_force_direction of this FieldCalculationsAdjointSensitivitiesResultControl. # noqa: E501
- Returns:
The optimization_force_direction of this FieldCalculationsAdjointSensitivitiesResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FieldCalculationsAdjointSensitivitiesResultControl. # noqa: E501
- Returns:
The topological_reference of this FieldCalculationsAdjointSensitivitiesResultControl. # noqa: E501
- Return type:
- property type¶
Gets the type of this FieldCalculationsAdjointSensitivitiesResultControl. # noqa: E501
Schema name: FieldCalculationsAdjointSensitivitiesResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsAdjointSensitivitiesResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_friction_velocity_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_friction_velocity_result_control.FieldCalculationsFrictionVelocityResultControl(type='FRICTION_VELOCITY_U_TAU', name=None, result_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property name¶
Gets the name of this FieldCalculationsFrictionVelocityResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsFrictionVelocityResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'result_type': 'FrictionVelocityResultType', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsFrictionVelocityResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsFrictionVelocityResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsFrictionVelocityResultControl. # noqa: E501
Schema name: FieldCalculationsFrictionVelocityResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsFrictionVelocityResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_mean_age_of_fluid_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_mean_age_of_fluid_result_control.FieldCalculationsMeanAgeOfFluidResultControl(type='AGE_OF_FLUID', name=None, result_type=None, age_of_fluid_diffusion=None, turbulent_schmidt_number=None, diffusion_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property age_of_fluid_diffusion¶
Gets the age_of_fluid_diffusion of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
<p>Enable or disable the diffusion term in the age of fluid equation. The exclusion of the diffusion term can be valid for laminar flows but tends to overestimate the age of fluid for turbulent flows.</p> # noqa: E501
- Returns:
The age_of_fluid_diffusion of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
- Return type:
bool
- attribute_map = {'age_of_fluid_diffusion': 'ageOfFluidDiffusion', 'diffusion_coefficient': 'diffusionCoefficient', 'name': 'name', 'result_type': 'resultType', 'turbulent_schmidt_number': 'turbulentSchmidtNumber', 'type': 'type'}¶
- property diffusion_coefficient¶
Gets the diffusion_coefficient of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
- Returns:
The diffusion_coefficient of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
- Return type:
- property name¶
Gets the name of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'age_of_fluid_diffusion': 'bool', 'diffusion_coefficient': 'DimensionalKinematicViscosity', 'name': 'str', 'result_type': 'MeanAgeOfFluidResultType', 'turbulent_schmidt_number': 'float', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulent_schmidt_number¶
Gets the turbulent_schmidt_number of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
<p>The <b>turbulent Schmidt number</b> characteristic of the flow. For HVAC applications it is recommended to maintain the default value of 0.7.</p> # noqa: E501
- Returns:
The turbulent_schmidt_number of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
Schema name: FieldCalculationsMeanAgeOfFluidResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsMeanAgeOfFluidResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_mean_radiant_temperature_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_mean_radiant_temperature_result_control.FieldCalculationsMeanRadiantTemperatureResultControl(type='MEAN_RADIANT_TEMPERATURE', name=None, result_type=None, mrt_solar_parameters=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'mrt_solar_parameters': 'mrtSolarParameters', 'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property mrt_solar_parameters¶
Gets the mrt_solar_parameters of this FieldCalculationsMeanRadiantTemperatureResultControl. # noqa: E501
- Returns:
The mrt_solar_parameters of this FieldCalculationsMeanRadiantTemperatureResultControl. # noqa: E501
- Return type:
- property name¶
Gets the name of this FieldCalculationsMeanRadiantTemperatureResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsMeanRadiantTemperatureResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'mrt_solar_parameters': 'MrtSolarParameters', 'name': 'str', 'result_type': 'MeanRadiantTemperatureResultType', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsMeanRadiantTemperatureResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsMeanRadiantTemperatureResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsMeanRadiantTemperatureResultControl. # noqa: E501
Computes the <b>Mean Radiant Temperature (MRT)</b>. It is defined as the uniform surface temperature of an imaginary black enclosure in which an every point of the domain would exchange the same amount of radiative heat as in the actual nonuniform space Schema name: FieldCalculationsMeanRadiantTemperatureResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsMeanRadiantTemperatureResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_modeled_ti_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_modeled_ti_result_control.FieldCalculationsModeledTIResultControl(type='MODELED_TURBULENCE_INTENSITY', name=None, result_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property name¶
Gets the name of this FieldCalculationsModeledTIResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsModeledTIResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'result_type': 'ModeledTurbulenceIntensity', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsModeledTIResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsModeledTIResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsModeledTIResultControl. # noqa: E501
Schema name: FieldCalculationsModeledTIResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsModeledTIResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_operative_temperature_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_operative_temperature_result_control.FieldCalculationsOperativeTemperatureResultControl(type='OPERATIVE_TEMPERATURE', name=None, result_type=None, mrt_solar_parameters=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'mrt_solar_parameters': 'mrtSolarParameters', 'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property mrt_solar_parameters¶
Gets the mrt_solar_parameters of this FieldCalculationsOperativeTemperatureResultControl. # noqa: E501
- Returns:
The mrt_solar_parameters of this FieldCalculationsOperativeTemperatureResultControl. # noqa: E501
- Return type:
- property name¶
Gets the name of this FieldCalculationsOperativeTemperatureResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsOperativeTemperatureResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'mrt_solar_parameters': 'MrtSolarParameters', 'name': 'str', 'result_type': 'OperativeTemperatureResultType', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsOperativeTemperatureResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsOperativeTemperatureResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsOperativeTemperatureResultControl. # noqa: E501
Computes the <b>Operative Temperature</b>. It is defined as the uniform surface temperature of an imaginary black enclosure in which an every point of the domain would exchange the same amount of convective and radiative heat as in the actual nonuniform space Schema name: FieldCalculationsOperativeTemperatureResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsOperativeTemperatureResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_pressure_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_pressure_result_control.FieldCalculationsPressureResultControl(type='PRESSURE', name=None, pressure_type=None, result_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'pressure_type': 'pressureType', 'result_type': 'resultType', 'type': 'type'}¶
- property name¶
Gets the name of this FieldCalculationsPressureResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsPressureResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'pressure_type': 'OneOfFieldCalculationsPressureResultControlPressureType', 'result_type': 'OneOfFieldCalculationsPressureResultControlResultType', 'type': 'str'}¶
- property pressure_type¶
Gets the pressure_type of this FieldCalculationsPressureResultControl. # noqa: E501
- Returns:
The pressure_type of this FieldCalculationsPressureResultControl. # noqa: E501
- Return type:
OneOfFieldCalculationsPressureResultControlPressureType
- property result_type¶
Gets the result_type of this FieldCalculationsPressureResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsPressureResultControl. # noqa: E501
- Return type:
OneOfFieldCalculationsPressureResultControlResultType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsPressureResultControl. # noqa: E501
Schema name: FieldCalculationsPressureResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsPressureResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_resolved_ti_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_resolved_ti_result_control.FieldCalculationsResolvedTIResultControl(type='RESOLVED_TURBULENCE_INTENSITY', name=None, result_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property name¶
Gets the name of this FieldCalculationsResolvedTIResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsResolvedTIResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'result_type': 'ResolvedTurbulenceIntensity', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsResolvedTIResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsResolvedTIResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsResolvedTIResultControl. # noqa: E501
Schema name: FieldCalculationsResolvedTIResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsResolvedTIResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_resolved_tke_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_resolved_tke_result_control.FieldCalculationsResolvedTKEResultControl(type='RESOLVED_TURBULENT_KINETIC_ENERGY', name=None, result_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property name¶
Gets the name of this FieldCalculationsResolvedTKEResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsResolvedTKEResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'result_type': 'ResolvedTurbulentKineticEnergy', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsResolvedTKEResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsResolvedTKEResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsResolvedTKEResultControl. # noqa: E501
Schema name: FieldCalculationsResolvedTKEResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsResolvedTKEResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_surface_normals_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_surface_normals_result_control.FieldCalculationsSurfaceNormalsResultControl(type='SURFACE_NORMALS', name=None, result_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property name¶
Gets the name of this FieldCalculationsSurfaceNormalsResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsSurfaceNormalsResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'result_type': 'SurfaceNormalsResultType', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsSurfaceNormalsResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsSurfaceNormalsResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsSurfaceNormalsResultControl. # noqa: E501
Schema name: FieldCalculationsSurfaceNormalsResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsSurfaceNormalsResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_thermal_comfort_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_thermal_comfort_result_control.FieldCalculationsThermalComfortResultControl(type='THERMAL_COMFORT', name=None, clothing_coefficient_factor=None, metabolic_rate_factor=None, relative_humidity_factor=None, mrt_solar_parameters=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'clothing_coefficient_factor': 'clothingCoefficientFactor', 'metabolic_rate_factor': 'metabolicRateFactor', 'mrt_solar_parameters': 'mrtSolarParameters', 'name': 'name', 'relative_humidity_factor': 'relativeHumidityFactor', 'type': 'type'}¶
- property clothing_coefficient_factor¶
Gets the clothing_coefficient_factor of this FieldCalculationsThermalComfortResultControl. # noqa: E501
- Returns:
The clothing_coefficient_factor of this FieldCalculationsThermalComfortResultControl. # noqa: E501
- Return type:
float
- property metabolic_rate_factor¶
Gets the metabolic_rate_factor of this FieldCalculationsThermalComfortResultControl. # noqa: E501
- Returns:
The metabolic_rate_factor of this FieldCalculationsThermalComfortResultControl. # noqa: E501
- Return type:
float
- property mrt_solar_parameters¶
Gets the mrt_solar_parameters of this FieldCalculationsThermalComfortResultControl. # noqa: E501
- Returns:
The mrt_solar_parameters of this FieldCalculationsThermalComfortResultControl. # noqa: E501
- Return type:
- property name¶
Gets the name of this FieldCalculationsThermalComfortResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsThermalComfortResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'clothing_coefficient_factor': 'float', 'metabolic_rate_factor': 'float', 'mrt_solar_parameters': 'MrtSolarParameters', 'name': 'str', 'relative_humidity_factor': 'float', 'type': 'str'}¶
- property relative_humidity_factor¶
Gets the relative_humidity_factor of this FieldCalculationsThermalComfortResultControl. # noqa: E501
- Returns:
The relative_humidity_factor of this FieldCalculationsThermalComfortResultControl. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsThermalComfortResultControl. # noqa: E501
Schema name: FieldCalculationsThermalComfortResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsThermalComfortResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_total_ti_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_total_ti_result_control.FieldCalculationsTotalTIResultControl(type='TOTAL_TURBULENCE_INTENSITY', name=None, result_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property name¶
Gets the name of this FieldCalculationsTotalTIResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsTotalTIResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'result_type': 'TotalTurbulenceIntensity', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsTotalTIResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsTotalTIResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsTotalTIResultControl. # noqa: E501
Schema name: FieldCalculationsTotalTIResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsTotalTIResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_total_tke_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_total_tke_result_control.FieldCalculationsTotalTKEResultControl(type='TOTAL_TURBULENT_KINETIC_ENERGY', name=None, result_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property name¶
Gets the name of this FieldCalculationsTotalTKEResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsTotalTKEResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'result_type': 'TotalTurbulentKineticEnergy', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsTotalTKEResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsTotalTKEResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsTotalTKEResultControl. # noqa: E501
Schema name: FieldCalculationsTotalTKEResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsTotalTKEResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_turbulence_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_turbulence_result_control.FieldCalculationsTurbulenceResultControl(type='TURBULENCE', name=None, result_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property name¶
Gets the name of this FieldCalculationsTurbulenceResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsTurbulenceResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'result_type': 'OneOfFieldCalculationsTurbulenceResultControlResultType', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsTurbulenceResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsTurbulenceResultControl. # noqa: E501
- Return type:
OneOfFieldCalculationsTurbulenceResultControlResultType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsTurbulenceResultControl. # noqa: E501
Schema name: FieldCalculationsTurbulenceResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsTurbulenceResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_velocity_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_velocity_result_control.FieldCalculationsVelocityResultControl(type='VELOCITY', name=None, result_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property name¶
Gets the name of this FieldCalculationsVelocityResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsVelocityResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'result_type': 'VorticityResultType', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsVelocityResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsVelocityResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsVelocityResultControl. # noqa: E501
Schema name: FieldCalculationsVelocityResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsVelocityResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_wall_fluxes_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_wall_fluxes_result_control.FieldCalculationsWallFluxesResultControl(type='WALL_FLUXES', name=None, result_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'result_type': 'resultType', 'type': 'type'}¶
- property name¶
Gets the name of this FieldCalculationsWallFluxesResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsWallFluxesResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'result_type': 'WallShearStressResultType', 'type': 'str'}¶
- property result_type¶
Gets the result_type of this FieldCalculationsWallFluxesResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsWallFluxesResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsWallFluxesResultControl. # noqa: E501
Schema name: FieldCalculationsWallFluxesResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsWallFluxesResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_calculations_wall_heat_flux_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_calculations_wall_heat_flux_result_control.FieldCalculationsWallHeatFluxResultControl(type='WALL_HEAT_FLUX', name=None, result_type=None, compute_heat_transfer_coefficient=None, reference_temperature_result_type=None, compute_nusselt_number=None, reference_nusselt_number_length=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'compute_heat_transfer_coefficient': 'computeHeatTransferCoefficient', 'compute_nusselt_number': 'computeNusseltNumber', 'name': 'name', 'reference_nusselt_number_length': 'referenceNusseltNumberLength', 'reference_temperature_result_type': 'referenceTemperatureResultType', 'result_type': 'resultType', 'type': 'type'}¶
- property compute_heat_transfer_coefficient¶
Gets the compute_heat_transfer_coefficient of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
Computes the <b>heat transfer coefficient</b> [W/(m²K)] at every wall. Radiation effects are not included. Two modes are available for the <b>reference temperature</b> calculation: <ul><li> <b>Wall adjacent cell</b>: Uses the temperature of the first adjacent cell. </li> <li><b>Fixed</b>: Uses a custom value.</li></ul> # noqa: E501
- Returns:
The compute_heat_transfer_coefficient of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
- Return type:
bool
- property compute_nusselt_number¶
Gets the compute_nusselt_number of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
Computes the <b>Nusselt Number</b> at every wall. The specified heat transfer coefficient mode will be used. # noqa: E501
- Returns:
The compute_nusselt_number of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
- Return type:
bool
- property name¶
Gets the name of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
- Returns:
The name of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'compute_heat_transfer_coefficient': 'bool', 'compute_nusselt_number': 'bool', 'name': 'str', 'reference_nusselt_number_length': 'DimensionalLength', 'reference_temperature_result_type': 'OneOfFieldCalculationsWallHeatFluxResultControlReferenceTemperatureResultType', 'result_type': 'WallHeatFluxResultType', 'type': 'str'}¶
- property reference_nusselt_number_length¶
Gets the reference_nusselt_number_length of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
- Returns:
The reference_nusselt_number_length of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
- Return type:
- property reference_temperature_result_type¶
Gets the reference_temperature_result_type of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
- Returns:
The reference_temperature_result_type of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
- Return type:
OneOfFieldCalculationsWallHeatFluxResultControlReferenceTemperatureResultType
- property result_type¶
Gets the result_type of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
- Returns:
The result_type of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
Computes the <b>heat flux</b> [W/m²] at every <b>wall</b> based on the surface normal gradient of the temperature. Radiation effects are not included. Schema name: FieldCalculationsWallHeatFluxResultControl # noqa: E501
- Returns:
The type of this FieldCalculationsWallHeatFluxResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.field_change_retiming_event module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_change_retiming_event.FieldChangeRetimingEvent(type='FIELD_CHANGE', field_selection=None, threshold_value=None, timestep_calculation_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'field_selection': 'fieldSelection', 'threshold_value': 'thresholdValue', 'timestep_calculation_type': 'timestepCalculationType', 'type': 'type'}¶
- property field_selection¶
Gets the field_selection of this FieldChangeRetimingEvent. # noqa: E501
- Returns:
The field_selection of this FieldChangeRetimingEvent. # noqa: E501
- Return type:
OneOfFieldChangeRetimingEventFieldSelection
- openapi_types = {'field_selection': 'OneOfFieldChangeRetimingEventFieldSelection', 'threshold_value': 'float', 'timestep_calculation_type': 'OneOfFieldChangeRetimingEventTimestepCalculationType', 'type': 'str'}¶
- property threshold_value¶
Gets the threshold_value of this FieldChangeRetimingEvent. # noqa: E501
<p>This value defines the maximum allowed change of the defined target field component within each time increment. If this threshold is exceeded the time step is adapted according to the selected settings in the Timestep Calculation Type.</p> # noqa: E501
- Returns:
The threshold_value of this FieldChangeRetimingEvent. # noqa: E501
- Return type:
float
- property timestep_calculation_type¶
Gets the timestep_calculation_type of this FieldChangeRetimingEvent. # noqa: E501
- Returns:
The timestep_calculation_type of this FieldChangeRetimingEvent. # noqa: E501
- Return type:
OneOfFieldChangeRetimingEventTimestepCalculationType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldChangeRetimingEvent. # noqa: E501
<p>Select the event for the time step adaptation. Currently there are four different events possible that trigger a time step adaptation:</p><ul><li><p><b>Error</b>: This is the case of a general error like for example non-convergence or singular matrix errors.</p></ul><ul><li><p><b>Collision</b>: This event is triggered if in a computation with physical contact a contact state change from open to closed is noticed. This time step adaptation is especially useful in dynamics to reduce the effect of artificial oscillations due to inexact collision detection.</p></ul><ul><li><p><b>Field Change</b>: The user can define the maximum delta that a field is allowed to change within one time step, if the defined threshold is exceeded the time step is adapted. This time stepping criteria is especially useful to capture material nonlinearitier more exact.</p></ul><ul><li><p><b>Non-monotonous residual</b>: This event is triggered if the residual has not been reduced within three iterations . This criteria is mostly used to reduce runtime by detecting diverging time steps before reaching the maximum number of allowed newton iterations.</p></ul> Schema name: FieldChangeRetimingEvent # noqa: E501
- Returns:
The type of this FieldChangeRetimingEvent. # noqa: E501
- Return type:
str
simscale_sdk.models.field_change_target_calculation_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_change_target_calculation_type.FieldChangeTargetCalculationType(type='FIELD_CHANGE_TARGET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FieldChangeTargetCalculationType. # noqa: E501
<p>Select how the time increments should be computed in case of an adaptation event. Currently four types are available (which may not all be available for every event):</p><ul><li><p><b>Manual</b>: Here the user defines fixed time step subdivision and augmentation settings.</p></ul><ul><li><p><b>Newton Iterations Target</b>: With this setting the user defines a target value for the Newton Iterations and the time increments are calculated automatically to having this value as objective.</p></ul><ul><li><p><b>Field Change Target</b>: With this setting the user defines a target value for change of a specific field component within a time increment and the time increments are calculated automatically to having this value as objective.</p></ul><ul><li><p><b>Mixed</b>: The mixed type uses a fixed subdivision and an automatic adaptation of the time step with a target value for the change of the selected field component.</p></ul> Schema name: FieldChangeTargetCalculationType # noqa: E501
- Returns:
The type of this FieldChangeTargetCalculationType. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FieldChangeTargetCalculationType. # noqa: E501
- Returns:
The value of this FieldChangeTargetCalculationType. # noqa: E501
- Return type:
float
simscale_sdk.models.field_limits module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.field_limits.FieldLimits(lower_density_bound=None, upper_density_bound=None, lower_pressure_bound=None, upper_pressure_bound=None, lower_temperature_bound=None, upper_temperature_bound=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'lower_density_bound': 'lowerDensityBound', 'lower_pressure_bound': 'lowerPressureBound', 'lower_temperature_bound': 'lowerTemperatureBound', 'upper_density_bound': 'upperDensityBound', 'upper_pressure_bound': 'upperPressureBound', 'upper_temperature_bound': 'upperTemperatureBound'}¶
- property lower_density_bound¶
Gets the lower_density_bound of this FieldLimits. # noqa: E501
- Returns:
The lower_density_bound of this FieldLimits. # noqa: E501
- Return type:
- property lower_pressure_bound¶
Gets the lower_pressure_bound of this FieldLimits. # noqa: E501
- Returns:
The lower_pressure_bound of this FieldLimits. # noqa: E501
- Return type:
- property lower_temperature_bound¶
Gets the lower_temperature_bound of this FieldLimits. # noqa: E501
- Returns:
The lower_temperature_bound of this FieldLimits. # noqa: E501
- Return type:
- openapi_types = {'lower_density_bound': 'DimensionalDensity', 'lower_pressure_bound': 'DimensionalPressure', 'lower_temperature_bound': 'DimensionalTemperature', 'upper_density_bound': 'DimensionalDensity', 'upper_pressure_bound': 'DimensionalPressure', 'upper_temperature_bound': 'DimensionalTemperature'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property upper_density_bound¶
Gets the upper_density_bound of this FieldLimits. # noqa: E501
- Returns:
The upper_density_bound of this FieldLimits. # noqa: E501
- Return type:
- property upper_pressure_bound¶
Gets the upper_pressure_bound of this FieldLimits. # noqa: E501
- Returns:
The upper_pressure_bound of this FieldLimits. # noqa: E501
- Return type:
- property upper_temperature_bound¶
Gets the upper_temperature_bound of this FieldLimits. # noqa: E501
- Returns:
The upper_temperature_bound of this FieldLimits. # noqa: E501
- Return type:
simscale_sdk.models.filters module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.filters.Filters(cutting_planes=None, iso_surfaces=None, iso_volumes=None, displacement=None, particle_traces=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'cutting_planes': 'cuttingPlanes', 'displacement': 'displacement', 'iso_surfaces': 'isoSurfaces', 'iso_volumes': 'isoVolumes', 'particle_traces': 'particleTraces'}¶
- property cutting_planes¶
Gets the cutting_planes of this Filters. # noqa: E501
- Returns:
The cutting_planes of this Filters. # noqa: E501
- Return type:
list[CuttingPlane]
- property displacement¶
Gets the displacement of this Filters. # noqa: E501
- Returns:
The displacement of this Filters. # noqa: E501
- Return type:
- property iso_surfaces¶
Gets the iso_surfaces of this Filters. # noqa: E501
- Returns:
The iso_surfaces of this Filters. # noqa: E501
- Return type:
list[IsoSurface]
- property iso_volumes¶
Gets the iso_volumes of this Filters. # noqa: E501
- Returns:
The iso_volumes of this Filters. # noqa: E501
- Return type:
list[IsoVolume]
- openapi_types = {'cutting_planes': 'list[CuttingPlane]', 'displacement': 'Displacement', 'iso_surfaces': 'list[IsoSurface]', 'iso_volumes': 'list[IsoVolume]', 'particle_traces': 'list[ParticleTrace]'}¶
- property particle_traces¶
Gets the particle_traces of this Filters. # noqa: E501
- Returns:
The particle_traces of this Filters. # noqa: E501
- Return type:
list[ParticleTrace]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.first_mode module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.first_mode.FirstMode(type='FIRSTMODE', number_of_modes=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'number_of_modes': 'numberOfModes', 'type': 'type'}¶
- property number_of_modes¶
Gets the number_of_modes of this FirstMode. # noqa: E501
<p>Define the maximum number of eigenfrequencies/eigenmodes, that should be calculated.</p> # noqa: E501
- Returns:
The number_of_modes of this FirstMode. # noqa: E501
- Return type:
int
- openapi_types = {'number_of_modes': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FirstMode. # noqa: E501
Schema name: FirstMode # noqa: E501
- Returns:
The type of this FirstMode. # noqa: E501
- Return type:
str
simscale_sdk.models.first_order_ogden module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.first_order_ogden.FirstOrderOgden(type='FIRST_ORDER_OGDEN', mu1=None, alpha1=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property alpha1¶
Gets the alpha1 of this FirstOrderOgden. # noqa: E501
<p>Provide a parameter value for the Ogden coefficient <b>α<sub>1</sub></b>. </p> # noqa: E501
- Returns:
The alpha1 of this FirstOrderOgden. # noqa: E501
- Return type:
float
- attribute_map = {'alpha1': 'alpha1', 'mu1': 'mu1', 'type': 'type'}¶
- property mu1¶
Gets the mu1 of this FirstOrderOgden. # noqa: E501
- Returns:
The mu1 of this FirstOrderOgden. # noqa: E501
- Return type:
- openapi_types = {'alpha1': 'float', 'mu1': 'DimensionalPressure', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FirstOrderOgden. # noqa: E501
Schema name: FirstOrderOgden # noqa: E501
- Returns:
The type of this FirstOrderOgden. # noqa: E501
- Return type:
str
simscale_sdk.models.first_order_upwind_spatial_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.first_order_upwind_spatial_scheme.FirstOrderUpwindSpatialScheme(type='UPWIND_1ST', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FirstOrderUpwindSpatialScheme. # noqa: E501
Schema name: FirstOrderUpwindSpatialScheme # noqa: E501
- Returns:
The type of this FirstOrderUpwindSpatialScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_augmentation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_augmentation.FixedAugmentation(newton_iteration_threshold=None, timestep_augmentation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'newton_iteration_threshold': 'newtonIterationThreshold', 'timestep_augmentation': 'timestepAugmentation'}¶
- property newton_iteration_threshold¶
Gets the newton_iteration_threshold of this FixedAugmentation. # noqa: E501
<p><b>Newton Iteration threshold</b> defines the threshold below which the actual number of Newton Iterations has to fall in order to increase the time step by the percentage given by <b>Timestep Augmentation</b>.</p> # noqa: E501
- Returns:
The newton_iteration_threshold of this FixedAugmentation. # noqa: E501
- Return type:
int
- openapi_types = {'newton_iteration_threshold': 'int', 'timestep_augmentation': 'float'}¶
- property timestep_augmentation¶
Gets the timestep_augmentation of this FixedAugmentation. # noqa: E501
<p><b>Newton Iteration threshold</b> defines the threshold below which the actual number of Newton Iterations has to fall in order to increase the time step by the percentage given by <b>Timestep Augmentation</b>.</p> # noqa: E501
- Returns:
The timestep_augmentation of this FixedAugmentation. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.fixed_coeff_medium module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_coeff_medium.FixedCoeffMedium(type='FIXED_COEFFICIENTS', name=None, alpha=None, beta=None, reference_density=None, orientation=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property alpha¶
Gets the alpha of this FixedCoeffMedium. # noqa: E501
- Returns:
The alpha of this FixedCoeffMedium. # noqa: E501
- Return type:
- attribute_map = {'alpha': 'alpha', 'beta': 'beta', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'orientation': 'orientation', 'reference_density': 'referenceDensity', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property beta¶
Gets the beta of this FixedCoeffMedium. # noqa: E501
- Returns:
The beta of this FixedCoeffMedium. # noqa: E501
- Return type:
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this FixedCoeffMedium. # noqa: E501
- Returns:
The geometry_primitive_uuids of this FixedCoeffMedium. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this FixedCoeffMedium. # noqa: E501
- Returns:
The name of this FixedCoeffMedium. # noqa: E501
- Return type:
str
- openapi_types = {'alpha': 'DimensionalVectorSpecificTurbulenceDissipationRate', 'beta': 'DimensionalVectorAbsorptivity', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'orientation': 'OneOfFixedCoeffMediumOrientation', 'reference_density': 'DimensionalDensity', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property orientation¶
Gets the orientation of this FixedCoeffMedium. # noqa: E501
- Returns:
The orientation of this FixedCoeffMedium. # noqa: E501
- Return type:
OneOfFixedCoeffMediumOrientation
- property reference_density¶
Gets the reference_density of this FixedCoeffMedium. # noqa: E501
- Returns:
The reference_density of this FixedCoeffMedium. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FixedCoeffMedium. # noqa: E501
- Returns:
The topological_reference of this FixedCoeffMedium. # noqa: E501
- Return type:
- property type¶
Gets the type of this FixedCoeffMedium. # noqa: E501
Schema name: FixedCoeffMedium # noqa: E501
- Returns:
The type of this FixedCoeffMedium. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_electric_potential_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_electric_potential_ebc.FixedElectricPotentialEBC(type='FIXED_ELECTRIC_POTENTIAL', potential_function=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'potential_function': 'potentialFunction', 'type': 'type'}¶
- openapi_types = {'potential_function': 'DimensionalFunctionElectricPotential', 'type': 'str'}¶
- property potential_function¶
Gets the potential_function of this FixedElectricPotentialEBC. # noqa: E501
- Returns:
The potential_function of this FixedElectricPotentialEBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedElectricPotentialEBC. # noqa: E501
Schema name: FixedElectricPotentialEBC # noqa: E501
- Returns:
The type of this FixedElectricPotentialEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_flux_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_flux_pbc.FixedFluxPBC(type='FIXED_FLUX_PRESSURE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedFluxPBC. # noqa: E501
Schema name: FixedFluxPBC # noqa: E501
- Returns:
The type of this FixedFluxPBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_dvbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_dvbc.FixedGradientDVBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientDVBC. # noqa: E501
- Returns:
The gradient of this FixedGradientDVBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalEddyViscosityGradient', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientDVBC. # noqa: E501
Schema name: FixedGradientDVBC # noqa: E501
- Returns:
The type of this FixedGradientDVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_ebc.FixedGradientEBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientEBC. # noqa: E501
- Returns:
The gradient of this FixedGradientEBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalEpsilonGradient', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientEBC. # noqa: E501
Schema name: FixedGradientEBC # noqa: E501
- Returns:
The type of this FixedGradientEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_evbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_evbc.FixedGradientEVBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientEVBC. # noqa: E501
- Returns:
The gradient of this FixedGradientEVBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalEddyViscosityGradient', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientEVBC. # noqa: E501
Schema name: FixedGradientEVBC # noqa: E501
- Returns:
The type of this FixedGradientEVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_evcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_evcbc.FixedGradientEVCBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientEVCBC. # noqa: E501
- Returns:
The gradient of this FixedGradientEVCBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalEddyViscosityGradient', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientEVCBC. # noqa: E501
Schema name: FixedGradientEVCBC # noqa: E501
- Returns:
The type of this FixedGradientEVCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_nbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_nbc.FixedGradientNBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientNBC. # noqa: E501
- Returns:
The gradient of this FixedGradientNBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalSpeed', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientNBC. # noqa: E501
Schema name: FixedGradientNBC # noqa: E501
- Returns:
The type of this FixedGradientNBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_obc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_obc.FixedGradientOBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientOBC. # noqa: E501
- Returns:
The gradient of this FixedGradientOBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalSpecificTurbulenceDissipationRateGradient', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientOBC. # noqa: E501
Schema name: FixedGradientOBC # noqa: E501
- Returns:
The type of this FixedGradientOBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_pbc.FixedGradientPBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientPBC. # noqa: E501
- Returns:
The gradient of this FixedGradientPBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalForceDensity', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientPBC. # noqa: E501
Schema name: FixedGradientPBC # noqa: E501
- Returns:
The type of this FixedGradientPBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_pfbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_pfbc.FixedGradientPFBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientPFBC. # noqa: E501
- Returns:
The gradient of this FixedGradientPFBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalPhaseFractionGradient', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientPFBC. # noqa: E501
Schema name: FixedGradientPFBC # noqa: E501
- Returns:
The type of this FixedGradientPFBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_psbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_psbc.FixedGradientPSBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientPSBC. # noqa: E501
- Returns:
The gradient of this FixedGradientPSBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalAbsorptivity', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientPSBC. # noqa: E501
Schema name: FixedGradientPSBC # noqa: E501
- Returns:
The type of this FixedGradientPSBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_tbc.FixedGradientTBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientTBC. # noqa: E501
- Returns:
The gradient of this FixedGradientTBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalFunctionTemperatureGradient', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientTBC. # noqa: E501
Schema name: FixedGradientTBC # noqa: E501
- Returns:
The type of this FixedGradientTBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_tdbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_tdbc.FixedGradientTDBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientTDBC. # noqa: E501
- Returns:
The gradient of this FixedGradientTDBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalEddyViscosityGradient', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientTDBC. # noqa: E501
Schema name: FixedGradientTDBC # noqa: E501
- Returns:
The type of this FixedGradientTDBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_tdcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_tdcbc.FixedGradientTDCBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientTDCBC. # noqa: E501
- Returns:
The gradient of this FixedGradientTDCBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalEddyViscosityGradient', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientTDCBC. # noqa: E501
Schema name: FixedGradientTDCBC # noqa: E501
- Returns:
The type of this FixedGradientTDCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_tkebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_tkebc.FixedGradientTKEBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientTKEBC. # noqa: E501
- Returns:
The gradient of this FixedGradientTKEBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalAcceleration', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientTKEBC. # noqa: E501
Schema name: FixedGradientTKEBC # noqa: E501
- Returns:
The type of this FixedGradientTKEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_gradient_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_gradient_vbc.FixedGradientVBC(type='FIXED_GRADIENT', gradient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gradient': 'gradient', 'type': 'type'}¶
- property gradient¶
Gets the gradient of this FixedGradientVBC. # noqa: E501
- Returns:
The gradient of this FixedGradientVBC. # noqa: E501
- Return type:
- openapi_types = {'gradient': 'DimensionalVectorSpecificTurbulenceDissipationRate', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedGradientVBC. # noqa: E501
Schema name: FixedGradientVBC # noqa: E501
- Returns:
The type of this FixedGradientVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_heat_flux module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_heat_flux.FixedHeatFlux(type='FIXED', function=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'function': 'function', 'type': 'type'}¶
- property function¶
Gets the function of this FixedHeatFlux. # noqa: E501
- Returns:
The function of this FixedHeatFlux. # noqa: E501
- Return type:
- openapi_types = {'function': 'DimensionalFunctionHeatFlux', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedHeatFlux. # noqa: E501
Schema name: FixedHeatFlux # noqa: E501
- Returns:
The type of this FixedHeatFlux. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_magnitude_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_magnitude_vbc.FixedMagnitudeVBC(type='FIXED_VALUE_NO_EXPRESSION', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalFunctionSpeed'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedMagnitudeVBC. # noqa: E501
Schema name: FixedMagnitudeVBC # noqa: E501
- Returns:
The type of this FixedMagnitudeVBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedMagnitudeVBC. # noqa: E501
- Returns:
The value of this FixedMagnitudeVBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_material_property module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_material_property.FixedMaterialProperty(name=None, label=None, unit=None, value_type='fixed', data_type=None, value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'data_type': 'dataType', 'label': 'label', 'name': 'name', 'unit': 'unit', 'value': 'value', 'value_type': 'valueType'}¶
- property data_type¶
Gets the data_type of this FixedMaterialProperty. # noqa: E501
- Returns:
The data_type of this FixedMaterialProperty. # noqa: E501
- Return type:
- property label¶
Gets the label of this FixedMaterialProperty. # noqa: E501
The material property label to support internationalization. The content of this field is a i18n key. If this field is not present, the name field can be used as a fallback for English language. # noqa: E501
- Returns:
The label of this FixedMaterialProperty. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this FixedMaterialProperty. # noqa: E501
The material property name # noqa: E501
- Returns:
The name of this FixedMaterialProperty. # noqa: E501
- Return type:
str
- openapi_types = {'data_type': 'PropertyDataType', 'label': 'str', 'name': 'str', 'unit': 'str', 'value': 'object', 'value_type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this FixedMaterialProperty. # noqa: E501
The material property unit # noqa: E501
- Returns:
The unit of this FixedMaterialProperty. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedMaterialProperty. # noqa: E501
The property value # noqa: E501
- Returns:
The value of this FixedMaterialProperty. # noqa: E501
- Return type:
object
- property value_type¶
Gets the value_type of this FixedMaterialProperty. # noqa: E501
- Returns:
The value_type of this FixedMaterialProperty. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_point_contact_non_linearity_resolution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_point_contact_non_linearity_resolution.FixedPointContactNonLinearityResolution(type='FIXED_POINT', iteration_control=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'iteration_control': 'iterationControl', 'type': 'type'}¶
- property iteration_control¶
Gets the iteration_control of this FixedPointContactNonLinearityResolution. # noqa: E501
- Returns:
The iteration_control of this FixedPointContactNonLinearityResolution. # noqa: E501
- Return type:
OneOfFixedPointContactNonLinearityResolutionIterationControl
- openapi_types = {'iteration_control': 'OneOfFixedPointContactNonLinearityResolutionIterationControl', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedPointContactNonLinearityResolution. # noqa: E501
Schema name: FixedPointContactNonLinearityResolution # noqa: E501
- Returns:
The type of this FixedPointContactNonLinearityResolution. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_point_friction_non_linearity_resolution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_point_friction_non_linearity_resolution.FixedPointFrictionNonLinearityResolution(type='FIXED_POINT', max_num_iteration=None, iteration_criterion=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'iteration_criterion': 'iterationCriterion', 'max_num_iteration': 'maxNumIteration', 'type': 'type'}¶
- property iteration_criterion¶
Gets the iteration_criterion of this FixedPointFrictionNonLinearityResolution. # noqa: E501
- Returns:
The iteration_criterion of this FixedPointFrictionNonLinearityResolution. # noqa: E501
- Return type:
float
- property max_num_iteration¶
Gets the max_num_iteration of this FixedPointFrictionNonLinearityResolution. # noqa: E501
- Returns:
The max_num_iteration of this FixedPointFrictionNonLinearityResolution. # noqa: E501
- Return type:
int
- openapi_types = {'iteration_criterion': 'float', 'max_num_iteration': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedPointFrictionNonLinearityResolution. # noqa: E501
Schema name: FixedPointFrictionNonLinearityResolution # noqa: E501
- Returns:
The type of this FixedPointFrictionNonLinearityResolution. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_point_non_linearity_resolution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_point_non_linearity_resolution.FixedPointNonLinearityResolution(type='FIXED_POINT', geometry_reactualization=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_reactualization': 'geometryReactualization', 'type': 'type'}¶
- property geometry_reactualization¶
Gets the geometry_reactualization of this FixedPointNonLinearityResolution. # noqa: E501
- Returns:
The geometry_reactualization of this FixedPointNonLinearityResolution. # noqa: E501
- Return type:
OneOfFixedPointNonLinearityResolutionGeometryReactualization
- openapi_types = {'geometry_reactualization': 'OneOfFixedPointNonLinearityResolutionGeometryReactualization', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedPointNonLinearityResolution. # noqa: E501
Schema name: FixedPointNonLinearityResolution # noqa: E501
- Returns:
The type of this FixedPointNonLinearityResolution. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_potential module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_potential.FixedPotential(type='FIXED_POTENTIAL', name=None, potential=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'potential': 'potential', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this FixedPotential. # noqa: E501
- Returns:
The name of this FixedPotential. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'potential': 'DimensionalElectricPotential', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property potential¶
Gets the potential of this FixedPotential. # noqa: E501
- Returns:
The potential of this FixedPotential. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FixedPotential. # noqa: E501
- Returns:
The topological_reference of this FixedPotential. # noqa: E501
- Return type:
- property type¶
Gets the type of this FixedPotential. # noqa: E501
Specify a constant electric potential (voltage) on a boundary or a body. Schema name: FixedPotential # noqa: E501
- Returns:
The type of this FixedPotential. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_power_heat_flux module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_power_heat_flux.FixedPowerHeatFlux(type='FIXED_POWER', function=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'function': 'function', 'type': 'type'}¶
- property function¶
Gets the function of this FixedPowerHeatFlux. # noqa: E501
- Returns:
The function of this FixedPowerHeatFlux. # noqa: E501
- Return type:
- openapi_types = {'function': 'DimensionalFunctionPower', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedPowerHeatFlux. # noqa: E501
Schema name: FixedPowerHeatFlux # noqa: E501
- Returns:
The type of this FixedPowerHeatFlux. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_subdivision module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_subdivision.FixedSubdivision(num_subdivisions=None, max_subdivision_depth=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_subdivision_depth': 'maxSubdivisionDepth', 'num_subdivisions': 'numSubdivisions'}¶
- property max_subdivision_depth¶
Gets the max_subdivision_depth of this FixedSubdivision. # noqa: E501
<p>Define maximum depth of the timestep subdivisions. If this value is exceeded the computation will stop. Example: If this value is set to 3, the number of subdivisions to 2 and the initial time step length is set to 1 sec, than the maximum depth is reached after 3 consecutive subdivisions (e.g. a time step of 1/8 sec based on <i>1.(1/2)<sup>3</sup></i>).</p> # noqa: E501
- Returns:
The max_subdivision_depth of this FixedSubdivision. # noqa: E501
- Return type:
int
- property num_subdivisions¶
Gets the num_subdivisions of this FixedSubdivision. # noqa: E501
<p>Define the number of equal subdivisions of a time step in case of an adaptation event.</p> # noqa: E501
- Returns:
The num_subdivisions of this FixedSubdivision. # noqa: E501
- Return type:
int
- openapi_types = {'max_subdivision_depth': 'int', 'num_subdivisions': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.fixed_support_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_support_bc.FixedSupportBC(type='FIXED_SUPPORT', name=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this FixedSupportBC. # noqa: E501
- Returns:
The name of this FixedSupportBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FixedSupportBC. # noqa: E501
- Returns:
The topological_reference of this FixedSupportBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this FixedSupportBC. # noqa: E501
<p>If a <b>fixed support</b> boundary condition is used, all degrees of freedom of the selected entities are fixed at zero. This constraint is often used to model a fixation to the ground or an undeformable part.<br><a href=’https://www.simscale.com/docs/simulation-setup/boundary-conditions/fixed-support-constraint-type/’ target’blank’>Learn more</a>.</p> Schema name: FixedSupportBC # noqa: E501
- Returns:
The type of this FixedSupportBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_temperature module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_temperature.FixedTemperature(type='FIXED_TEMPERATURE', name=None, temperature=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'temperature': 'temperature', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this FixedTemperature. # noqa: E501
- Returns:
The name of this FixedTemperature. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'temperature': 'DimensionalFunctionTemperature', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property temperature¶
Gets the temperature of this FixedTemperature. # noqa: E501
- Returns:
The temperature of this FixedTemperature. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FixedTemperature. # noqa: E501
- Returns:
The topological_reference of this FixedTemperature. # noqa: E501
- Return type:
- property type¶
Gets the type of this FixedTemperature. # noqa: E501
Specify a fixed temperature at a volume or boundary. Used for parts maintained at a known temperature. Schema name: FixedTemperature # noqa: E501
- Returns:
The type of this FixedTemperature. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_temperature_heat_transfer_coefficient_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_temperature_heat_transfer_coefficient_result_type.FixedTemperatureHeatTransferCoefficientResultType(type='REFERENCE_TEMPERATURE_HEAT_TRANSFER_COEFFICIENT', reference_heat_transfer_temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'reference_heat_transfer_temperature': 'referenceHeatTransferTemperature', 'type': 'type'}¶
- openapi_types = {'reference_heat_transfer_temperature': 'DimensionalTemperature', 'type': 'str'}¶
- property reference_heat_transfer_temperature¶
Gets the reference_heat_transfer_temperature of this FixedTemperatureHeatTransferCoefficientResultType. # noqa: E501
- Returns:
The reference_heat_transfer_temperature of this FixedTemperatureHeatTransferCoefficientResultType. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedTemperatureHeatTransferCoefficientResultType. # noqa: E501
Schema name: FixedTemperatureHeatTransferCoefficientResultType # noqa: E501
- Returns:
The type of this FixedTemperatureHeatTransferCoefficientResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_temperature_value_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_temperature_value_bc.FixedTemperatureValueBC(type='FIXED_TEMPERATURE_VALUE', name=None, temperature_value=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'temperature_value': 'temperatureValue', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this FixedTemperatureValueBC. # noqa: E501
- Returns:
The name of this FixedTemperatureValueBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'temperature_value': 'DimensionalFunctionTemperature', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property temperature_value¶
Gets the temperature_value of this FixedTemperatureValueBC. # noqa: E501
- Returns:
The temperature_value of this FixedTemperatureValueBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FixedTemperatureValueBC. # noqa: E501
- Returns:
The topological_reference of this FixedTemperatureValueBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this FixedTemperatureValueBC. # noqa: E501
This is a boundary condition for the <b>temperature</b> variable. It prescribes the given temperature value on all selected groups.<br /><br />Important remarks: <br /><ul><li>Do not define a temperature and a heat flux boundary condition on the same group</li><li>Do not define the temperature on slave entities of <b>Contact Constraints</b> as they are constrained by the master temperature</li><li>You may define a <b>parameter dependent (x,y,z,t)</b> value by defining a formula or uploading a table (csv-file)</li></ul> Schema name: FixedTemperatureValueBC # noqa: E501
- Returns:
The type of this FixedTemperatureValueBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_value_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_bc.FixedValueBC(type='FIXED_VALUE', name=None, displacement=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'displacement': 'displacement', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property displacement¶
Gets the displacement of this FixedValueBC. # noqa: E501
- Returns:
The displacement of this FixedValueBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this FixedValueBC. # noqa: E501
- Returns:
The name of this FixedValueBC. # noqa: E501
- Return type:
str
- openapi_types = {'displacement': 'DimensionalPartialVectorFunctionLength', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FixedValueBC. # noqa: E501
- Returns:
The topological_reference of this FixedValueBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this FixedValueBC. # noqa: E501
This is a boundary condition for the <b>displacement vector</b> variable. You can define prescribed values for the displacement of the assigned groups in every coordinate direction (x,y,z) or leave it unconstrained in order to let the entity move freely. <br /><br />Important remarks: <br /><ul><li>Choose 0 as value in order to fix your selection.</li><li>Do not constrain entities in directions where a load boundary condition is applied.</li><li>Do not constrain entities with multiple Dirichlet boundary conditions in one direction (overconstrained).</li><li>Do not constrain slave entities of <b>Contact Constraints</b> as they are constrained by the master in that direction (overconstrained).</li></ul><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/fixed-value-boundary-condition-type/’ target=’_blank’>Learn more</a>. Schema name: FixedValueBC # noqa: E501
- Returns:
The type of this FixedValueBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_value_bc_marc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_bc_marc.FixedValueBCMarc(type='FIXED_VALUE', name=None, displacement=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'displacement': 'displacement', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property displacement¶
Gets the displacement of this FixedValueBCMarc. # noqa: E501
- Returns:
The displacement of this FixedValueBCMarc. # noqa: E501
- Return type:
- property name¶
Gets the name of this FixedValueBCMarc. # noqa: E501
- Returns:
The name of this FixedValueBCMarc. # noqa: E501
- Return type:
str
- openapi_types = {'displacement': 'DimensionalPartialVectorFunctionLength', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FixedValueBCMarc. # noqa: E501
- Returns:
The topological_reference of this FixedValueBCMarc. # noqa: E501
- Return type:
- property type¶
Gets the type of this FixedValueBCMarc. # noqa: E501
This is a boundary condition for the <b>displacement vector</b> variable. You can define prescribed values for the displacement of the assigned groups in every coordinate direction (x,y,z) or leave it unconstrained in order to let the entity move freely. <br /><br />Important remarks: <br /><ul><li>Choose 0 as value in order to fix your selection.</li><li>Do not constrain entities in directions where a load boundary condition is applied.</li><li>Do not constrain entities with multiple Dirichlet boundary conditions in one direction (overconstrained).</li><li>Do not constrain slave entities of <b>Contact Constraints</b> as they are constrained by the master in that direction (overconstrained).</li></ul><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/fixed-value-boundary-condition-type/’ target=’_blank’>Learn more</a>. Schema name: FixedValueBCMarc # noqa: E501
- Returns:
The type of this FixedValueBCMarc. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_value_dvbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_dvbc.FixedValueDVBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDynamicViscosity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueDVBC. # noqa: E501
Schema name: FixedValueDVBC # noqa: E501
- Returns:
The type of this FixedValueDVBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValueDVBC. # noqa: E501
- Returns:
The value of this FixedValueDVBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_ebc.FixedValueEBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalFunctionTurbulentDissipation'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueEBC. # noqa: E501
Schema name: FixedValueEBC # noqa: E501
- Returns:
The type of this FixedValueEBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValueEBC. # noqa: E501
- Returns:
The value of this FixedValueEBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_evbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_evbc.FixedValueEVBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDynamicViscosity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueEVBC. # noqa: E501
Schema name: FixedValueEVBC # noqa: E501
- Returns:
The type of this FixedValueEVBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValueEVBC. # noqa: E501
- Returns:
The value of this FixedValueEVBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_evcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_evcbc.FixedValueEVCBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDynamicViscosity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueEVCBC. # noqa: E501
Schema name: FixedValueEVCBC # noqa: E501
- Returns:
The type of this FixedValueEVCBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValueEVCBC. # noqa: E501
- Returns:
The value of this FixedValueEVCBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_mass_fraction_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_mass_fraction_bc.FixedValueMassFractionBC(fraction_value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fraction_value': 'fractionValue'}¶
- property fraction_value¶
Gets the fraction_value of this FixedValueMassFractionBC. # noqa: E501
- Returns:
The fraction_value of this FixedValueMassFractionBC. # noqa: E501
- Return type:
float
- openapi_types = {'fraction_value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.fixed_value_nbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_nbc.FixedValueNBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalKinematicViscosity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueNBC. # noqa: E501
Schema name: FixedValueNBC # noqa: E501
- Returns:
The type of this FixedValueNBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValueNBC. # noqa: E501
- Returns:
The value of this FixedValueNBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_obc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_obc.FixedValueOBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalFunctionSpecificTurbulenceDissipationRate'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueOBC. # noqa: E501
Schema name: FixedValueOBC # noqa: E501
- Returns:
The type of this FixedValueOBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValueOBC. # noqa: E501
- Returns:
The value of this FixedValueOBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_pbc.FixedValuePBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalFunctionPressure'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValuePBC. # noqa: E501
Schema name: FixedValuePBC # noqa: E501
- Returns:
The type of this FixedValuePBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValuePBC. # noqa: E501
- Returns:
The value of this FixedValuePBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_pfbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_pfbc.FixedValuePFBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDimensionless'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValuePFBC. # noqa: E501
Schema name: FixedValuePFBC # noqa: E501
- Returns:
The type of this FixedValuePFBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValuePFBC. # noqa: E501
- Returns:
The value of this FixedValuePFBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_phase_fraction_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_phase_fraction_bc.FixedValuePhaseFractionBC(associated_phase=None, fraction_value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property associated_phase¶
Gets the associated_phase of this FixedValuePhaseFractionBC. # noqa: E501
- Returns:
The associated_phase of this FixedValuePhaseFractionBC. # noqa: E501
- Return type:
str
- attribute_map = {'associated_phase': 'associatedPhase', 'fraction_value': 'fractionValue'}¶
- property fraction_value¶
Gets the fraction_value of this FixedValuePhaseFractionBC. # noqa: E501
- Returns:
The fraction_value of this FixedValuePhaseFractionBC. # noqa: E501
- Return type:
float
- openapi_types = {'associated_phase': 'str', 'fraction_value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.fixed_value_psbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_psbc.FixedValuePSBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDimensionless'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValuePSBC. # noqa: E501
Schema name: FixedValuePSBC # noqa: E501
- Returns:
The type of this FixedValuePSBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValuePSBC. # noqa: E501
- Returns:
The value of this FixedValuePSBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_rhbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_rhbc.FixedValueRHBC(type='FIXED_VALUE', humidity_value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'humidity_value': 'humidityValue', 'type': 'type'}¶
- property humidity_value¶
Gets the humidity_value of this FixedValueRHBC. # noqa: E501
- Returns:
The humidity_value of this FixedValueRHBC. # noqa: E501
- Return type:
OneOfFixedValueRHBCHumidityValue
- openapi_types = {'humidity_value': 'OneOfFixedValueRHBCHumidityValue', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueRHBC. # noqa: E501
Schema name: FixedValueRHBC # noqa: E501
- Returns:
The type of this FixedValueRHBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_value_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_tbc.FixedValueTBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalFunctionTemperature'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueTBC. # noqa: E501
Schema name: FixedValueTBC # noqa: E501
- Returns:
The type of this FixedValueTBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValueTBC. # noqa: E501
- Returns:
The value of this FixedValueTBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_tdbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_tdbc.FixedValueTDBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDynamicViscosity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueTDBC. # noqa: E501
Schema name: FixedValueTDBC # noqa: E501
- Returns:
The type of this FixedValueTDBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValueTDBC. # noqa: E501
- Returns:
The value of this FixedValueTDBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_tdcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_tdcbc.FixedValueTDCBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDynamicViscosity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueTDCBC. # noqa: E501
Schema name: FixedValueTDCBC # noqa: E501
- Returns:
The type of this FixedValueTDCBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValueTDCBC. # noqa: E501
- Returns:
The value of this FixedValueTDCBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_tkebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_tkebc.FixedValueTKEBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalFunctionTurbulenceKineticEnergy'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueTKEBC. # noqa: E501
Schema name: FixedValueTKEBC # noqa: E501
- Returns:
The type of this FixedValueTKEBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValueTKEBC. # noqa: E501
- Returns:
The value of this FixedValueTKEBC. # noqa: E501
- Return type:
simscale_sdk.models.fixed_value_turbulence module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_turbulence.FixedValueTurbulence(type='FIXED_VALUE_TURBULENCE', turbulent_kinetic_energy=None, epsilon_dissipation_rate=None, omega_dissipation_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'epsilon_dissipation_rate': 'epsilonDissipationRate', 'omega_dissipation_rate': 'omegaDissipationRate', 'turbulent_kinetic_energy': 'turbulentKineticEnergy', 'type': 'type'}¶
- property epsilon_dissipation_rate¶
Gets the epsilon_dissipation_rate of this FixedValueTurbulence. # noqa: E501
- Returns:
The epsilon_dissipation_rate of this FixedValueTurbulence. # noqa: E501
- Return type:
- property omega_dissipation_rate¶
Gets the omega_dissipation_rate of this FixedValueTurbulence. # noqa: E501
- Returns:
The omega_dissipation_rate of this FixedValueTurbulence. # noqa: E501
- Return type:
- openapi_types = {'epsilon_dissipation_rate': 'DimensionalFunctionTurbulentDissipation', 'omega_dissipation_rate': 'DimensionalFunctionSpecificTurbulenceDissipationRate', 'turbulent_kinetic_energy': 'DimensionalFunctionTurbulenceKineticEnergy', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulent_kinetic_energy¶
Gets the turbulent_kinetic_energy of this FixedValueTurbulence. # noqa: E501
- Returns:
The turbulent_kinetic_energy of this FixedValueTurbulence. # noqa: E501
- Return type:
- property type¶
Gets the type of this FixedValueTurbulence. # noqa: E501
Schema name: FixedValueTurbulence # noqa: E501
- Returns:
The type of this FixedValueTurbulence. # noqa: E501
- Return type:
str
simscale_sdk.models.fixed_value_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fixed_value_vbc.FixedValueVBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalVectorFunctionSpeed'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FixedValueVBC. # noqa: E501
Schema name: FixedValueVBC # noqa: E501
- Returns:
The type of this FixedValueVBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FixedValueVBC. # noqa: E501
- Returns:
The value of this FixedValueVBC. # noqa: E501
- Return type:
simscale_sdk.models.flexible_axial_translation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.flexible_axial_translation.FlexibleAxialTranslation(type='FLEXIBLE', axial_stiffness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'axial_stiffness': 'axialStiffness', 'type': 'type'}¶
- property axial_stiffness¶
Gets the axial_stiffness of this FlexibleAxialTranslation. # noqa: E501
- Returns:
The axial_stiffness of this FlexibleAxialTranslation. # noqa: E501
- Return type:
- openapi_types = {'axial_stiffness': 'DimensionalStiffness', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FlexibleAxialTranslation. # noqa: E501
Schema name: FlexibleAxialTranslation # noqa: E501
- Returns:
The type of this FlexibleAxialTranslation. # noqa: E501
- Return type:
str
simscale_sdk.models.floating_potential module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.floating_potential.FloatingPotential(type='FLOATING_POTENTIAL', name=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this FloatingPotential. # noqa: E501
- Returns:
The name of this FloatingPotential. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FloatingPotential. # noqa: E501
- Returns:
The topological_reference of this FloatingPotential. # noqa: E501
- Return type:
- property type¶
Gets the type of this FloatingPotential. # noqa: E501
Specify a floating potential on a boundary or a body for conductive bodies with a constant but unspecified voltage value. Schema name: FloatingPotential # noqa: E501
- Returns:
The type of this FloatingPotential. # noqa: E501
- Return type:
str
simscale_sdk.models.flow_dependent_value_pfbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.flow_dependent_value_pfbc.FlowDependentValuePFBC(type='FLOW_DEPENDENT_VALUE', lower_bound=None, upper_bound=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'lower_bound': 'lowerBound', 'type': 'type', 'upper_bound': 'upperBound'}¶
- property lower_bound¶
Gets the lower_bound of this FlowDependentValuePFBC. # noqa: E501
- Returns:
The lower_bound of this FlowDependentValuePFBC. # noqa: E501
- Return type:
float
- openapi_types = {'lower_bound': 'float', 'type': 'str', 'upper_bound': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FlowDependentValuePFBC. # noqa: E501
Schema name: FlowDependentValuePFBC # noqa: E501
- Returns:
The type of this FlowDependentValuePFBC. # noqa: E501
- Return type:
str
- property upper_bound¶
Gets the upper_bound of this FlowDependentValuePFBC. # noqa: E501
- Returns:
The upper_bound of this FlowDependentValuePFBC. # noqa: E501
- Return type:
float
simscale_sdk.models.flow_domain_boundaries module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.flow_domain_boundaries.FlowDomainBoundaries(xmin=None, xmax=None, ymin=None, ymax=None, zmin=None, zmax=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'xmax': 'XMAX', 'xmin': 'XMIN', 'ymax': 'YMAX', 'ymin': 'YMIN', 'zmax': 'ZMAX', 'zmin': 'ZMIN'}¶
- openapi_types = {'xmax': 'OneOfFlowDomainBoundariesXMAX', 'xmin': 'OneOfFlowDomainBoundariesXMIN', 'ymax': 'OneOfFlowDomainBoundariesYMAX', 'ymin': 'OneOfFlowDomainBoundariesYMIN', 'zmax': 'OneOfFlowDomainBoundariesZMAX', 'zmin': 'OneOfFlowDomainBoundariesZMIN'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property xmax¶
Gets the xmax of this FlowDomainBoundaries. # noqa: E501
- Returns:
The xmax of this FlowDomainBoundaries. # noqa: E501
- Return type:
OneOfFlowDomainBoundariesXMAX
- property xmin¶
Gets the xmin of this FlowDomainBoundaries. # noqa: E501
- Returns:
The xmin of this FlowDomainBoundaries. # noqa: E501
- Return type:
OneOfFlowDomainBoundariesXMIN
- property ymax¶
Gets the ymax of this FlowDomainBoundaries. # noqa: E501
- Returns:
The ymax of this FlowDomainBoundaries. # noqa: E501
- Return type:
OneOfFlowDomainBoundariesYMAX
- property ymin¶
Gets the ymin of this FlowDomainBoundaries. # noqa: E501
- Returns:
The ymin of this FlowDomainBoundaries. # noqa: E501
- Return type:
OneOfFlowDomainBoundariesYMIN
- property zmax¶
Gets the zmax of this FlowDomainBoundaries. # noqa: E501
- Returns:
The zmax of this FlowDomainBoundaries. # noqa: E501
- Return type:
OneOfFlowDomainBoundariesZMAX
- property zmin¶
Gets the zmin of this FlowDomainBoundaries. # noqa: E501
- Returns:
The zmin of this FlowDomainBoundaries. # noqa: E501
- Return type:
OneOfFlowDomainBoundariesZMIN
simscale_sdk.models.flow_rate_inlet_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.flow_rate_inlet_vbc.FlowRateInletVBC(type='FLOW_RATE_INLET_VELOCITY', flow_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'flow_rate': 'flowRate', 'type': 'type'}¶
- property flow_rate¶
Gets the flow_rate of this FlowRateInletVBC. # noqa: E501
- Returns:
The flow_rate of this FlowRateInletVBC. # noqa: E501
- Return type:
OneOfFlowRateInletVBCFlowRate
- openapi_types = {'flow_rate': 'OneOfFlowRateInletVBCFlowRate', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FlowRateInletVBC. # noqa: E501
Schema name: FlowRateInletVBC # noqa: E501
- Returns:
The type of this FlowRateInletVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.flow_rate_mean_inlet_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.flow_rate_mean_inlet_vbc.FlowRateMeanInletVBC(type='FLOW_RATE_MEAN_INLET_VELOCITY', flow_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'flow_rate': 'flowRate', 'type': 'type'}¶
- property flow_rate¶
Gets the flow_rate of this FlowRateMeanInletVBC. # noqa: E501
- Returns:
The flow_rate of this FlowRateMeanInletVBC. # noqa: E501
- Return type:
OneOfFlowRateMeanInletVBCFlowRate
- openapi_types = {'flow_rate': 'OneOfFlowRateMeanInletVBCFlowRate', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FlowRateMeanInletVBC. # noqa: E501
Schema name: FlowRateMeanInletVBC # noqa: E501
- Returns:
The type of this FlowRateMeanInletVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.flow_rate_mean_outlet_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.flow_rate_mean_outlet_vbc.FlowRateMeanOutletVBC(type='FLOW_RATE_MEAN_OUTLET_VELOCITY', flow_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'flow_rate': 'flowRate', 'type': 'type'}¶
- property flow_rate¶
Gets the flow_rate of this FlowRateMeanOutletVBC. # noqa: E501
- Returns:
The flow_rate of this FlowRateMeanOutletVBC. # noqa: E501
- Return type:
OneOfFlowRateMeanOutletVBCFlowRate
- openapi_types = {'flow_rate': 'OneOfFlowRateMeanOutletVBCFlowRate', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FlowRateMeanOutletVBC. # noqa: E501
Schema name: FlowRateMeanOutletVBC # noqa: E501
- Returns:
The type of this FlowRateMeanOutletVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.flow_rate_outlet_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.flow_rate_outlet_vbc.FlowRateOutletVBC(type='FLOW_RATE_OUTLET_VELOCITY', flow_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'flow_rate': 'flowRate', 'type': 'type'}¶
- property flow_rate¶
Gets the flow_rate of this FlowRateOutletVBC. # noqa: E501
- Returns:
The flow_rate of this FlowRateOutletVBC. # noqa: E501
- Return type:
OneOfFlowRateOutletVBCFlowRate
- openapi_types = {'flow_rate': 'OneOfFlowRateOutletVBCFlowRate', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FlowRateOutletVBC. # noqa: E501
Schema name: FlowRateOutletVBC # noqa: E501
- Returns:
The type of this FlowRateOutletVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.flow_rate_stable_outlet_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.flow_rate_stable_outlet_vbc.FlowRateStableOutletVBC(type='FLOW_RATE_STABLE_OUTLET_VELOCITY', flow_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'flow_rate': 'flowRate', 'type': 'type'}¶
- property flow_rate¶
Gets the flow_rate of this FlowRateStableOutletVBC. # noqa: E501
- Returns:
The flow_rate of this FlowRateStableOutletVBC. # noqa: E501
- Return type:
OneOfFlowRateStableOutletVBCFlowRate
- openapi_types = {'flow_rate': 'OneOfFlowRateStableOutletVBCFlowRate', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FlowRateStableOutletVBC. # noqa: E501
Schema name: FlowRateStableOutletVBC # noqa: E501
- Returns:
The type of this FlowRateStableOutletVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.fluid_compressible_material module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fluid_compressible_material.FluidCompressibleMaterial(type='COMPRESSIBLE', name=None, fluid_type=None, associated_phase=None, specie=None, transport=None, viscosity_model=None, laminar_prandtl_number_function=None, turbulent_prandtl_number=None, schmidt_number=None, specific_heat_function=None, equation_of_state=None, topological_reference=None, geometry_primitive_uuids=None, built_in_material=None, material_library_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property associated_phase¶
Gets the associated_phase of this FluidCompressibleMaterial. # noqa: E501
<p>Select the corresponding phase for this material:</p><p><b>Phase 0</b> would mean this material is represented by the phase fraction value of 0. Hence, a phase fraction of ‘0’ in your setup corresponds to 100% of this fluid material.</p><p><b>Phase 1</b> would mean this material is represented by the phase fraction value of 1. Hence, a phase fraction of ‘1’ in your setup corresponds to 100% of this fluid material.</p> # noqa: E501
- Returns:
The associated_phase of this FluidCompressibleMaterial. # noqa: E501
- Return type:
str
- attribute_map = {'associated_phase': 'associatedPhase', 'built_in_material': 'builtInMaterial', 'equation_of_state': 'equationOfState', 'fluid_type': 'fluidType', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'laminar_prandtl_number_function': 'laminarPrandtlNumberFunction', 'material_library_reference': 'materialLibraryReference', 'name': 'name', 'schmidt_number': 'schmidtNumber', 'specie': 'specie', 'specific_heat_function': 'specificHeatFunction', 'topological_reference': 'topologicalReference', 'transport': 'transport', 'turbulent_prandtl_number': 'turbulentPrandtlNumber', 'type': 'type', 'viscosity_model': 'viscosityModel'}¶
- property built_in_material¶
Gets the built_in_material of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The built_in_material of this FluidCompressibleMaterial. # noqa: E501
- Return type:
str
- property equation_of_state¶
Gets the equation_of_state of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The equation_of_state of this FluidCompressibleMaterial. # noqa: E501
- Return type:
OneOfFluidCompressibleMaterialEquationOfState
- property fluid_type¶
Gets the fluid_type of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The fluid_type of this FluidCompressibleMaterial. # noqa: E501
- Return type:
OneOfFluidCompressibleMaterialFluidType
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The geometry_primitive_uuids of this FluidCompressibleMaterial. # noqa: E501
- Return type:
list[str]
- property laminar_prandtl_number_function¶
Gets the laminar_prandtl_number_function of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The laminar_prandtl_number_function of this FluidCompressibleMaterial. # noqa: E501
- Return type:
- property material_library_reference¶
Gets the material_library_reference of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The material_library_reference of this FluidCompressibleMaterial. # noqa: E501
- Return type:
- property name¶
Gets the name of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The name of this FluidCompressibleMaterial. # noqa: E501
- Return type:
str
- openapi_types = {'associated_phase': 'str', 'built_in_material': 'str', 'equation_of_state': 'OneOfFluidCompressibleMaterialEquationOfState', 'fluid_type': 'OneOfFluidCompressibleMaterialFluidType', 'geometry_primitive_uuids': 'list[str]', 'laminar_prandtl_number_function': 'DimensionalFunctionDimensionless', 'material_library_reference': 'MaterialLibraryReference', 'name': 'str', 'schmidt_number': 'float', 'specie': 'SpecieDefault', 'specific_heat_function': 'DimensionalFunctionSpecificHeat', 'topological_reference': 'TopologicalReference', 'transport': 'OneOfFluidCompressibleMaterialTransport', 'turbulent_prandtl_number': 'float', 'type': 'str', 'viscosity_model': 'OneOfFluidCompressibleMaterialViscosityModel'}¶
- property schmidt_number¶
Gets the schmidt_number of this FluidCompressibleMaterial. # noqa: E501
The Schmidt number is a dimensionless number defined as the ratio of viscous diffusion to molecular mass diffusion. In dilute flows where a dominant carrier gas advects other species, it is assumed to be constant and a typical value is Sc = 5/6. # noqa: E501
- Returns:
The schmidt_number of this FluidCompressibleMaterial. # noqa: E501
- Return type:
float
- property specie¶
Gets the specie of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The specie of this FluidCompressibleMaterial. # noqa: E501
- Return type:
- property specific_heat_function¶
Gets the specific_heat_function of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The specific_heat_function of this FluidCompressibleMaterial. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The topological_reference of this FluidCompressibleMaterial. # noqa: E501
- Return type:
- property transport¶
Gets the transport of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The transport of this FluidCompressibleMaterial. # noqa: E501
- Return type:
OneOfFluidCompressibleMaterialTransport
- property turbulent_prandtl_number¶
Gets the turbulent_prandtl_number of this FluidCompressibleMaterial. # noqa: E501
Turbulent Prandtl number is used to calculate the heat transfer due to turbulent effects in the domain. # noqa: E501
- Returns:
The turbulent_prandtl_number of this FluidCompressibleMaterial. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this FluidCompressibleMaterial. # noqa: E501
Schema name: FluidCompressibleMaterial # noqa: E501
- Returns:
The type of this FluidCompressibleMaterial. # noqa: E501
- Return type:
str
- property viscosity_model¶
Gets the viscosity_model of this FluidCompressibleMaterial. # noqa: E501
- Returns:
The viscosity_model of this FluidCompressibleMaterial. # noqa: E501
- Return type:
OneOfFluidCompressibleMaterialViscosityModel
simscale_sdk.models.fluid_initial_conditions module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fluid_initial_conditions.FluidInitialConditions(pressure=None, pressure_rgh=None, gauge_pressure=None, gauge_pressure_rgh=None, velocity=None, temperature=None, turbulent_kinetic_energy=None, omega_dissipation_rate=None, epsilon_dissipation_rate=None, nu_tilda=None, passive_scalars=None, phase_fraction=None, phase_fractions=None, mass_fractions=None, relative_humidity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'epsilon_dissipation_rate': 'epsilonDissipationRate', 'gauge_pressure': 'gaugePressure', 'gauge_pressure_rgh': 'gaugePressureRgh', 'mass_fractions': 'massFractions', 'nu_tilda': 'nuTilda', 'omega_dissipation_rate': 'omegaDissipationRate', 'passive_scalars': 'passiveScalars', 'phase_fraction': 'phaseFraction', 'phase_fractions': 'phaseFractions', 'pressure': 'pressure', 'pressure_rgh': 'pressureRgh', 'relative_humidity': 'relativeHumidity', 'temperature': 'temperature', 'turbulent_kinetic_energy': 'turbulentKineticEnergy', 'velocity': 'velocity'}¶
- property epsilon_dissipation_rate¶
Gets the epsilon_dissipation_rate of this FluidInitialConditions. # noqa: E501
- Returns:
The epsilon_dissipation_rate of this FluidInitialConditions. # noqa: E501
- Return type:
- property gauge_pressure¶
Gets the gauge_pressure of this FluidInitialConditions. # noqa: E501
- Returns:
The gauge_pressure of this FluidInitialConditions. # noqa: E501
- Return type:
- property gauge_pressure_rgh¶
Gets the gauge_pressure_rgh of this FluidInitialConditions. # noqa: E501
- Returns:
The gauge_pressure_rgh of this FluidInitialConditions. # noqa: E501
- Return type:
- property mass_fractions¶
Gets the mass_fractions of this FluidInitialConditions. # noqa: E501
- Returns:
The mass_fractions of this FluidInitialConditions. # noqa: E501
- Return type:
- property nu_tilda¶
Gets the nu_tilda of this FluidInitialConditions. # noqa: E501
- Returns:
The nu_tilda of this FluidInitialConditions. # noqa: E501
- Return type:
- property omega_dissipation_rate¶
Gets the omega_dissipation_rate of this FluidInitialConditions. # noqa: E501
- Returns:
The omega_dissipation_rate of this FluidInitialConditions. # noqa: E501
- Return type:
DimensionalInitialConditionDomainsSpecificTurbulenceDissipationRate
- openapi_types = {'epsilon_dissipation_rate': 'DimensionalInitialConditionDomainsTurbulentDissipation', 'gauge_pressure': 'DimensionalInitialConditionDomainsPressure', 'gauge_pressure_rgh': 'DimensionalInitialConditionDomainsPressure', 'mass_fractions': 'FractionValuesInitialConditions', 'nu_tilda': 'DimensionalInitialConditionDomainsKinematicViscosity', 'omega_dissipation_rate': 'DimensionalInitialConditionDomainsSpecificTurbulenceDissipationRate', 'passive_scalars': 'list[DimensionalInitialConditionDomainsDimensionless]', 'phase_fraction': 'DimensionalInitialConditionDomainsDimensionless', 'phase_fractions': 'DimensionlessInitialConditionDomains', 'pressure': 'DimensionalInitialConditionDomainsPressure', 'pressure_rgh': 'DimensionalInitialConditionDomainsPressure', 'relative_humidity': 'DimensionalInitialConditionDomainsDimensionless', 'temperature': 'DimensionalInitialConditionDomainsTemperature', 'turbulent_kinetic_energy': 'DimensionalInitialConditionDomainsTurbulenceKineticEnergy', 'velocity': 'DimensionalVectorInitialConditionDomainsSpeed'}¶
- property passive_scalars¶
Gets the passive_scalars of this FluidInitialConditions. # noqa: E501
- Returns:
The passive_scalars of this FluidInitialConditions. # noqa: E501
- Return type:
- property phase_fraction¶
Gets the phase_fraction of this FluidInitialConditions. # noqa: E501
- Returns:
The phase_fraction of this FluidInitialConditions. # noqa: E501
- Return type:
- property phase_fractions¶
Gets the phase_fractions of this FluidInitialConditions. # noqa: E501
- Returns:
The phase_fractions of this FluidInitialConditions. # noqa: E501
- Return type:
- property pressure¶
Gets the pressure of this FluidInitialConditions. # noqa: E501
- Returns:
The pressure of this FluidInitialConditions. # noqa: E501
- Return type:
- property pressure_rgh¶
Gets the pressure_rgh of this FluidInitialConditions. # noqa: E501
- Returns:
The pressure_rgh of this FluidInitialConditions. # noqa: E501
- Return type:
- property relative_humidity¶
Gets the relative_humidity of this FluidInitialConditions. # noqa: E501
- Returns:
The relative_humidity of this FluidInitialConditions. # noqa: E501
- Return type:
- property temperature¶
Gets the temperature of this FluidInitialConditions. # noqa: E501
- Returns:
The temperature of this FluidInitialConditions. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulent_kinetic_energy¶
Gets the turbulent_kinetic_energy of this FluidInitialConditions. # noqa: E501
- Returns:
The turbulent_kinetic_energy of this FluidInitialConditions. # noqa: E501
- Return type:
- property velocity¶
Gets the velocity of this FluidInitialConditions. # noqa: E501
- Returns:
The velocity of this FluidInitialConditions. # noqa: E501
- Return type:
simscale_sdk.models.fluid_interface module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fluid_interface.FluidInterface(type='FLUID_INTERFACE', connections=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'connections': 'connections', 'type': 'type'}¶
- property connections¶
Gets the connections of this FluidInterface. # noqa: E501
- Returns:
The connections of this FluidInterface. # noqa: E501
- Return type:
list[RegionInterface]
- openapi_types = {'connections': 'list[RegionInterface]', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FluidInterface. # noqa: E501
Schema name: FluidInterface # noqa: E501
- Returns:
The type of this FluidInterface. # noqa: E501
- Return type:
str
simscale_sdk.models.fluid_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fluid_model.FluidModel(turbulent_schmidt_number=None, diffusion_coefficients=None, delta_coefficient=None, gravity=None, surface_tension=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'delta_coefficient': 'deltaCoefficient', 'diffusion_coefficients': 'diffusionCoefficients', 'gravity': 'gravity', 'surface_tension': 'surfaceTension', 'turbulent_schmidt_number': 'turbulentSchmidtNumber'}¶
- property delta_coefficient¶
Gets the delta_coefficient of this FluidModel. # noqa: E501
- Returns:
The delta_coefficient of this FluidModel. # noqa: E501
- Return type:
OneOfFluidModelDeltaCoefficient
- property diffusion_coefficients¶
Gets the diffusion_coefficients of this FluidModel. # noqa: E501
- Returns:
The diffusion_coefficients of this FluidModel. # noqa: E501
- Return type:
- property gravity¶
Gets the gravity of this FluidModel. # noqa: E501
- Returns:
The gravity of this FluidModel. # noqa: E501
- Return type:
- openapi_types = {'delta_coefficient': 'OneOfFluidModelDeltaCoefficient', 'diffusion_coefficients': 'list[DimensionalKinematicViscosity]', 'gravity': 'DimensionalVectorAcceleration', 'surface_tension': 'DimensionalSurfaceTension', 'turbulent_schmidt_number': 'float'}¶
- property surface_tension¶
Gets the surface_tension of this FluidModel. # noqa: E501
- Returns:
The surface_tension of this FluidModel. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulent_schmidt_number¶
Gets the turbulent_schmidt_number of this FluidModel. # noqa: E501
- Returns:
The turbulent_schmidt_number of this FluidModel. # noqa: E501
- Return type:
float
simscale_sdk.models.fluid_numerics module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fluid_numerics.FluidNumerics(relaxation_type=None, relaxation_factor=None, diagonal_relaxation_factor=None, radiation_resolution=None, momentum_predictor=None, transonic=None, num_outer_correctors=None, num_correctors=None, num_non_orthogonal_correctors=None, smoothing_parameter=None, damping_coefficient=None, num_alpha_spread_iterations=None, num_alpha_sweep_iterations=None, evaluate_turbulence_only_on_final_iteration=None, pressure_reference_cell=None, pressure_reference_value=None, velocity_limit=None, max_voltage_initial_iterations=None, voltage_initial_tolerance=None, residual_controls=None, solvers=None, schemes=None, stabilization=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'damping_coefficient': 'dampingCoefficient', 'diagonal_relaxation_factor': 'diagonalRelaxationFactor', 'evaluate_turbulence_only_on_final_iteration': 'evaluateTurbulenceOnlyOnFinalIteration', 'max_voltage_initial_iterations': 'maxVoltageInitialIterations', 'momentum_predictor': 'momentumPredictor', 'num_alpha_spread_iterations': 'numAlphaSpreadIterations', 'num_alpha_sweep_iterations': 'numAlphaSweepIterations', 'num_correctors': 'numCorrectors', 'num_non_orthogonal_correctors': 'numNonOrthogonalCorrectors', 'num_outer_correctors': 'numOuterCorrectors', 'pressure_reference_cell': 'pressureReferenceCell', 'pressure_reference_value': 'pressureReferenceValue', 'radiation_resolution': 'radiationResolution', 'relaxation_factor': 'relaxationFactor', 'relaxation_type': 'relaxationType', 'residual_controls': 'residualControls', 'schemes': 'schemes', 'smoothing_parameter': 'smoothingParameter', 'solvers': 'solvers', 'stabilization': 'stabilization', 'transonic': 'transonic', 'velocity_limit': 'velocityLimit', 'voltage_initial_tolerance': 'voltageInitialTolerance'}¶
- property damping_coefficient¶
Gets the damping_coefficient of this FluidNumerics. # noqa: E501
- Returns:
The damping_coefficient of this FluidNumerics. # noqa: E501
- Return type:
float
- property diagonal_relaxation_factor¶
Gets the diagonal_relaxation_factor of this FluidNumerics. # noqa: E501
- Returns:
The diagonal_relaxation_factor of this FluidNumerics. # noqa: E501
- Return type:
- property evaluate_turbulence_only_on_final_iteration¶
Gets the evaluate_turbulence_only_on_final_iteration of this FluidNumerics. # noqa: E501
- Returns:
The evaluate_turbulence_only_on_final_iteration of this FluidNumerics. # noqa: E501
- Return type:
bool
- property max_voltage_initial_iterations¶
Gets the max_voltage_initial_iterations of this FluidNumerics. # noqa: E501
- Returns:
The max_voltage_initial_iterations of this FluidNumerics. # noqa: E501
- Return type:
float
- property momentum_predictor¶
Gets the momentum_predictor of this FluidNumerics. # noqa: E501
- Returns:
The momentum_predictor of this FluidNumerics. # noqa: E501
- Return type:
bool
- property num_alpha_spread_iterations¶
Gets the num_alpha_spread_iterations of this FluidNumerics. # noqa: E501
- Returns:
The num_alpha_spread_iterations of this FluidNumerics. # noqa: E501
- Return type:
int
- property num_alpha_sweep_iterations¶
Gets the num_alpha_sweep_iterations of this FluidNumerics. # noqa: E501
- Returns:
The num_alpha_sweep_iterations of this FluidNumerics. # noqa: E501
- Return type:
int
- property num_correctors¶
Gets the num_correctors of this FluidNumerics. # noqa: E501
- Returns:
The num_correctors of this FluidNumerics. # noqa: E501
- Return type:
int
- property num_non_orthogonal_correctors¶
Gets the num_non_orthogonal_correctors of this FluidNumerics. # noqa: E501
<p>The pressure equation is repeatedly solved based on the value of non-orthogonal correctors in the PISO/SIMPLE/PIMPLE algorithm. This may reduce the effect of bad mesh.</p> # noqa: E501
- Returns:
The num_non_orthogonal_correctors of this FluidNumerics. # noqa: E501
- Return type:
int
- property num_outer_correctors¶
Gets the num_outer_correctors of this FluidNumerics. # noqa: E501
- Returns:
The num_outer_correctors of this FluidNumerics. # noqa: E501
- Return type:
int
- openapi_types = {'damping_coefficient': 'float', 'diagonal_relaxation_factor': 'RelaxationFactor', 'evaluate_turbulence_only_on_final_iteration': 'bool', 'max_voltage_initial_iterations': 'float', 'momentum_predictor': 'bool', 'num_alpha_spread_iterations': 'int', 'num_alpha_sweep_iterations': 'int', 'num_correctors': 'int', 'num_non_orthogonal_correctors': 'int', 'num_outer_correctors': 'int', 'pressure_reference_cell': 'int', 'pressure_reference_value': 'DimensionalPressure', 'radiation_resolution': 'str', 'relaxation_factor': 'RelaxationFactor', 'relaxation_type': 'str', 'residual_controls': 'ResidualControls', 'schemes': 'Schemes', 'smoothing_parameter': 'float', 'solvers': 'FluidSolvers', 'stabilization': 'Stabilization', 'transonic': 'bool', 'velocity_limit': 'DimensionalSpeed', 'voltage_initial_tolerance': 'float'}¶
- property pressure_reference_cell¶
Gets the pressure_reference_cell of this FluidNumerics. # noqa: E501
<p>Enter the cell where you want to define reference pressure in the PISO/SIMPLE/PIMPLE algorithm.</p> # noqa: E501
- Returns:
The pressure_reference_cell of this FluidNumerics. # noqa: E501
- Return type:
int
- property pressure_reference_value¶
Gets the pressure_reference_value of this FluidNumerics. # noqa: E501
- Returns:
The pressure_reference_value of this FluidNumerics. # noqa: E501
- Return type:
- property radiation_resolution¶
Gets the radiation_resolution of this FluidNumerics. # noqa: E501
- Returns:
The radiation_resolution of this FluidNumerics. # noqa: E501
- Return type:
str
- property relaxation_factor¶
Gets the relaxation_factor of this FluidNumerics. # noqa: E501
- Returns:
The relaxation_factor of this FluidNumerics. # noqa: E501
- Return type:
- property relaxation_type¶
Gets the relaxation_type of this FluidNumerics. # noqa: E501
- Returns:
The relaxation_type of this FluidNumerics. # noqa: E501
- Return type:
str
- property residual_controls¶
Gets the residual_controls of this FluidNumerics. # noqa: E501
- Returns:
The residual_controls of this FluidNumerics. # noqa: E501
- Return type:
- property schemes¶
Gets the schemes of this FluidNumerics. # noqa: E501
- Returns:
The schemes of this FluidNumerics. # noqa: E501
- Return type:
- property smoothing_parameter¶
Gets the smoothing_parameter of this FluidNumerics. # noqa: E501
- Returns:
The smoothing_parameter of this FluidNumerics. # noqa: E501
- Return type:
float
- property solvers¶
Gets the solvers of this FluidNumerics. # noqa: E501
- Returns:
The solvers of this FluidNumerics. # noqa: E501
- Return type:
- property stabilization¶
Gets the stabilization of this FluidNumerics. # noqa: E501
- Returns:
The stabilization of this FluidNumerics. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property transonic¶
Gets the transonic of this FluidNumerics. # noqa: E501
- Returns:
The transonic of this FluidNumerics. # noqa: E501
- Return type:
bool
- property velocity_limit¶
Gets the velocity_limit of this FluidNumerics. # noqa: E501
- Returns:
The velocity_limit of this FluidNumerics. # noqa: E501
- Return type:
- property voltage_initial_tolerance¶
Gets the voltage_initial_tolerance of this FluidNumerics. # noqa: E501
- Returns:
The voltage_initial_tolerance of this FluidNumerics. # noqa: E501
- Return type:
float
simscale_sdk.models.fluid_result_controls module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fluid_result_controls.FluidResultControls(custom_comfort_criteria=None, forces_moments=None, surface_data=None, scalar_transport=None, probe_points=None, field_calculations=None, transient_result_control=None, statistical_averaging_result_control=None, snapshot_result_control=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'custom_comfort_criteria': 'customComfortCriteria', 'field_calculations': 'fieldCalculations', 'forces_moments': 'forcesMoments', 'probe_points': 'probePoints', 'scalar_transport': 'scalarTransport', 'snapshot_result_control': 'snapshotResultControl', 'statistical_averaging_result_control': 'statisticalAveragingResultControl', 'surface_data': 'surfaceData', 'transient_result_control': 'transientResultControl'}¶
- property custom_comfort_criteria¶
Gets the custom_comfort_criteria of this FluidResultControls. # noqa: E501
- Returns:
The custom_comfort_criteria of this FluidResultControls. # noqa: E501
- Return type:
- property field_calculations¶
Gets the field_calculations of this FluidResultControls. # noqa: E501
- Returns:
The field_calculations of this FluidResultControls. # noqa: E501
- Return type:
list[OneOfFluidResultControlsFieldCalculations]
- property forces_moments¶
Gets the forces_moments of this FluidResultControls. # noqa: E501
- Returns:
The forces_moments of this FluidResultControls. # noqa: E501
- Return type:
list[OneOfFluidResultControlsForcesMoments]
- openapi_types = {'custom_comfort_criteria': 'list[CustomComfortCriterionResultControl]', 'field_calculations': 'list[OneOfFluidResultControlsFieldCalculations]', 'forces_moments': 'list[OneOfFluidResultControlsForcesMoments]', 'probe_points': 'list[ProbePointsResultControl]', 'scalar_transport': 'list[ScalarTransportResultControl]', 'snapshot_result_control': 'SnapshotResultControl', 'statistical_averaging_result_control': 'StatisticalAveragingResultControlV2', 'surface_data': 'list[OneOfFluidResultControlsSurfaceData]', 'transient_result_control': 'TransientResultControl'}¶
- property probe_points¶
Gets the probe_points of this FluidResultControls. # noqa: E501
- Returns:
The probe_points of this FluidResultControls. # noqa: E501
- Return type:
list[ProbePointsResultControl]
- property scalar_transport¶
Gets the scalar_transport of this FluidResultControls. # noqa: E501
- Returns:
The scalar_transport of this FluidResultControls. # noqa: E501
- Return type:
- property snapshot_result_control¶
Gets the snapshot_result_control of this FluidResultControls. # noqa: E501
- Returns:
The snapshot_result_control of this FluidResultControls. # noqa: E501
- Return type:
- property statistical_averaging_result_control¶
Gets the statistical_averaging_result_control of this FluidResultControls. # noqa: E501
- Returns:
The statistical_averaging_result_control of this FluidResultControls. # noqa: E501
- Return type:
- property surface_data¶
Gets the surface_data of this FluidResultControls. # noqa: E501
- Returns:
The surface_data of this FluidResultControls. # noqa: E501
- Return type:
list[OneOfFluidResultControlsSurfaceData]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property transient_result_control¶
Gets the transient_result_control of this FluidResultControls. # noqa: E501
- Returns:
The transient_result_control of this FluidResultControls. # noqa: E501
- Return type:
simscale_sdk.models.fluid_simulation_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fluid_simulation_control.FluidSimulationControl(end_time=None, adjoint_end_time=None, number_of_iterations=None, delta_t=None, adjustable_timestep=None, write_control=None, relative_convergence_criteria=None, num_processors=None, max_run_time=None, velocity_scaling=None, potential_foam_initialization=None, decompose_algorithm=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property adjoint_end_time¶
Gets the adjoint_end_time of this FluidSimulationControl. # noqa: E501
- Returns:
The adjoint_end_time of this FluidSimulationControl. # noqa: E501
- Return type:
- property adjustable_timestep¶
Gets the adjustable_timestep of this FluidSimulationControl. # noqa: E501
- Returns:
The adjustable_timestep of this FluidSimulationControl. # noqa: E501
- Return type:
OneOfFluidSimulationControlAdjustableTimestep
- attribute_map = {'adjoint_end_time': 'adjointEndTime', 'adjustable_timestep': 'adjustableTimestep', 'decompose_algorithm': 'decomposeAlgorithm', 'delta_t': 'deltaT', 'end_time': 'endTime', 'max_run_time': 'maxRunTime', 'num_processors': 'numProcessors', 'number_of_iterations': 'numberOfIterations', 'potential_foam_initialization': 'potentialFoamInitialization', 'relative_convergence_criteria': 'relativeConvergenceCriteria', 'velocity_scaling': 'velocityScaling', 'write_control': 'writeControl'}¶
- property decompose_algorithm¶
Gets the decompose_algorithm of this FluidSimulationControl. # noqa: E501
- Returns:
The decompose_algorithm of this FluidSimulationControl. # noqa: E501
- Return type:
OneOfFluidSimulationControlDecomposeAlgorithm
- property delta_t¶
Gets the delta_t of this FluidSimulationControl. # noqa: E501
- Returns:
The delta_t of this FluidSimulationControl. # noqa: E501
- Return type:
- property end_time¶
Gets the end_time of this FluidSimulationControl. # noqa: E501
- Returns:
The end_time of this FluidSimulationControl. # noqa: E501
- Return type:
- property max_run_time¶
Gets the max_run_time of this FluidSimulationControl. # noqa: E501
- Returns:
The max_run_time of this FluidSimulationControl. # noqa: E501
- Return type:
- property num_processors¶
Gets the num_processors of this FluidSimulationControl. # noqa: E501
<p>Selecting more processor cores will speed up the simulation process. Choosing a smaller computation instance will save core hours. <a href=’https://www.simscale.com/docs/simulation-setup/simulation-control-fluid/#number-of-processors’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The num_processors of this FluidSimulationControl. # noqa: E501
- Return type:
int
- property number_of_iterations¶
Gets the number_of_iterations of this FluidSimulationControl. # noqa: E501
This represents the total number of iterations at which the simulation will terminate. No further iterations will be performed beyond this point. <a href=’https://www.simscale.com/docs/simulation-setup/simulation-control/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The number_of_iterations of this FluidSimulationControl. # noqa: E501
- Return type:
int
- openapi_types = {'adjoint_end_time': 'DimensionalTime', 'adjustable_timestep': 'OneOfFluidSimulationControlAdjustableTimestep', 'decompose_algorithm': 'OneOfFluidSimulationControlDecomposeAlgorithm', 'delta_t': 'DimensionalTime', 'end_time': 'DimensionalTime', 'max_run_time': 'DimensionalTime', 'num_processors': 'int', 'number_of_iterations': 'int', 'potential_foam_initialization': 'bool', 'relative_convergence_criteria': 'float', 'velocity_scaling': 'float', 'write_control': 'OneOfFluidSimulationControlWriteControl'}¶
- property potential_foam_initialization¶
Gets the potential_foam_initialization of this FluidSimulationControl. # noqa: E501
This setting activates the solution of a potential flow field. The potential flow is used as initial condition for the actual simulation. This can accelerate convergence and improve stability during the first time steps. If you experience stability problems, this setting may bring some improvement. # noqa: E501
- Returns:
The potential_foam_initialization of this FluidSimulationControl. # noqa: E501
- Return type:
bool
- property relative_convergence_criteria¶
Gets the relative_convergence_criteria of this FluidSimulationControl. # noqa: E501
<b>Steady-state simulation:</b> This represents the relative error residuals that once attained by the solver the simulation is considered to be converged and will stop. The recommended value is 0.001.<br> <b>Transient simulation:</b> This represents the relative error residuals that once attained by the solver the simulation will move to the next time-step regardless of the <i>Number of iterations</i>. The recommended value is 0.1.</br> <br> <b>Please note: </b>Relative residual is defined as the residual in the current iteration divided by the maximum value of residual calculated up to that point.</br> <br> <b>Please note: </b>Lower convergence criterion is demanded for <b>Steady-state simulations</b> because the initial guess is typically farther from the correct solution.</br> # noqa: E501
- Returns:
The relative_convergence_criteria of this FluidSimulationControl. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property velocity_scaling¶
Gets the velocity_scaling of this FluidSimulationControl. # noqa: E501
<p>It affects the stability of the simulation. The default value of 0.1 is a good compromise between accuracy and computational requirements. Lower values of this parameter might increase the stability of the simulation at the cost of higher computational time.</p> # noqa: E501
- Returns:
The velocity_scaling of this FluidSimulationControl. # noqa: E501
- Return type:
float
- property write_control¶
Gets the write_control of this FluidSimulationControl. # noqa: E501
- Returns:
The write_control of this FluidSimulationControl. # noqa: E501
- Return type:
OneOfFluidSimulationControlWriteControl
simscale_sdk.models.fluid_solvers module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fluid_solvers.FluidSolvers(phase_fraction_solver=None, velocity_solver=None, velocity_final_solver=None, density_solver=None, density_final_solver=None, pressure_solver=None, pressure_final_solver=None, temperature_solver=None, temperature_final_solver=None, pressure_rgh_solver=None, pressure_rgh_final_solver=None, solid_enthalpy_solver=None, solid_enthalpy_final_solver=None, enthalpy_solver=None, enthalpy_final_solver=None, internal_energy_solver=None, internal_energy_final_solver=None, turbulent_kinetic_energy_solver=None, turbulent_kinetic_energy_final_solver=None, nu_tilda_solver=None, nu_tilda_final_solver=None, omega_dissipation_rate_solver=None, omega_dissipation_rate_final_solver=None, epsilon_dissipation_rate_solver=None, epsilon_dissipation_rate_final_solver=None, passive_scalar_solver=None, radiative_intensity_ray_solver=None, specific_humidity_solver=None, voltage_solver=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'density_final_solver': 'densityFinalSolver', 'density_solver': 'densitySolver', 'enthalpy_final_solver': 'enthalpyFinalSolver', 'enthalpy_solver': 'enthalpySolver', 'epsilon_dissipation_rate_final_solver': 'epsilonDissipationRateFinalSolver', 'epsilon_dissipation_rate_solver': 'epsilonDissipationRateSolver', 'internal_energy_final_solver': 'internalEnergyFinalSolver', 'internal_energy_solver': 'internalEnergySolver', 'nu_tilda_final_solver': 'nuTildaFinalSolver', 'nu_tilda_solver': 'nuTildaSolver', 'omega_dissipation_rate_final_solver': 'omegaDissipationRateFinalSolver', 'omega_dissipation_rate_solver': 'omegaDissipationRateSolver', 'passive_scalar_solver': 'passiveScalarSolver', 'phase_fraction_solver': 'phaseFractionSolver', 'pressure_final_solver': 'pressureFinalSolver', 'pressure_rgh_final_solver': 'pressureRghFinalSolver', 'pressure_rgh_solver': 'pressureRghSolver', 'pressure_solver': 'pressureSolver', 'radiative_intensity_ray_solver': 'radiativeIntensityRaySolver', 'solid_enthalpy_final_solver': 'solidEnthalpyFinalSolver', 'solid_enthalpy_solver': 'solidEnthalpySolver', 'specific_humidity_solver': 'specificHumiditySolver', 'temperature_final_solver': 'temperatureFinalSolver', 'temperature_solver': 'temperatureSolver', 'turbulent_kinetic_energy_final_solver': 'turbulentKineticEnergyFinalSolver', 'turbulent_kinetic_energy_solver': 'turbulentKineticEnergySolver', 'velocity_final_solver': 'velocityFinalSolver', 'velocity_solver': 'velocitySolver', 'voltage_solver': 'voltageSolver'}¶
- property density_final_solver¶
Gets the density_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The density_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversDensityFinalSolver
- property density_solver¶
Gets the density_solver of this FluidSolvers. # noqa: E501
- Returns:
The density_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversDensitySolver
- property enthalpy_final_solver¶
Gets the enthalpy_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The enthalpy_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversEnthalpyFinalSolver
- property enthalpy_solver¶
Gets the enthalpy_solver of this FluidSolvers. # noqa: E501
- Returns:
The enthalpy_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversEnthalpySolver
- property epsilon_dissipation_rate_final_solver¶
Gets the epsilon_dissipation_rate_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The epsilon_dissipation_rate_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversEpsilonDissipationRateFinalSolver
- property epsilon_dissipation_rate_solver¶
Gets the epsilon_dissipation_rate_solver of this FluidSolvers. # noqa: E501
- Returns:
The epsilon_dissipation_rate_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversEpsilonDissipationRateSolver
- property internal_energy_final_solver¶
Gets the internal_energy_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The internal_energy_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversInternalEnergyFinalSolver
- property internal_energy_solver¶
Gets the internal_energy_solver of this FluidSolvers. # noqa: E501
- Returns:
The internal_energy_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversInternalEnergySolver
- property nu_tilda_final_solver¶
Gets the nu_tilda_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The nu_tilda_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversNuTildaFinalSolver
- property nu_tilda_solver¶
Gets the nu_tilda_solver of this FluidSolvers. # noqa: E501
- Returns:
The nu_tilda_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversNuTildaSolver
- property omega_dissipation_rate_final_solver¶
Gets the omega_dissipation_rate_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The omega_dissipation_rate_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversOmegaDissipationRateFinalSolver
- property omega_dissipation_rate_solver¶
Gets the omega_dissipation_rate_solver of this FluidSolvers. # noqa: E501
- Returns:
The omega_dissipation_rate_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversOmegaDissipationRateSolver
- openapi_types = {'density_final_solver': 'OneOfFluidSolversDensityFinalSolver', 'density_solver': 'OneOfFluidSolversDensitySolver', 'enthalpy_final_solver': 'OneOfFluidSolversEnthalpyFinalSolver', 'enthalpy_solver': 'OneOfFluidSolversEnthalpySolver', 'epsilon_dissipation_rate_final_solver': 'OneOfFluidSolversEpsilonDissipationRateFinalSolver', 'epsilon_dissipation_rate_solver': 'OneOfFluidSolversEpsilonDissipationRateSolver', 'internal_energy_final_solver': 'OneOfFluidSolversInternalEnergyFinalSolver', 'internal_energy_solver': 'OneOfFluidSolversInternalEnergySolver', 'nu_tilda_final_solver': 'OneOfFluidSolversNuTildaFinalSolver', 'nu_tilda_solver': 'OneOfFluidSolversNuTildaSolver', 'omega_dissipation_rate_final_solver': 'OneOfFluidSolversOmegaDissipationRateFinalSolver', 'omega_dissipation_rate_solver': 'OneOfFluidSolversOmegaDissipationRateSolver', 'passive_scalar_solver': 'OneOfFluidSolversPassiveScalarSolver', 'phase_fraction_solver': 'MULESSolver', 'pressure_final_solver': 'OneOfFluidSolversPressureFinalSolver', 'pressure_rgh_final_solver': 'OneOfFluidSolversPressureRghFinalSolver', 'pressure_rgh_solver': 'OneOfFluidSolversPressureRghSolver', 'pressure_solver': 'OneOfFluidSolversPressureSolver', 'radiative_intensity_ray_solver': 'OneOfFluidSolversRadiativeIntensityRaySolver', 'solid_enthalpy_final_solver': 'OneOfFluidSolversSolidEnthalpyFinalSolver', 'solid_enthalpy_solver': 'OneOfFluidSolversSolidEnthalpySolver', 'specific_humidity_solver': 'OneOfFluidSolversSpecificHumiditySolver', 'temperature_final_solver': 'OneOfFluidSolversTemperatureFinalSolver', 'temperature_solver': 'OneOfFluidSolversTemperatureSolver', 'turbulent_kinetic_energy_final_solver': 'OneOfFluidSolversTurbulentKineticEnergyFinalSolver', 'turbulent_kinetic_energy_solver': 'OneOfFluidSolversTurbulentKineticEnergySolver', 'velocity_final_solver': 'OneOfFluidSolversVelocityFinalSolver', 'velocity_solver': 'OneOfFluidSolversVelocitySolver', 'voltage_solver': 'OneOfFluidSolversVoltageSolver'}¶
- property passive_scalar_solver¶
Gets the passive_scalar_solver of this FluidSolvers. # noqa: E501
- Returns:
The passive_scalar_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversPassiveScalarSolver
- property phase_fraction_solver¶
Gets the phase_fraction_solver of this FluidSolvers. # noqa: E501
- Returns:
The phase_fraction_solver of this FluidSolvers. # noqa: E501
- Return type:
- property pressure_final_solver¶
Gets the pressure_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The pressure_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversPressureFinalSolver
- property pressure_rgh_final_solver¶
Gets the pressure_rgh_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The pressure_rgh_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversPressureRghFinalSolver
- property pressure_rgh_solver¶
Gets the pressure_rgh_solver of this FluidSolvers. # noqa: E501
- Returns:
The pressure_rgh_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversPressureRghSolver
- property pressure_solver¶
Gets the pressure_solver of this FluidSolvers. # noqa: E501
- Returns:
The pressure_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversPressureSolver
- property radiative_intensity_ray_solver¶
Gets the radiative_intensity_ray_solver of this FluidSolvers. # noqa: E501
- Returns:
The radiative_intensity_ray_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversRadiativeIntensityRaySolver
- property solid_enthalpy_final_solver¶
Gets the solid_enthalpy_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The solid_enthalpy_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversSolidEnthalpyFinalSolver
- property solid_enthalpy_solver¶
Gets the solid_enthalpy_solver of this FluidSolvers. # noqa: E501
- Returns:
The solid_enthalpy_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversSolidEnthalpySolver
- property specific_humidity_solver¶
Gets the specific_humidity_solver of this FluidSolvers. # noqa: E501
- Returns:
The specific_humidity_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversSpecificHumiditySolver
- property temperature_final_solver¶
Gets the temperature_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The temperature_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversTemperatureFinalSolver
- property temperature_solver¶
Gets the temperature_solver of this FluidSolvers. # noqa: E501
- Returns:
The temperature_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversTemperatureSolver
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulent_kinetic_energy_final_solver¶
Gets the turbulent_kinetic_energy_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The turbulent_kinetic_energy_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversTurbulentKineticEnergyFinalSolver
- property turbulent_kinetic_energy_solver¶
Gets the turbulent_kinetic_energy_solver of this FluidSolvers. # noqa: E501
- Returns:
The turbulent_kinetic_energy_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversTurbulentKineticEnergySolver
- property velocity_final_solver¶
Gets the velocity_final_solver of this FluidSolvers. # noqa: E501
- Returns:
The velocity_final_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversVelocityFinalSolver
- property velocity_solver¶
Gets the velocity_solver of this FluidSolvers. # noqa: E501
- Returns:
The velocity_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversVelocitySolver
- property voltage_solver¶
Gets the voltage_solver of this FluidSolvers. # noqa: E501
- Returns:
The voltage_solver of this FluidSolvers. # noqa: E501
- Return type:
OneOfFluidSolversVoltageSolver
simscale_sdk.models.fluid_type_gas module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fluid_type_gas.FluidTypeGas(type='GAS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FluidTypeGas. # noqa: E501
Schema name: FluidTypeGas # noqa: E501
- Returns:
The type of this FluidTypeGas. # noqa: E501
- Return type:
str
simscale_sdk.models.fluid_type_liquid module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fluid_type_liquid.FluidTypeLiquid(type='LIQUID', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FluidTypeLiquid. # noqa: E501
Schema name: FluidTypeLiquid # noqa: E501
- Returns:
The type of this FluidTypeLiquid. # noqa: E501
- Return type:
str
simscale_sdk.models.flux_heat_source module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.flux_heat_source.FluxHeatSource(type='FLUX', heat_flux=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'heat_flux': 'heatFlux', 'type': 'type'}¶
- property heat_flux¶
Gets the heat_flux of this FluxHeatSource. # noqa: E501
- Returns:
The heat_flux of this FluxHeatSource. # noqa: E501
- Return type:
- openapi_types = {'heat_flux': 'DimensionalHeatFlux', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FluxHeatSource. # noqa: E501
Schema name: FluxHeatSource # noqa: E501
- Returns:
The type of this FluxHeatSource. # noqa: E501
- Return type:
str
simscale_sdk.models.flux_schemes module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.flux_schemes.FluxSchemes(for_default=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'for_default': 'forDefault'}¶
- property for_default¶
Gets the for_default of this FluxSchemes. # noqa: E501
- Returns:
The for_default of this FluxSchemes. # noqa: E501
- Return type:
OneOfFluxSchemesForDefault
- openapi_types = {'for_default': 'OneOfFluxSchemesForDefault'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.folder module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.folder.Folder(resource_type=None, folder_id=None, parent_folder_id=None, space_id=None, name=None, number_of_items=None, created_at=None, last_modified_at=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'created_at': 'createdAt', 'folder_id': 'folderId', 'last_modified_at': 'lastModifiedAt', 'name': 'name', 'number_of_items': 'numberOfItems', 'parent_folder_id': 'parentFolderId', 'resource_type': 'resourceType', 'space_id': 'spaceId'}¶
- property created_at¶
Gets the created_at of this Folder. # noqa: E501
- Returns:
The created_at of this Folder. # noqa: E501
- Return type:
datetime
- property folder_id¶
Gets the folder_id of this Folder. # noqa: E501
- Returns:
The folder_id of this Folder. # noqa: E501
- Return type:
str
- property last_modified_at¶
Gets the last_modified_at of this Folder. # noqa: E501
- Returns:
The last_modified_at of this Folder. # noqa: E501
- Return type:
datetime
- property name¶
Gets the name of this Folder. # noqa: E501
- Returns:
The name of this Folder. # noqa: E501
- Return type:
str
- property number_of_items¶
Gets the number_of_items of this Folder. # noqa: E501
- Returns:
The number_of_items of this Folder. # noqa: E501
- Return type:
int
- openapi_types = {'created_at': 'datetime', 'folder_id': 'str', 'last_modified_at': 'datetime', 'name': 'str', 'number_of_items': 'int', 'parent_folder_id': 'str', 'resource_type': 'str', 'space_id': 'str'}¶
- property parent_folder_id¶
Gets the parent_folder_id of this Folder. # noqa: E501
Can be missing if the folder is at the root level of the Space # noqa: E501
- Returns:
The parent_folder_id of this Folder. # noqa: E501
- Return type:
str
- property resource_type¶
Gets the resource_type of this Folder. # noqa: E501
- Returns:
The resource_type of this Folder. # noqa: E501
- Return type:
str
- property space_id¶
Gets the space_id of this Folder. # noqa: E501
- Returns:
The space_id of this Folder. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.folders module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.folders.Folders(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this Folders. # noqa: E501
- Returns:
The embedded of this Folders. # noqa: E501
- Return type:
list[Folder]
- property links¶
Gets the links of this Folders. # noqa: E501
- Returns:
The links of this Folders. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this Folders. # noqa: E501
- Returns:
The meta of this Folders. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[Folder]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.follower_pressure_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.follower_pressure_bc.FollowerPressureBC(type='FOLLOWER_PRESSURE', name=None, pressure=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'pressure': 'pressure', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this FollowerPressureBC. # noqa: E501
- Returns:
The name of this FollowerPressureBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'pressure': 'DimensionalFunctionPressure', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property pressure¶
Gets the pressure of this FollowerPressureBC. # noqa: E501
- Returns:
The pressure of this FollowerPressureBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this FollowerPressureBC. # noqa: E501
- Returns:
The topological_reference of this FollowerPressureBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this FollowerPressureBC. # noqa: E501
In contrast to ordinary pressure, the <b>follower pressure</b> boundary condition is applied normal to the surface of all face elements in the <b>deformed state</b>. This is a nonlinear boundary condition as the update of the geometry is required. In a linear analysis it becomes a simple <b>pressure</b> boundary condition.<br /><br />The following conditions are taken into account: <br /><ul><li>The current deformed state of the surface.</li><li>Any changes in the direction of the normals of assigned entities.</li><li>Changes in the surface area of the assigned faces.</li></ul><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/follower-pressure/’ target=’_blank’>Learn more</a>. Schema name: FollowerPressureBC # noqa: E501
- Returns:
The type of this FollowerPressureBC. # noqa: E501
- Return type:
str
simscale_sdk.models.force_and_torque module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.force_and_torque.ForceAndTorque(name=None, topological_reference=None, torque_reference_point=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'torque_reference_point': 'torqueReferencePoint'}¶
- property name¶
Gets the name of this ForceAndTorque. # noqa: E501
- Returns:
The name of this ForceAndTorque. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'torque_reference_point': 'DimensionalVectorLength'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ForceAndTorque. # noqa: E501
- Returns:
The topological_reference of this ForceAndTorque. # noqa: E501
- Return type:
- property torque_reference_point¶
Gets the torque_reference_point of this ForceAndTorque. # noqa: E501
- Returns:
The torque_reference_point of this ForceAndTorque. # noqa: E501
- Return type:
simscale_sdk.models.force_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.force_field_selection.ForceFieldSelection(type='FORCE', force_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'force_type': 'forceType', 'type': 'type'}¶
- property force_type¶
Gets the force_type of this ForceFieldSelection. # noqa: E501
- Returns:
The force_type of this ForceFieldSelection. # noqa: E501
- Return type:
OneOfForceFieldSelectionForceType
- openapi_types = {'force_type': 'OneOfForceFieldSelectionForceType', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ForceFieldSelection. # noqa: E501
Schema name: ForceFieldSelection # noqa: E501
- Returns:
The type of this ForceFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.force_load_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.force_load_bc.ForceLoadBC(type='FORCE_LOAD', name=None, force=None, scaling=None, phase_angle=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'force': 'force', 'name': 'name', 'phase_angle': 'phaseAngle', 'scaling': 'scaling', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property force¶
Gets the force of this ForceLoadBC. # noqa: E501
- Returns:
The force of this ForceLoadBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this ForceLoadBC. # noqa: E501
- Returns:
The name of this ForceLoadBC. # noqa: E501
- Return type:
str
- openapi_types = {'force': 'DimensionalVectorFunctionForce', 'name': 'str', 'phase_angle': 'DimensionalAngle', 'scaling': 'DimensionalFunctionDimensionless', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property phase_angle¶
Gets the phase_angle of this ForceLoadBC. # noqa: E501
- Returns:
The phase_angle of this ForceLoadBC. # noqa: E501
- Return type:
- property scaling¶
Gets the scaling of this ForceLoadBC. # noqa: E501
- Returns:
The scaling of this ForceLoadBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ForceLoadBC. # noqa: E501
- Returns:
The topological_reference of this ForceLoadBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this ForceLoadBC. # noqa: E501
<p>This is a <b>force</b> boundary condition representing a <b>distributed force on the selection</b>. The total force is defined in the global coordinate system and each element of the assignment is loaded with a surface traction depending on the area of the element.<br /><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/force/’ target=’_blank’>Learn more</a>.</p> Schema name: ForceLoadBC # noqa: E501
- Returns:
The type of this ForceLoadBC. # noqa: E501
- Return type:
str
simscale_sdk.models.force_moment_coefficients_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.force_moment_coefficients_result_control.ForceMomentCoefficientsResultControl(type='FORCE_AND_MOMENT_COEFFICIENTS', name=None, center_of_rotation=None, lift_direction=None, drag_direction=None, pitch_axis=None, freestream_velocity_magnitude=None, reference_length=None, reference_area_value=None, write_control=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'center_of_rotation': 'centerOfRotation', 'drag_direction': 'dragDirection', 'freestream_velocity_magnitude': 'freestreamVelocityMagnitude', 'lift_direction': 'liftDirection', 'name': 'name', 'pitch_axis': 'pitchAxis', 'reference_area_value': 'referenceAreaValue', 'reference_length': 'referenceLength', 'topological_reference': 'topologicalReference', 'type': 'type', 'write_control': 'writeControl'}¶
- property center_of_rotation¶
Gets the center_of_rotation of this ForceMomentCoefficientsResultControl. # noqa: E501
- Returns:
The center_of_rotation of this ForceMomentCoefficientsResultControl. # noqa: E501
- Return type:
- property drag_direction¶
Gets the drag_direction of this ForceMomentCoefficientsResultControl. # noqa: E501
- Returns:
The drag_direction of this ForceMomentCoefficientsResultControl. # noqa: E501
- Return type:
- property freestream_velocity_magnitude¶
Gets the freestream_velocity_magnitude of this ForceMomentCoefficientsResultControl. # noqa: E501
- Returns:
The freestream_velocity_magnitude of this ForceMomentCoefficientsResultControl. # noqa: E501
- Return type:
- property lift_direction¶
Gets the lift_direction of this ForceMomentCoefficientsResultControl. # noqa: E501
- Returns:
The lift_direction of this ForceMomentCoefficientsResultControl. # noqa: E501
- Return type:
- property name¶
Gets the name of this ForceMomentCoefficientsResultControl. # noqa: E501
- Returns:
The name of this ForceMomentCoefficientsResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'center_of_rotation': 'DimensionalVectorLength', 'drag_direction': 'DimensionalVectorLength', 'freestream_velocity_magnitude': 'DimensionalSpeed', 'lift_direction': 'DimensionalVectorLength', 'name': 'str', 'pitch_axis': 'DimensionalVectorLength', 'reference_area_value': 'DimensionalArea', 'reference_length': 'DimensionalLength', 'topological_reference': 'TopologicalReference', 'type': 'str', 'write_control': 'OneOfForceMomentCoefficientsResultControlWriteControl'}¶
- property pitch_axis¶
Gets the pitch_axis of this ForceMomentCoefficientsResultControl. # noqa: E501
- Returns:
The pitch_axis of this ForceMomentCoefficientsResultControl. # noqa: E501
- Return type:
- property reference_area_value¶
Gets the reference_area_value of this ForceMomentCoefficientsResultControl. # noqa: E501
- Returns:
The reference_area_value of this ForceMomentCoefficientsResultControl. # noqa: E501
- Return type:
- property reference_length¶
Gets the reference_length of this ForceMomentCoefficientsResultControl. # noqa: E501
- Returns:
The reference_length of this ForceMomentCoefficientsResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ForceMomentCoefficientsResultControl. # noqa: E501
- Returns:
The topological_reference of this ForceMomentCoefficientsResultControl. # noqa: E501
- Return type:
- property type¶
Gets the type of this ForceMomentCoefficientsResultControl. # noqa: E501
Schema name: ForceMomentCoefficientsResultControl # noqa: E501
- Returns:
The type of this ForceMomentCoefficientsResultControl. # noqa: E501
- Return type:
str
- property write_control¶
Gets the write_control of this ForceMomentCoefficientsResultControl. # noqa: E501
- Returns:
The write_control of this ForceMomentCoefficientsResultControl. # noqa: E501
- Return type:
OneOfForceMomentCoefficientsResultControlWriteControl
simscale_sdk.models.force_preload module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.force_preload.ForcePreload(type='FORCE', force=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'force': 'force', 'type': 'type'}¶
- property force¶
Gets the force of this ForcePreload. # noqa: E501
- Returns:
The force of this ForcePreload. # noqa: E501
- Return type:
- openapi_types = {'force': 'DimensionalForce', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ForcePreload. # noqa: E501
Schema name: ForcePreload # noqa: E501
- Returns:
The type of this ForcePreload. # noqa: E501
- Return type:
str
simscale_sdk.models.force_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.force_result_control_item.ForceResultControlItem(type='FORCE', name=None, force_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'force_type': 'forceType', 'name': 'name', 'type': 'type'}¶
- property force_type¶
Gets the force_type of this ForceResultControlItem. # noqa: E501
- Returns:
The force_type of this ForceResultControlItem. # noqa: E501
- Return type:
OneOfForceResultControlItemForceType
- property name¶
Gets the name of this ForceResultControlItem. # noqa: E501
- Returns:
The name of this ForceResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'force_type': 'OneOfForceResultControlItemForceType', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ForceResultControlItem. # noqa: E501
Schema name: ForceResultControlItem # noqa: E501
- Returns:
The type of this ForceResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.forces_moments_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.forces_moments_result_control.ForcesMomentsResultControl(type='FORCES_AND_MOMENTS', name=None, center_of_rotation=None, write_control=None, fraction_from_end=None, export_statistics=None, group_assignments=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'center_of_rotation': 'centerOfRotation', 'export_statistics': 'exportStatistics', 'fraction_from_end': 'fractionFromEnd', 'group_assignments': 'groupAssignments', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type', 'write_control': 'writeControl'}¶
- property center_of_rotation¶
Gets the center_of_rotation of this ForcesMomentsResultControl. # noqa: E501
- Returns:
The center_of_rotation of this ForcesMomentsResultControl. # noqa: E501
- Return type:
- property export_statistics¶
Gets the export_statistics of this ForcesMomentsResultControl. # noqa: E501
<p>When this switch is activated, statistical data for the selected forces and moments will be exported:</p><ul><li>Minimum (<strong>MIN</strong>)</li><li>Maximum (<strong>MAX</strong>)</li><li>Average (<strong>AVG</strong>)</li><li>Standard deviation (<strong>STDDEV</strong>)</li><li>Root mean square (<strong>RMS</strong>)</li></ul> # noqa: E501
- Returns:
The export_statistics of this ForcesMomentsResultControl. # noqa: E501
- Return type:
bool
- property fraction_from_end¶
Gets the fraction_from_end of this ForcesMomentsResultControl. # noqa: E501
It defines the point in simulation where the result output data extraction starts. For instance, <i>Fraction from end</i> of 1 (100%) extracts all data from the beginning of the simulation while default 0.2 extracts 20% data from the end of the simulation. # noqa: E501
- Returns:
The fraction_from_end of this ForcesMomentsResultControl. # noqa: E501
- Return type:
float
- property group_assignments¶
Gets the group_assignments of this ForcesMomentsResultControl. # noqa: E501
When this switch is activated, forces and moments will be calculated cumulatively on all assignments. When deactivated, they will be calculated individually for each assignment. # noqa: E501
- Returns:
The group_assignments of this ForcesMomentsResultControl. # noqa: E501
- Return type:
bool
- property name¶
Gets the name of this ForcesMomentsResultControl. # noqa: E501
- Returns:
The name of this ForcesMomentsResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'center_of_rotation': 'DimensionalVectorLength', 'export_statistics': 'bool', 'fraction_from_end': 'float', 'group_assignments': 'bool', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str', 'write_control': 'OneOfForcesMomentsResultControlWriteControl'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ForcesMomentsResultControl. # noqa: E501
- Returns:
The topological_reference of this ForcesMomentsResultControl. # noqa: E501
- Return type:
- property type¶
Gets the type of this ForcesMomentsResultControl. # noqa: E501
Schema name: ForcesMomentsResultControl # noqa: E501
- Returns:
The type of this ForcesMomentsResultControl. # noqa: E501
- Return type:
str
- property write_control¶
Gets the write_control of this ForcesMomentsResultControl. # noqa: E501
- Returns:
The write_control of this ForcesMomentsResultControl. # noqa: E501
- Return type:
OneOfForcesMomentsResultControlWriteControl
simscale_sdk.models.forty_five_view_predefined_camera_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.forty_five_view_predefined_camera_settings.FortyFiveViewPredefinedCameraSettings(setting_type='FORTY_FIVE_FORTY_FIVE_VIEW', projection_type=None, direction_specifier=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'direction_specifier': 'directionSpecifier', 'projection_type': 'projectionType', 'setting_type': 'settingType'}¶
- property direction_specifier¶
Gets the direction_specifier of this FortyFiveViewPredefinedCameraSettings. # noqa: E501
- Returns:
The direction_specifier of this FortyFiveViewPredefinedCameraSettings. # noqa: E501
- Return type:
str
- openapi_types = {'direction_specifier': 'str', 'projection_type': 'ProjectionType', 'setting_type': 'str'}¶
- property projection_type¶
Gets the projection_type of this FortyFiveViewPredefinedCameraSettings. # noqa: E501
- Returns:
The projection_type of this FortyFiveViewPredefinedCameraSettings. # noqa: E501
- Return type:
- property setting_type¶
Gets the setting_type of this FortyFiveViewPredefinedCameraSettings. # noqa: E501
- Returns:
The setting_type of this FortyFiveViewPredefinedCameraSettings. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.fourth_gradient_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fourth_gradient_scheme.FourthGradientScheme(type='FOURTH', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FourthGradientScheme. # noqa: E501
Schema name: FourthGradientScheme # noqa: E501
- Returns:
The type of this FourthGradientScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.fraction_value_initial_condition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fraction_value_initial_condition.FractionValueInitialCondition(fraction_value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fraction_value': 'fractionValue'}¶
- property fraction_value¶
Gets the fraction_value of this FractionValueInitialCondition. # noqa: E501
- Returns:
The fraction_value of this FractionValueInitialCondition. # noqa: E501
- Return type:
float
- openapi_types = {'fraction_value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.fraction_values_initial_conditions module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fraction_values_initial_conditions.FractionValuesInitialConditions(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'list[FractionValueInitialCondition]', 'subdomains': 'list[SubdomainFractionValueInitialCondition]'}¶
- property subdomains¶
Gets the subdomains of this FractionValuesInitialConditions. # noqa: E501
- Returns:
The subdomains of this FractionValuesInitialConditions. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.fractional_height1 module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fractional_height1.FractionalHeight1(type='FRACTIONAL_HEIGHT_1', number_of_layers=None, total_relative_thickness=None, first_layer_size=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'first_layer_size': 'firstLayerSize', 'number_of_layers': 'numberOfLayers', 'total_relative_thickness': 'totalRelativeThickness', 'type': 'type'}¶
- property first_layer_size¶
Gets the first_layer_size of this FractionalHeight1. # noqa: E501
- Returns:
The first_layer_size of this FractionalHeight1. # noqa: E501
- Return type:
- property number_of_layers¶
Gets the number_of_layers of this FractionalHeight1. # noqa: E501
The <i>Number of layers</i> defines how many prismatic boundary layers should be created. 3 is default. # noqa: E501
- Returns:
The number_of_layers of this FractionalHeight1. # noqa: E501
- Return type:
int
- openapi_types = {'first_layer_size': 'DimensionalLength', 'number_of_layers': 'int', 'total_relative_thickness': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property total_relative_thickness¶
Gets the total_relative_thickness of this FractionalHeight1. # noqa: E501
It defines the thickness of all prismatic boundary layers combined in relation to the local element size.<img src=”/spec/resources/help/imgs/simmetrix-overall-layer-thickness.png” class=”helpPopupImage”/>Example 3-layer thickness of 40% (0.4) of the local mesh size. # noqa: E501
- Returns:
The total_relative_thickness of this FractionalHeight1. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this FractionalHeight1. # noqa: E501
Schema name: FractionalHeight1 # noqa: E501
- Returns:
The type of this FractionalHeight1. # noqa: E501
- Return type:
str
simscale_sdk.models.fractional_height2 module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.fractional_height2.FractionalHeight2(type='FRACTIONAL_HEIGHT_2', number_of_layers=None, total_relative_thickness=None, growth_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'growth_rate': 'growthRate', 'number_of_layers': 'numberOfLayers', 'total_relative_thickness': 'totalRelativeThickness', 'type': 'type'}¶
- property growth_rate¶
Gets the growth_rate of this FractionalHeight2. # noqa: E501
The <i>Growth rate</i> defines the thickness ratio between adjacent boundary layer cells. It needs to be always greater than 1 such that the layer thickness increases towards the interior of the mesh. For the same number of layers and overall thickness the larger the growth rate is inversely proportional to the first cell thickness. <img src=”/spec/resources/help/imgs/simmetrix-layer-growth-rate.png” class=”helpPopupImage”/>Example of each cell being 1.5 times thicker than its adjacent. # noqa: E501
- Returns:
The growth_rate of this FractionalHeight2. # noqa: E501
- Return type:
float
- property number_of_layers¶
Gets the number_of_layers of this FractionalHeight2. # noqa: E501
The <i>Number of layers</i> defines how many prismatic boundary layers should be created. 3 is default. # noqa: E501
- Returns:
The number_of_layers of this FractionalHeight2. # noqa: E501
- Return type:
int
- openapi_types = {'growth_rate': 'float', 'number_of_layers': 'int', 'total_relative_thickness': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property total_relative_thickness¶
Gets the total_relative_thickness of this FractionalHeight2. # noqa: E501
It defines the thickness of all prismatic boundary layers combined in relation to the local element size.<img src=”/spec/resources/help/imgs/simmetrix-overall-layer-thickness.png” class=”helpPopupImage”/>Example 3-layer thickness of 40% (0.4) of the local mesh size. # noqa: E501
- Returns:
The total_relative_thickness of this FractionalHeight2. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this FractionalHeight2. # noqa: E501
Schema name: FractionalHeight2 # noqa: E501
- Returns:
The type of this FractionalHeight2. # noqa: E501
- Return type:
str
simscale_sdk.models.free_axial_rotation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.free_axial_rotation.FreeAxialRotation(type='FREE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FreeAxialRotation. # noqa: E501
Schema name: FreeAxialRotation # noqa: E501
- Returns:
The type of this FreeAxialRotation. # noqa: E501
- Return type:
str
simscale_sdk.models.free_axial_translation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.free_axial_translation.FreeAxialTranslation(type='FREE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FreeAxialTranslation. # noqa: E501
Schema name: FreeAxialTranslation # noqa: E501
- Returns:
The type of this FreeAxialTranslation. # noqa: E501
- Return type:
str
simscale_sdk.models.freestream_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.freestream_pbc.FreestreamPBC(type='FREESTREAM', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FreestreamPBC. # noqa: E501
Schema name: FreestreamPBC # noqa: E501
- Returns:
The type of this FreestreamPBC. # noqa: E501
- Return type:
str
simscale_sdk.models.freestream_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.freestream_vbc.FreestreamVBC(type='FREESTREAM', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalVectorSpeed'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FreestreamVBC. # noqa: E501
Schema name: FreestreamVBC # noqa: E501
- Returns:
The type of this FreestreamVBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this FreestreamVBC. # noqa: E501
- Returns:
The value of this FreestreamVBC. # noqa: E501
- Return type:
simscale_sdk.models.frequency_analysis module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.frequency_analysis.FrequencyAnalysis(type='FREQUENCY_ANALYSIS', connection_groups=None, connectors=None, element_technology=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, numerics=None, simulation_control=None, result_control=None, mesh_order=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'boundary_conditions': 'boundaryConditions', 'connection_groups': 'connectionGroups', 'connectors': 'connectors', 'element_technology': 'elementTechnology', 'initial_conditions': 'initialConditions', 'materials': 'materials', 'mesh_order': 'meshOrder', 'model': 'model', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this FrequencyAnalysis. # noqa: E501
- Returns:
The boundary_conditions of this FrequencyAnalysis. # noqa: E501
- Return type:
list[OneOfFrequencyAnalysisBoundaryConditions]
- property connection_groups¶
Gets the connection_groups of this FrequencyAnalysis. # noqa: E501
- Returns:
The connection_groups of this FrequencyAnalysis. # noqa: E501
- Return type:
list[Contact]
- property connectors¶
Gets the connectors of this FrequencyAnalysis. # noqa: E501
- Returns:
The connectors of this FrequencyAnalysis. # noqa: E501
- Return type:
list[OneOfFrequencyAnalysisConnectors]
- property element_technology¶
Gets the element_technology of this FrequencyAnalysis. # noqa: E501
- Returns:
The element_technology of this FrequencyAnalysis. # noqa: E501
- Return type:
- property initial_conditions¶
Gets the initial_conditions of this FrequencyAnalysis. # noqa: E501
- Returns:
The initial_conditions of this FrequencyAnalysis. # noqa: E501
- Return type:
- property materials¶
Gets the materials of this FrequencyAnalysis. # noqa: E501
- Returns:
The materials of this FrequencyAnalysis. # noqa: E501
- Return type:
list[SolidMaterial]
- property mesh_order¶
Gets the mesh_order of this FrequencyAnalysis. # noqa: E501
- Returns:
The mesh_order of this FrequencyAnalysis. # noqa: E501
- Return type:
str
- property model¶
Gets the model of this FrequencyAnalysis. # noqa: E501
- Returns:
The model of this FrequencyAnalysis. # noqa: E501
- Return type:
- property numerics¶
Gets the numerics of this FrequencyAnalysis. # noqa: E501
- Returns:
The numerics of this FrequencyAnalysis. # noqa: E501
- Return type:
- openapi_types = {'boundary_conditions': 'list[OneOfFrequencyAnalysisBoundaryConditions]', 'connection_groups': 'list[Contact]', 'connectors': 'list[OneOfFrequencyAnalysisConnectors]', 'element_technology': 'SolidElementTechnology', 'initial_conditions': 'SolidInitialConditions', 'materials': 'list[SolidMaterial]', 'mesh_order': 'str', 'model': 'SolidModel', 'numerics': 'SolidNumerics', 'result_control': 'SolidResultControl', 'simulation_control': 'SolidSimulationControl', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this FrequencyAnalysis. # noqa: E501
- Returns:
The result_control of this FrequencyAnalysis. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this FrequencyAnalysis. # noqa: E501
- Returns:
The simulation_control of this FrequencyAnalysis. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FrequencyAnalysis. # noqa: E501
Schema name: FrequencyAnalysis # noqa: E501
- Returns:
The type of this FrequencyAnalysis. # noqa: E501
- Return type:
str
simscale_sdk.models.frequency_list module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.frequency_list.FrequencyList(type='LIST_V20', start_frequency=None, end_frequency=None, frequency_stepping=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'end_frequency': 'endFrequency', 'frequency_stepping': 'frequencyStepping', 'start_frequency': 'startFrequency', 'type': 'type'}¶
- property end_frequency¶
Gets the end_frequency of this FrequencyList. # noqa: E501
- Returns:
The end_frequency of this FrequencyList. # noqa: E501
- Return type:
- property frequency_stepping¶
Gets the frequency_stepping of this FrequencyList. # noqa: E501
- Returns:
The frequency_stepping of this FrequencyList. # noqa: E501
- Return type:
- openapi_types = {'end_frequency': 'DimensionalFrequency', 'frequency_stepping': 'RestrictedDimensionalFunctionFrequency', 'start_frequency': 'DimensionalFrequency', 'type': 'str'}¶
- property start_frequency¶
Gets the start_frequency of this FrequencyList. # noqa: E501
- Returns:
The start_frequency of this FrequencyList. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FrequencyList. # noqa: E501
Schema name: FrequencyList # noqa: E501
- Returns:
The type of this FrequencyList. # noqa: E501
- Return type:
str
simscale_sdk.models.frequency_range module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.frequency_range.FrequencyRange(type='RANGE', start_frequency=None, end_frequency=None, number_of_sub_bands=None, parallelization_level=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'end_frequency': 'endFrequency', 'number_of_sub_bands': 'numberOfSubBands', 'parallelization_level': 'parallelizationLevel', 'start_frequency': 'startFrequency', 'type': 'type'}¶
- property end_frequency¶
Gets the end_frequency of this FrequencyRange. # noqa: E501
- Returns:
The end_frequency of this FrequencyRange. # noqa: E501
- Return type:
- property number_of_sub_bands¶
Gets the number_of_sub_bands of this FrequencyRange. # noqa: E501
- Returns:
The number_of_sub_bands of this FrequencyRange. # noqa: E501
- Return type:
int
- openapi_types = {'end_frequency': 'DimensionalFrequency', 'number_of_sub_bands': 'int', 'parallelization_level': 'str', 'start_frequency': 'DimensionalFrequency', 'type': 'str'}¶
- property parallelization_level¶
Gets the parallelization_level of this FrequencyRange. # noqa: E501
- Returns:
The parallelization_level of this FrequencyRange. # noqa: E501
- Return type:
str
- property start_frequency¶
Gets the start_frequency of this FrequencyRange. # noqa: E501
- Returns:
The start_frequency of this FrequencyRange. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FrequencyRange. # noqa: E501
Schema name: FrequencyRange # noqa: E501
- Returns:
The type of this FrequencyRange. # noqa: E501
- Return type:
str
simscale_sdk.models.friction_augmented_lagrange_coef module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.friction_augmented_lagrange_coef.FrictionAugmentedLagrangeCoef(type='FRICTION_AUGMENTATION_COEF', friction_augmentation_coefficient=None, coulomb_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'coulomb_coefficient': 'coulombCoefficient', 'friction_augmentation_coefficient': 'frictionAugmentationCoefficient', 'type': 'type'}¶
- property coulomb_coefficient¶
Gets the coulomb_coefficient of this FrictionAugmentedLagrangeCoef. # noqa: E501
- Returns:
The coulomb_coefficient of this FrictionAugmentedLagrangeCoef. # noqa: E501
- Return type:
float
- property friction_augmentation_coefficient¶
Gets the friction_augmentation_coefficient of this FrictionAugmentedLagrangeCoef. # noqa: E501
- Returns:
The friction_augmentation_coefficient of this FrictionAugmentedLagrangeCoef. # noqa: E501
- Return type:
- openapi_types = {'coulomb_coefficient': 'float', 'friction_augmentation_coefficient': 'DimensionalFrictionAugmentation', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FrictionAugmentedLagrangeCoef. # noqa: E501
Schema name: FrictionAugmentedLagrangeCoef # noqa: E501
- Returns:
The type of this FrictionAugmentedLagrangeCoef. # noqa: E501
- Return type:
str
simscale_sdk.models.friction_contact module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.friction_contact.FrictionContact(type='FRICTION_CONTACT', name=None, contact_solution_method=None, friction_coefficient=None, fictitious_clearance=None, master_topological_reference=None, slave_topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'contact_solution_method': 'contactSolutionMethod', 'fictitious_clearance': 'fictitiousClearance', 'friction_coefficient': 'frictionCoefficient', 'master_topological_reference': 'masterTopologicalReference', 'name': 'name', 'slave_topological_reference': 'slaveTopologicalReference', 'type': 'type'}¶
- property contact_solution_method¶
Gets the contact_solution_method of this FrictionContact. # noqa: E501
- Returns:
The contact_solution_method of this FrictionContact. # noqa: E501
- Return type:
OneOfFrictionContactContactSolutionMethod
- property fictitious_clearance¶
Gets the fictitious_clearance of this FrictionContact. # noqa: E501
- Returns:
The fictitious_clearance of this FrictionContact. # noqa: E501
- Return type:
OneOfFrictionContactFictitiousClearance
- property friction_coefficient¶
Gets the friction_coefficient of this FrictionContact. # noqa: E501
- Returns:
The friction_coefficient of this FrictionContact. # noqa: E501
- Return type:
OneOfFrictionContactFrictionCoefficient
- property master_topological_reference¶
Gets the master_topological_reference of this FrictionContact. # noqa: E501
- Returns:
The master_topological_reference of this FrictionContact. # noqa: E501
- Return type:
- property name¶
Gets the name of this FrictionContact. # noqa: E501
- Returns:
The name of this FrictionContact. # noqa: E501
- Return type:
str
- openapi_types = {'contact_solution_method': 'OneOfFrictionContactContactSolutionMethod', 'fictitious_clearance': 'OneOfFrictionContactFictitiousClearance', 'friction_coefficient': 'OneOfFrictionContactFrictionCoefficient', 'master_topological_reference': 'TopologicalReference', 'name': 'str', 'slave_topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property slave_topological_reference¶
Gets the slave_topological_reference of this FrictionContact. # noqa: E501
- Returns:
The slave_topological_reference of this FrictionContact. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FrictionContact. # noqa: E501
Schema name: FrictionContact # noqa: E501
- Returns:
The type of this FrictionContact. # noqa: E501
- Return type:
str
simscale_sdk.models.friction_penalty_coef module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.friction_penalty_coef.FrictionPenaltyCoef(type='FRICTION_PENALTY_COEF', friction_penalty_coefficient=None, coulomb_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'coulomb_coefficient': 'coulombCoefficient', 'friction_penalty_coefficient': 'frictionPenaltyCoefficient', 'type': 'type'}¶
- property coulomb_coefficient¶
Gets the coulomb_coefficient of this FrictionPenaltyCoef. # noqa: E501
- Returns:
The coulomb_coefficient of this FrictionPenaltyCoef. # noqa: E501
- Return type:
float
- property friction_penalty_coefficient¶
Gets the friction_penalty_coefficient of this FrictionPenaltyCoef. # noqa: E501
- Returns:
The friction_penalty_coefficient of this FrictionPenaltyCoef. # noqa: E501
- Return type:
float
- openapi_types = {'coulomb_coefficient': 'float', 'friction_penalty_coefficient': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FrictionPenaltyCoef. # noqa: E501
Schema name: FrictionPenaltyCoef # noqa: E501
- Returns:
The type of this FrictionPenaltyCoef. # noqa: E501
- Return type:
str
simscale_sdk.models.friction_velocity_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.friction_velocity_result_type.FrictionVelocityResultType(type='FRICTION_VELOCITY_U_TAU', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FrictionVelocityResultType. # noqa: E501
Schema name: FrictionVelocityResultType # noqa: E501
- Returns:
The type of this FrictionVelocityResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.frictionless_contact module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.frictionless_contact.FrictionlessContact(type='FRICTIONLESS_CONTACT', name=None, contact_solution_method=None, fictitious_clearance=None, master_topological_reference=None, slave_topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'contact_solution_method': 'contactSolutionMethod', 'fictitious_clearance': 'fictitiousClearance', 'master_topological_reference': 'masterTopologicalReference', 'name': 'name', 'slave_topological_reference': 'slaveTopologicalReference', 'type': 'type'}¶
- property contact_solution_method¶
Gets the contact_solution_method of this FrictionlessContact. # noqa: E501
- Returns:
The contact_solution_method of this FrictionlessContact. # noqa: E501
- Return type:
OneOfFrictionlessContactContactSolutionMethod
- property fictitious_clearance¶
Gets the fictitious_clearance of this FrictionlessContact. # noqa: E501
- Returns:
The fictitious_clearance of this FrictionlessContact. # noqa: E501
- Return type:
OneOfFrictionlessContactFictitiousClearance
- property master_topological_reference¶
Gets the master_topological_reference of this FrictionlessContact. # noqa: E501
- Returns:
The master_topological_reference of this FrictionlessContact. # noqa: E501
- Return type:
- property name¶
Gets the name of this FrictionlessContact. # noqa: E501
- Returns:
The name of this FrictionlessContact. # noqa: E501
- Return type:
str
- openapi_types = {'contact_solution_method': 'OneOfFrictionlessContactContactSolutionMethod', 'fictitious_clearance': 'OneOfFrictionlessContactFictitiousClearance', 'master_topological_reference': 'TopologicalReference', 'name': 'str', 'slave_topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property slave_topological_reference¶
Gets the slave_topological_reference of this FrictionlessContact. # noqa: E501
- Returns:
The slave_topological_reference of this FrictionlessContact. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FrictionlessContact. # noqa: E501
Schema name: FrictionlessContact # noqa: E501
- Returns:
The type of this FrictionlessContact. # noqa: E501
- Return type:
str
simscale_sdk.models.full_rank_acceleration module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.full_rank_acceleration.FullRankAcceleration(type='FULL_RANK', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FullRankAcceleration. # noqa: E501
Schema name: FullRankAcceleration # noqa: E501
- Returns:
The type of this FullRankAcceleration. # noqa: E501
- Return type:
str
simscale_sdk.models.full_resolution_dvbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.full_resolution_dvbc.FullResolutionDVBC(type='FULL_RESOLUTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FullResolutionDVBC. # noqa: E501
Schema name: FullResolutionDVBC # noqa: E501
- Returns:
The type of this FullResolutionDVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.full_resolution_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.full_resolution_ebc.FullResolutionEBC(type='FULL_RESOLUTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FullResolutionEBC. # noqa: E501
Schema name: FullResolutionEBC # noqa: E501
- Returns:
The type of this FullResolutionEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.full_resolution_evbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.full_resolution_evbc.FullResolutionEVBC(type='FULL_RESOLUTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FullResolutionEVBC. # noqa: E501
Schema name: FullResolutionEVBC # noqa: E501
- Returns:
The type of this FullResolutionEVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.full_resolution_evcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.full_resolution_evcbc.FullResolutionEVCBC(type='FULL_RESOLUTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FullResolutionEVCBC. # noqa: E501
Schema name: FullResolutionEVCBC # noqa: E501
- Returns:
The type of this FullResolutionEVCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.full_resolution_nbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.full_resolution_nbc.FullResolutionNBC(type='FULL_RESOLUTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FullResolutionNBC. # noqa: E501
Schema name: FullResolutionNBC # noqa: E501
- Returns:
The type of this FullResolutionNBC. # noqa: E501
- Return type:
str
simscale_sdk.models.full_resolution_obc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.full_resolution_obc.FullResolutionOBC(type='FULL_RESOLUTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FullResolutionOBC. # noqa: E501
Schema name: FullResolutionOBC # noqa: E501
- Returns:
The type of this FullResolutionOBC. # noqa: E501
- Return type:
str
simscale_sdk.models.full_resolution_tdbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.full_resolution_tdbc.FullResolutionTDBC(type='FULL_RESOLUTION', prandtl_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'prandtl_number': 'prandtlNumber', 'type': 'type'}¶
- openapi_types = {'prandtl_number': 'float', 'type': 'str'}¶
- property prandtl_number¶
Gets the prandtl_number of this FullResolutionTDBC. # noqa: E501
- Returns:
The prandtl_number of this FullResolutionTDBC. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FullResolutionTDBC. # noqa: E501
Schema name: FullResolutionTDBC # noqa: E501
- Returns:
The type of this FullResolutionTDBC. # noqa: E501
- Return type:
str
simscale_sdk.models.full_resolution_tdcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.full_resolution_tdcbc.FullResolutionTDCBC(type='FULL_RESOLUTION', prandtl_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'prandtl_number': 'prandtlNumber', 'type': 'type'}¶
- openapi_types = {'prandtl_number': 'float', 'type': 'str'}¶
- property prandtl_number¶
Gets the prandtl_number of this FullResolutionTDCBC. # noqa: E501
- Returns:
The prandtl_number of this FullResolutionTDCBC. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FullResolutionTDCBC. # noqa: E501
Schema name: FullResolutionTDCBC # noqa: E501
- Returns:
The type of this FullResolutionTDCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.full_resolution_tkebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.full_resolution_tkebc.FullResolutionTKEBC(type='FULL_RESOLUTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this FullResolutionTKEBC. # noqa: E501
Schema name: FullResolutionTKEBC # noqa: E501
- Returns:
The type of this FullResolutionTKEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.function_parameter module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.function_parameter.FunctionParameter(parameter=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'parameter': 'parameter', 'unit': 'unit'}¶
- openapi_types = {'parameter': 'str', 'unit': 'str'}¶
- property parameter¶
Gets the parameter of this FunctionParameter. # noqa: E501
- Returns:
The parameter of this FunctionParameter. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this FunctionParameter. # noqa: E501
- Returns:
The unit of this FunctionParameter. # noqa: E501
- Return type:
str
simscale_sdk.models.gamg_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gamg_solver.GAMGSolver(type='GAMG', absolute_tolerance=None, relative_tolerance=None, smoother=None, num_pre_sweeps=None, num_post_sweeps=None, cache_agglomeration_on=None, num_cells_coarsest_level=None, num_merge_levels=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property absolute_tolerance¶
Gets the absolute_tolerance of this GAMGSolver. # noqa: E501
<p>Define the absolute tolerance for the residual. The convergence process will be stopped as soon as the residual falls below the absolute tolerance.</p> # noqa: E501
- Returns:
The absolute_tolerance of this GAMGSolver. # noqa: E501
- Return type:
float
- attribute_map = {'absolute_tolerance': 'absoluteTolerance', 'cache_agglomeration_on': 'cacheAgglomerationOn', 'num_cells_coarsest_level': 'numCellsCoarsestLevel', 'num_merge_levels': 'numMergeLevels', 'num_post_sweeps': 'numPostSweeps', 'num_pre_sweeps': 'numPreSweeps', 'relative_tolerance': 'relativeTolerance', 'smoother': 'smoother', 'type': 'type'}¶
- property cache_agglomeration_on¶
Gets the cache_agglomeration_on of this GAMGSolver. # noqa: E501
- Returns:
The cache_agglomeration_on of this GAMGSolver. # noqa: E501
- Return type:
bool
- property num_cells_coarsest_level¶
Gets the num_cells_coarsest_level of this GAMGSolver. # noqa: E501
- Returns:
The num_cells_coarsest_level of this GAMGSolver. # noqa: E501
- Return type:
int
- property num_merge_levels¶
Gets the num_merge_levels of this GAMGSolver. # noqa: E501
- Returns:
The num_merge_levels of this GAMGSolver. # noqa: E501
- Return type:
int
- property num_post_sweeps¶
Gets the num_post_sweeps of this GAMGSolver. # noqa: E501
- Returns:
The num_post_sweeps of this GAMGSolver. # noqa: E501
- Return type:
int
- property num_pre_sweeps¶
Gets the num_pre_sweeps of this GAMGSolver. # noqa: E501
- Returns:
The num_pre_sweeps of this GAMGSolver. # noqa: E501
- Return type:
int
- openapi_types = {'absolute_tolerance': 'float', 'cache_agglomeration_on': 'bool', 'num_cells_coarsest_level': 'int', 'num_merge_levels': 'int', 'num_post_sweeps': 'int', 'num_pre_sweeps': 'int', 'relative_tolerance': 'float', 'smoother': 'str', 'type': 'str'}¶
- property relative_tolerance¶
Gets the relative_tolerance of this GAMGSolver. # noqa: E501
<p>Choose the relative tolerance for the residual. The convergence process will be stopped as soon as the ratio of current to initial residual falls below the relative tolerance.</p> # noqa: E501
- Returns:
The relative_tolerance of this GAMGSolver. # noqa: E501
- Return type:
float
- property smoother¶
Gets the smoother of this GAMGSolver. # noqa: E501
<p>Choose a smoother for your solver.</p> # noqa: E501
- Returns:
The smoother of this GAMGSolver. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GAMGSolver. # noqa: E501
Schema name: GAMGSolver # noqa: E501
- Returns:
The type of this GAMGSolver. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_interface_compression_divergence_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_interface_compression_divergence_scheme.GaussInterfaceCompressionDivergenceScheme(type='GAUSS_INTERFACECOMPRESSION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussInterfaceCompressionDivergenceScheme. # noqa: E501
Schema name: GaussInterfaceCompressionDivergenceScheme # noqa: E501
- Returns:
The type of this GaussInterfaceCompressionDivergenceScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_limited_linear1_divergence_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_limited_linear1_divergence_scheme.GaussLimitedLinear1DivergenceScheme(type='GAUSS_LIMITEDLINEAR_1', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussLimitedLinear1DivergenceScheme. # noqa: E501
Schema name: GaussLimitedLinear1DivergenceScheme # noqa: E501
- Returns:
The type of this GaussLimitedLinear1DivergenceScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_limited_linear_v1_divergence_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_limited_linear_v1_divergence_scheme.GaussLimitedLinearV1DivergenceScheme(type='GAUSS_LIMITEDLINEARV_1', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussLimitedLinearV1DivergenceScheme. # noqa: E501
Schema name: GaussLimitedLinearV1DivergenceScheme # noqa: E501
- Returns:
The type of this GaussLimitedLinearV1DivergenceScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_linear_corrected_laplacian_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_linear_corrected_laplacian_scheme.GaussLinearCorrectedLaplacianScheme(type='GAUSS_LINEAR_CORRECTED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussLinearCorrectedLaplacianScheme. # noqa: E501
Schema name: GaussLinearCorrectedLaplacianScheme # noqa: E501
- Returns:
The type of this GaussLinearCorrectedLaplacianScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_linear_divergence_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_linear_divergence_scheme.GaussLinearDivergenceScheme(type='GAUSS_LINEAR', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussLinearDivergenceScheme. # noqa: E501
Schema name: GaussLinearDivergenceScheme # noqa: E501
- Returns:
The type of this GaussLinearDivergenceScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_linear_gradient_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_linear_gradient_scheme.GaussLinearGradientScheme(type='GAUSS_LINEAR', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussLinearGradientScheme. # noqa: E501
Schema name: GaussLinearGradientScheme # noqa: E501
- Returns:
The type of this GaussLinearGradientScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_linear_limited_corrected_laplacian_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_linear_limited_corrected_laplacian_scheme.GaussLinearLimitedCorrectedLaplacianScheme(type='GAUSS_LINEAR_LIMITED_CORRECTED', limiter_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'limiter_coefficient': 'limiterCoefficient', 'type': 'type'}¶
- property limiter_coefficient¶
Gets the limiter_coefficient of this GaussLinearLimitedCorrectedLaplacianScheme. # noqa: E501
This property defines a limiter coefficient for the scheme:<ul><li><strong>0</strong>: no correction, equivalent to the uncorrected scheme</li><li><strong>1</strong>: full non-orthogonal correction applied</li><li><strong>0.5</strong>: non-orthogonal contribution does not exceed the orthogonal part</li></ul> # noqa: E501
- Returns:
The limiter_coefficient of this GaussLinearLimitedCorrectedLaplacianScheme. # noqa: E501
- Return type:
float
- openapi_types = {'limiter_coefficient': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussLinearLimitedCorrectedLaplacianScheme. # noqa: E501
Schema name: GaussLinearLimitedCorrectedLaplacianScheme # noqa: E501
- Returns:
The type of this GaussLinearLimitedCorrectedLaplacianScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_linear_uncorrected_laplacian_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_linear_uncorrected_laplacian_scheme.GaussLinearUncorrectedLaplacianScheme(type='GAUSS_LINEAR_UNCORRECTED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussLinearUncorrectedLaplacianScheme. # noqa: E501
Schema name: GaussLinearUncorrectedLaplacianScheme # noqa: E501
- Returns:
The type of this GaussLinearUncorrectedLaplacianScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_linear_upwind_limited_grad_divergence_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_linear_upwind_limited_grad_divergence_scheme.GaussLinearUpwindLimitedGradDivergenceScheme(type='GAUSS_LINEARUPWIND_LIMITEDGRAD', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussLinearUpwindLimitedGradDivergenceScheme. # noqa: E501
Schema name: GaussLinearUpwindLimitedGradDivergenceScheme # noqa: E501
- Returns:
The type of this GaussLinearUpwindLimitedGradDivergenceScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_linear_upwind_unlimited_divergence_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_linear_upwind_unlimited_divergence_scheme.GaussLinearUpwindUnlimitedDivergenceScheme(type='GAUSS_LINEARUPWIND_UNLIMITED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussLinearUpwindUnlimitedDivergenceScheme. # noqa: E501
Schema name: GaussLinearUpwindUnlimitedDivergenceScheme # noqa: E501
- Returns:
The type of this GaussLinearUpwindUnlimitedDivergenceScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_linear_upwind_v_grad_u_divergence_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_linear_upwind_v_grad_u_divergence_scheme.GaussLinearUpwindVGradUDivergenceScheme(type='GAUSS_LINEARUPWINDV_GRAD_U_', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussLinearUpwindVGradUDivergenceScheme. # noqa: E501
Schema name: GaussLinearUpwindVGradUDivergenceScheme # noqa: E501
- Returns:
The type of this GaussLinearUpwindVGradUDivergenceScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_linear_upwind_v_unlimited_divergence_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_linear_upwind_v_unlimited_divergence_scheme.GaussLinearUpwindVUnlimitedDivergenceScheme(type='GAUSS_LINEARUPWINDV_UNLIMITED', limiter_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'limiter_coefficient': 'limiterCoefficient', 'type': 'type'}¶
- property limiter_coefficient¶
Gets the limiter_coefficient of this GaussLinearUpwindVUnlimitedDivergenceScheme. # noqa: E501
This property defines a limiter coefficient for the scheme. 1 ensures boundedness while 0 applies no limiting. # noqa: E501
- Returns:
The limiter_coefficient of this GaussLinearUpwindVUnlimitedDivergenceScheme. # noqa: E501
- Return type:
float
- openapi_types = {'limiter_coefficient': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussLinearUpwindVUnlimitedDivergenceScheme. # noqa: E501
Schema name: GaussLinearUpwindVUnlimitedDivergenceScheme # noqa: E501
- Returns:
The type of this GaussLinearUpwindVUnlimitedDivergenceScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_upwind_divergence_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_upwind_divergence_scheme.GaussUpwindDivergenceScheme(type='GAUSS_UPWIND', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussUpwindDivergenceScheme. # noqa: E501
Schema name: GaussUpwindDivergenceScheme # noqa: E501
- Returns:
The type of this GaussUpwindDivergenceScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.gauss_vanleer_divergence_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gauss_vanleer_divergence_scheme.GaussVanleerDivergenceScheme(type='GAUSS_VANLEER', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GaussVanleerDivergenceScheme. # noqa: E501
Schema name: GaussVanleerDivergenceScheme # noqa: E501
- Returns:
The type of this GaussVanleerDivergenceScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.general_darcy_forchheimer_pacefish module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.general_darcy_forchheimer_pacefish.GeneralDarcyForchheimerPacefish(type='GENERAL_POROSITY', name=None, darcy_forchheimer_type=None, permeability=None, friction_form_coefficient=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'darcy_forchheimer_type': 'darcyForchheimerType', 'friction_form_coefficient': 'frictionFormCoefficient', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'permeability': 'permeability', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property darcy_forchheimer_type¶
Gets the darcy_forchheimer_type of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Returns:
The darcy_forchheimer_type of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Return type:
OneOfGeneralDarcyForchheimerPacefishDarcyForchheimerType
- property friction_form_coefficient¶
Gets the friction_form_coefficient of this GeneralDarcyForchheimerPacefish. # noqa: E501
Friction form coefficient defines the pressure losses due to inertial effects through the porous object. The greater the friction form coefficient, the greater the pressure losses due to inertial effects are. Friction form coefficient of zero means that there are no inertial losses through the porous object. # noqa: E501
- Returns:
The friction_form_coefficient of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Return type:
float
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Returns:
The geometry_primitive_uuids of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Returns:
The name of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Return type:
str
- openapi_types = {'darcy_forchheimer_type': 'OneOfGeneralDarcyForchheimerPacefishDarcyForchheimerType', 'friction_form_coefficient': 'float', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'permeability': 'DimensionalArea', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property permeability¶
Gets the permeability of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Returns:
The permeability of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Returns:
The topological_reference of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Return type:
- property type¶
Gets the type of this GeneralDarcyForchheimerPacefish. # noqa: E501
Schema name: GeneralDarcyForchheimerPacefish # noqa: E501
- Returns:
The type of this GeneralDarcyForchheimerPacefish. # noqa: E501
- Return type:
str
simscale_sdk.models.general_hole_shape module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.general_hole_shape.GeneralHoleShape(type='GENERAL', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GeneralHoleShape. # noqa: E501
General formulation that does not depend on the shape of the holes. Valid only for thin plates where thickness to hole ratio is less than 0.015 and Reynolds number is greater than 10000. Schema name: GeneralHoleShape # noqa: E501
- Returns:
The type of this GeneralHoleShape. # noqa: E501
- Return type:
str
simscale_sdk.models.geographical_location module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geographical_location.GeographicalLocation(latitude=None, longitude=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'latitude': 'latitude', 'longitude': 'longitude'}¶
- property latitude¶
Gets the latitude of this GeographicalLocation. # noqa: E501
- Returns:
The latitude of this GeographicalLocation. # noqa: E501
- Return type:
- property longitude¶
Gets the longitude of this GeographicalLocation. # noqa: E501
- Returns:
The longitude of this GeographicalLocation. # noqa: E501
- Return type:
- openapi_types = {'latitude': 'DimensionalAngle', 'longitude': 'DimensionalAngle'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.geometric_growth module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geometric_growth.GeometricGrowth(type='GEOMETRIC_GROWTH', number_of_layers=None, total_absolute_thickness=None, first_layer_size=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'first_layer_size': 'firstLayerSize', 'number_of_layers': 'numberOfLayers', 'total_absolute_thickness': 'totalAbsoluteThickness', 'type': 'type'}¶
- property first_layer_size¶
Gets the first_layer_size of this GeometricGrowth. # noqa: E501
- Returns:
The first_layer_size of this GeometricGrowth. # noqa: E501
- Return type:
- property number_of_layers¶
Gets the number_of_layers of this GeometricGrowth. # noqa: E501
The <i>Number of layers</i> defines how many prismatic boundary layers should be created. 3 is default. # noqa: E501
- Returns:
The number_of_layers of this GeometricGrowth. # noqa: E501
- Return type:
int
- openapi_types = {'first_layer_size': 'DimensionalLength', 'number_of_layers': 'int', 'total_absolute_thickness': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property total_absolute_thickness¶
Gets the total_absolute_thickness of this GeometricGrowth. # noqa: E501
- Returns:
The total_absolute_thickness of this GeometricGrowth. # noqa: E501
- Return type:
- property type¶
Gets the type of this GeometricGrowth. # noqa: E501
Schema name: GeometricGrowth # noqa: E501
- Returns:
The type of this GeometricGrowth. # noqa: E501
- Return type:
str
simscale_sdk.models.geometries module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geometries.Geometries(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this Geometries. # noqa: E501
- Returns:
The embedded of this Geometries. # noqa: E501
- Return type:
list[Geometry]
- property links¶
Gets the links of this Geometries. # noqa: E501
- Returns:
The links of this Geometries. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this Geometries. # noqa: E501
- Returns:
The meta of this Geometries. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[Geometry]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.geometry module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geometry.Geometry(geometry_id=None, name=None, created_at=None, format=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'created_at': 'createdAt', 'format': 'format', 'geometry_id': 'geometryId', 'name': 'name'}¶
- property created_at¶
Gets the created_at of this Geometry. # noqa: E501
The time when the geometry was imported. # noqa: E501
- Returns:
The created_at of this Geometry. # noqa: E501
- Return type:
datetime
- property format¶
Gets the format of this Geometry. # noqa: E501
The geometry format. # noqa: E501
- Returns:
The format of this Geometry. # noqa: E501
- Return type:
str
- property geometry_id¶
Gets the geometry_id of this Geometry. # noqa: E501
- Returns:
The geometry_id of this Geometry. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this Geometry. # noqa: E501
The name of the geometry. # noqa: E501
- Returns:
The name of this Geometry. # noqa: E501
- Return type:
str
- openapi_types = {'created_at': 'datetime', 'format': 'str', 'geometry_id': 'str', 'name': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.geometry_import_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geometry_import_request.GeometryImportRequest(name=None, location=None, format=None, input_unit=None, options=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'format': 'format', 'input_unit': 'inputUnit', 'location': 'location', 'name': 'name', 'options': 'options'}¶
- property format¶
Gets the format of this GeometryImportRequest. # noqa: E501
The CAD format. # noqa: E501
- Returns:
The format of this GeometryImportRequest. # noqa: E501
- Return type:
str
- property input_unit¶
Gets the input_unit of this GeometryImportRequest. # noqa: E501
- Returns:
The input_unit of this GeometryImportRequest. # noqa: E501
- Return type:
- property location¶
Gets the location of this GeometryImportRequest. # noqa: E501
- Returns:
The location of this GeometryImportRequest. # noqa: E501
- Return type:
- property name¶
Gets the name of this GeometryImportRequest. # noqa: E501
The name of the imported geometry. # noqa: E501
- Returns:
The name of this GeometryImportRequest. # noqa: E501
- Return type:
str
- openapi_types = {'format': 'str', 'input_unit': 'GeometryUnit', 'location': 'GeometryImportRequestLocation', 'name': 'str', 'options': 'GeometryImportRequestOptions'}¶
- property options¶
Gets the options of this GeometryImportRequest. # noqa: E501
- Returns:
The options of this GeometryImportRequest. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.geometry_import_request_location module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geometry_import_request_location.GeometryImportRequestLocation(storage_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'storage_id': 'storageId'}¶
- openapi_types = {'storage_id': 'str'}¶
- property storage_id¶
Gets the storage_id of this GeometryImportRequestLocation. # noqa: E501
The storage ID of the temporary storage location where the CAD file has been uploaded. # noqa: E501
- Returns:
The storage_id of this GeometryImportRequestLocation. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.geometry_import_request_options module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geometry_import_request_options.GeometryImportRequestOptions(facet_split=False, sewing=False, improve=True, optimize_for_lbm_solver=False, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'facet_split': 'facetSplit', 'improve': 'improve', 'optimize_for_lbm_solver': 'optimizeForLBMSolver', 'sewing': 'sewing'}¶
- property facet_split¶
Gets the facet_split of this GeometryImportRequestOptions. # noqa: E501
_Facet Split_ tries to split the faceted parts of a model. This means it can create new faces from original faces. In this case it’s not possible to use the original faces to make assignments. # noqa: E501
- Returns:
The facet_split of this GeometryImportRequestOptions. # noqa: E501
- Return type:
bool
- property improve¶
Gets the improve of this GeometryImportRequestOptions. # noqa: E501
This option tries to improve the topology (e.g. edges, vertices) and geometry of the model by adjusting tolerances, simplifying entities, etc. As this option should improve CAD operations and data handling for all downstream applications it is recommended to use it on import. For very complex models it can take a considerable amount of time though, therefore you can also opt-out and reconsider in case you face issues in geometry handling or meshing. # noqa: E501
- Returns:
The improve of this GeometryImportRequestOptions. # noqa: E501
- Return type:
bool
- openapi_types = {'facet_split': 'bool', 'improve': 'bool', 'optimize_for_lbm_solver': 'bool', 'sewing': 'bool'}¶
- property optimize_for_lbm_solver¶
Gets the optimize_for_lbm_solver of this GeometryImportRequestOptions. # noqa: E501
This option allows you to import a *.stl file that is optimized for the Incompressible LBM and Wind Comfort analysis types. It leaves out complex import steps like sewing and cleanup that are not required by the LBM solver and therefore also allows to import big and complex models fast. # noqa: E501
- Returns:
The optimize_for_lbm_solver of this GeometryImportRequestOptions. # noqa: E501
- Return type:
bool
- property sewing¶
Gets the sewing of this GeometryImportRequestOptions. # noqa: E501
_Automatic Sewing_ is sewing faces or sheet bodies together. This means that it can create one new face from two (or more) original faces, as well as one solid body from two (or more) original sheet bodies. In this case, if the entities have the same ID, it will be inherited by the newly created entity. However if the original entities do not share the same ID, only one of these will be mapped to the new entity. This might not be desirable if one would like to make assignments on the original entities and not on the new (sewn) entities. # noqa: E501
- Returns:
The sewing of this GeometryImportRequestOptions. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.geometry_import_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geometry_import_response.GeometryImportResponse(geometry_import_id=None, status=None, geometry_id=None, failure_reason=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'failure_reason': 'failureReason', 'geometry_id': 'geometryId', 'geometry_import_id': 'geometryImportId', 'status': 'status'}¶
- property failure_reason¶
Gets the failure_reason of this GeometryImportResponse. # noqa: E501
- Returns:
The failure_reason of this GeometryImportResponse. # noqa: E501
- Return type:
- property geometry_id¶
Gets the geometry_id of this GeometryImportResponse. # noqa: E501
The ID of the imported geometry when the import succeeded. # noqa: E501
- Returns:
The geometry_id of this GeometryImportResponse. # noqa: E501
- Return type:
str
- property geometry_import_id¶
Gets the geometry_import_id of this GeometryImportResponse. # noqa: E501
The ID of the geometry import operation. # noqa: E501
- Returns:
The geometry_import_id of this GeometryImportResponse. # noqa: E501
- Return type:
str
- openapi_types = {'failure_reason': 'LogEntry', 'geometry_id': 'str', 'geometry_import_id': 'str', 'status': 'Status'}¶
- property status¶
Gets the status of this GeometryImportResponse. # noqa: E501
- Returns:
The status of this GeometryImportResponse. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.geometry_mappings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geometry_mappings.GeometryMappings(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this GeometryMappings. # noqa: E501
- Returns:
The embedded of this GeometryMappings. # noqa: E501
- Return type:
list[EntityDescription]
- property links¶
Gets the links of this GeometryMappings. # noqa: E501
- Returns:
The links of this GeometryMappings. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this GeometryMappings. # noqa: E501
- Returns:
The meta of this GeometryMappings. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[EntityDescription]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.geometry_primitive module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geometry_primitive.GeometryPrimitive(type='LOCAL_HALF_SPACE', id=None, name=None, min=None, max=None, rotation_point=None, rotation_angles=None, orientation_reference=None, center=None, radius=None, reference=None, axis=None, scale=None, translation=None, rotation_axis=None, rotation_angle=None, reference_point=None, normal=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'axis': 'axis', 'center': 'center', 'id': 'id', 'max': 'max', 'min': 'min', 'name': 'name', 'normal': 'normal', 'orientation_reference': 'orientationReference', 'radius': 'radius', 'reference': 'reference', 'reference_point': 'referencePoint', 'rotation_angle': 'rotationAngle', 'rotation_angles': 'rotationAngles', 'rotation_axis': 'rotationAxis', 'rotation_point': 'rotationPoint', 'scale': 'scale', 'translation': 'translation', 'type': 'type'}¶
- property axis¶
Gets the axis of this GeometryPrimitive. # noqa: E501
- Returns:
The axis of this GeometryPrimitive. # noqa: E501
- Return type:
- property center¶
Gets the center of this GeometryPrimitive. # noqa: E501
- Returns:
The center of this GeometryPrimitive. # noqa: E501
- Return type:
- discriminator_value_class_map = {'BOX': 'Box', 'CARTESIAN_BOX': 'CartesianBox', 'CYLINDER': 'Cylinder', 'HALF_SPACE': 'HalfSpace', 'LOCAL_CARTESIAN_BOX': 'LocalCartesianBox', 'LOCAL_HALF_SPACE': 'LocalHalfSpace', 'LOCAL_SPHERE': 'LocalSphere', 'POINT': 'Point', 'ROTATABLE_CARTESIAN_BOX': 'RotatableCartesianBox', 'SPHERE': 'Sphere'}¶
- get_real_child_model(data)¶
Returns the real base class specified by the discriminator
- property id¶
Gets the id of this GeometryPrimitive. # noqa: E501
- Returns:
The id of this GeometryPrimitive. # noqa: E501
- Return type:
str
- property max¶
Gets the max of this GeometryPrimitive. # noqa: E501
- Returns:
The max of this GeometryPrimitive. # noqa: E501
- Return type:
- property min¶
Gets the min of this GeometryPrimitive. # noqa: E501
- Returns:
The min of this GeometryPrimitive. # noqa: E501
- Return type:
- property name¶
Gets the name of this GeometryPrimitive. # noqa: E501
- Returns:
The name of this GeometryPrimitive. # noqa: E501
- Return type:
str
- property normal¶
Gets the normal of this GeometryPrimitive. # noqa: E501
- Returns:
The normal of this GeometryPrimitive. # noqa: E501
- Return type:
- openapi_types = {'axis': 'DimensionalVectorLength', 'center': 'DimensionalVectorLength', 'id': 'str', 'max': 'DimensionalVectorLength', 'min': 'DimensionalVectorLength', 'name': 'str', 'normal': 'DimensionalVectorLength', 'orientation_reference': 'str', 'radius': 'DimensionalLength', 'reference': 'DimensionalVectorLength', 'reference_point': 'DimensionalVectorLength', 'rotation_angle': 'DimensionalAngle', 'rotation_angles': 'DimensionalVectorAngle', 'rotation_axis': 'DimensionalVectorLength', 'rotation_point': 'DimensionalVectorLength', 'scale': 'DecimalVector', 'translation': 'DimensionalVectorLength', 'type': 'str'}¶
- property orientation_reference¶
Gets the orientation_reference of this GeometryPrimitive. # noqa: E501
- Returns:
The orientation_reference of this GeometryPrimitive. # noqa: E501
- Return type:
str
- property radius¶
Gets the radius of this GeometryPrimitive. # noqa: E501
- Returns:
The radius of this GeometryPrimitive. # noqa: E501
- Return type:
- property reference¶
Gets the reference of this GeometryPrimitive. # noqa: E501
- Returns:
The reference of this GeometryPrimitive. # noqa: E501
- Return type:
- property reference_point¶
Gets the reference_point of this GeometryPrimitive. # noqa: E501
- Returns:
The reference_point of this GeometryPrimitive. # noqa: E501
- Return type:
- property rotation_angle¶
Gets the rotation_angle of this GeometryPrimitive. # noqa: E501
- Returns:
The rotation_angle of this GeometryPrimitive. # noqa: E501
- Return type:
- property rotation_angles¶
Gets the rotation_angles of this GeometryPrimitive. # noqa: E501
- Returns:
The rotation_angles of this GeometryPrimitive. # noqa: E501
- Return type:
- property rotation_axis¶
Gets the rotation_axis of this GeometryPrimitive. # noqa: E501
- Returns:
The rotation_axis of this GeometryPrimitive. # noqa: E501
- Return type:
- property rotation_point¶
Gets the rotation_point of this GeometryPrimitive. # noqa: E501
- Returns:
The rotation_point of this GeometryPrimitive. # noqa: E501
- Return type:
- property scale¶
Gets the scale of this GeometryPrimitive. # noqa: E501
- Returns:
The scale of this GeometryPrimitive. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property translation¶
Gets the translation of this GeometryPrimitive. # noqa: E501
- Returns:
The translation of this GeometryPrimitive. # noqa: E501
- Return type:
- property type¶
Gets the type of this GeometryPrimitive. # noqa: E501
Schema name: LocalHalfSpace # noqa: E501
- Returns:
The type of this GeometryPrimitive. # noqa: E501
- Return type:
str
simscale_sdk.models.geometry_primitive_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geometry_primitive_response.GeometryPrimitiveResponse(geometry_primitive_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_id': 'geometryPrimitiveId'}¶
- property geometry_primitive_id¶
Gets the geometry_primitive_id of this GeometryPrimitiveResponse. # noqa: E501
The ID of the created geometry primitive. # noqa: E501
- Returns:
The geometry_primitive_id of this GeometryPrimitiveResponse. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_id': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.geometry_unit module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.geometry_unit.GeometryUnit(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- CM = 'cm'¶
- FT = 'ft'¶
- IN = 'in'¶
- M = 'm'¶
- MM = 'mm'¶
- YD = 'yd'¶
- allowable_values = ['m', 'cm', 'mm', 'ft', 'in', 'yd']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.global_acceleration_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_acceleration_type.GlobalAccelerationType(type='GLOBAL', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this GlobalAccelerationType. # noqa: E501
- Returns:
The complex_number of this GlobalAccelerationType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalAccelerationType. # noqa: E501
Schema name: GlobalAccelerationType # noqa: E501
- Returns:
The type of this GlobalAccelerationType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_cartesian_magnetization_direction_method module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_cartesian_magnetization_direction_method.GlobalCartesianMagnetizationDirectionMethod(type='GLOBAL_CARTESIAN', magnetization_direction=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'magnetization_direction': 'magnetizationDirection', 'type': 'type'}¶
- property magnetization_direction¶
Gets the magnetization_direction of this GlobalCartesianMagnetizationDirectionMethod. # noqa: E501
- Returns:
The magnetization_direction of this GlobalCartesianMagnetizationDirectionMethod. # noqa: E501
- Return type:
- openapi_types = {'magnetization_direction': 'DimensionalVectorDimensionless', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalCartesianMagnetizationDirectionMethod. # noqa: E501
Schema name: GlobalCartesianMagnetizationDirectionMethod # noqa: E501
- Returns:
The type of this GlobalCartesianMagnetizationDirectionMethod. # noqa: E501
- Return type:
str
simscale_sdk.models.global_cauchy_stress_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_cauchy_stress_type.GlobalCauchyStressType(type='CAUCHY', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this GlobalCauchyStressType. # noqa: E501
- Returns:
The complex_number of this GlobalCauchyStressType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalCauchyStressType. # noqa: E501
Schema name: GlobalCauchyStressType # noqa: E501
- Returns:
The type of this GlobalCauchyStressType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_damping_value module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_damping_value.GlobalDampingValue(type='GLOBAL_DAMPING_VALUE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalDampingValue. # noqa: E501
Schema name: GlobalDampingValue # noqa: E501
- Returns:
The type of this GlobalDampingValue. # noqa: E501
- Return type:
str
simscale_sdk.models.global_displacement_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_displacement_type.GlobalDisplacementType(type='GLOBAL', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this GlobalDisplacementType. # noqa: E501
- Returns:
The complex_number of this GlobalDisplacementType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalDisplacementType. # noqa: E501
Schema name: GlobalDisplacementType # noqa: E501
- Returns:
The type of this GlobalDisplacementType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_max_over_phase_von_mises_stress_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_max_over_phase_von_mises_stress_type.GlobalMaxOverPhaseVonMisesStressType(type='MAX_OVER_PHASE_VON_MISES', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalMaxOverPhaseVonMisesStressType. # noqa: E501
Schema name: GlobalMaxOverPhaseVonMisesStressType # noqa: E501
- Returns:
The type of this GlobalMaxOverPhaseVonMisesStressType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_nodal_force_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_nodal_force_type.GlobalNodalForceType(type='NODAL', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this GlobalNodalForceType. # noqa: E501
- Returns:
The complex_number of this GlobalNodalForceType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalNodalForceType. # noqa: E501
Schema name: GlobalNodalForceType # noqa: E501
- Returns:
The type of this GlobalNodalForceType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_principal_green_lagrange_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_principal_green_lagrange_strain_type.GlobalPrincipalGreenLagrangeStrainType(type='PRINCIPAL_GREEN_LAGRANGE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalPrincipalGreenLagrangeStrainType. # noqa: E501
Schema name: GlobalPrincipalGreenLagrangeStrainType # noqa: E501
- Returns:
The type of this GlobalPrincipalGreenLagrangeStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_principal_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_principal_strain_type.GlobalPrincipalStrainType(type='PRINCIPAL', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalPrincipalStrainType. # noqa: E501
Schema name: GlobalPrincipalStrainType # noqa: E501
- Returns:
The type of this GlobalPrincipalStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_principal_stress_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_principal_stress_type.GlobalPrincipalStressType(type='PRINCIPAL', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalPrincipalStressType. # noqa: E501
Schema name: GlobalPrincipalStressType # noqa: E501
- Returns:
The type of this GlobalPrincipalStressType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_reaction_force_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_reaction_force_type.GlobalReactionForceType(type='REACTION', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this GlobalReactionForceType. # noqa: E501
- Returns:
The complex_number of this GlobalReactionForceType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalReactionForceType. # noqa: E501
Schema name: GlobalReactionForceType # noqa: E501
- Returns:
The type of this GlobalReactionForceType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_signed_von_mises_stress_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_signed_von_mises_stress_type.GlobalSignedVonMisesStressType(type='SIGNED_VON_MISES', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalSignedVonMisesStressType. # noqa: E501
Schema name: GlobalSignedVonMisesStressType # noqa: E501
- Returns:
The type of this GlobalSignedVonMisesStressType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_total_equivalent_plastic_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_total_equivalent_plastic_strain_type.GlobalTotalEquivalentPlasticStrainType(type='TOTAL_EQUI_PLASTIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalTotalEquivalentPlasticStrainType. # noqa: E501
Schema name: GlobalTotalEquivalentPlasticStrainType # noqa: E501
- Returns:
The type of this GlobalTotalEquivalentPlasticStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_total_nonlinear_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_total_nonlinear_strain_type.GlobalTotalNonlinearStrainType(type='TOTAL_NONLINEAR', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalTotalNonlinearStrainType. # noqa: E501
Schema name: GlobalTotalNonlinearStrainType # noqa: E501
- Returns:
The type of this GlobalTotalNonlinearStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_total_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_total_strain_type.GlobalTotalStrainType(type='TOTAL', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this GlobalTotalStrainType. # noqa: E501
- Returns:
The complex_number of this GlobalTotalStrainType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalTotalStrainType. # noqa: E501
Schema name: GlobalTotalStrainType # noqa: E501
- Returns:
The type of this GlobalTotalStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_tresca_stress_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_tresca_stress_type.GlobalTrescaStressType(type='TRESCA', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalTrescaStressType. # noqa: E501
Schema name: GlobalTrescaStressType # noqa: E501
- Returns:
The type of this GlobalTrescaStressType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_unelastic_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_unelastic_strain_type.GlobalUnelasticStrainType(type='UNELASTIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalUnelasticStrainType. # noqa: E501
Schema name: GlobalUnelasticStrainType # noqa: E501
- Returns:
The type of this GlobalUnelasticStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_velocity_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_velocity_type.GlobalVelocityType(type='GLOBAL', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this GlobalVelocityType. # noqa: E501
- Returns:
The complex_number of this GlobalVelocityType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalVelocityType. # noqa: E501
Schema name: GlobalVelocityType # noqa: E501
- Returns:
The type of this GlobalVelocityType. # noqa: E501
- Return type:
str
simscale_sdk.models.global_von_mises_stress_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.global_von_mises_stress_type.GlobalVonMisesStressType(type='VON_MISES', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this GlobalVonMisesStressType. # noqa: E501
- Returns:
The complex_number of this GlobalVonMisesStressType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GlobalVonMisesStressType. # noqa: E501
Schema name: GlobalVonMisesStressType # noqa: E501
- Returns:
The type of this GlobalVonMisesStressType. # noqa: E501
- Return type:
str
simscale_sdk.models.gradient_schemes module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.gradient_schemes.GradientSchemes(for_default=None, grad_pressure=None, grad_velocity=None, grad_pressure_rgh=None, grad_density=None, grad_enthalpy=None, grad_internal_energy=None, grad_turbulent_kinetic_energy=None, grad_epsilon_dissipation_rate=None, grad_omega_dissipation_rate=None, grad_nu_tilda=None, grad_temperature=None, grad_rhok=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'for_default': 'forDefault', 'grad_density': 'grad_density', 'grad_enthalpy': 'grad_enthalpy', 'grad_epsilon_dissipation_rate': 'grad_epsilonDissipationRate', 'grad_internal_energy': 'grad_internalEnergy', 'grad_nu_tilda': 'grad_nuTilda', 'grad_omega_dissipation_rate': 'grad_omegaDissipationRate', 'grad_pressure': 'grad_pressure', 'grad_pressure_rgh': 'grad_pressureRgh', 'grad_rhok': 'grad_rhok', 'grad_temperature': 'grad_temperature', 'grad_turbulent_kinetic_energy': 'grad_turbulentKineticEnergy', 'grad_velocity': 'grad_velocity'}¶
- property for_default¶
Gets the for_default of this GradientSchemes. # noqa: E501
- Returns:
The for_default of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesForDefault
- property grad_density¶
Gets the grad_density of this GradientSchemes. # noqa: E501
- Returns:
The grad_density of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradDensity
- property grad_enthalpy¶
Gets the grad_enthalpy of this GradientSchemes. # noqa: E501
- Returns:
The grad_enthalpy of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradEnthalpy
- property grad_epsilon_dissipation_rate¶
Gets the grad_epsilon_dissipation_rate of this GradientSchemes. # noqa: E501
- Returns:
The grad_epsilon_dissipation_rate of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradEpsilonDissipationRate
- property grad_internal_energy¶
Gets the grad_internal_energy of this GradientSchemes. # noqa: E501
- Returns:
The grad_internal_energy of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradInternalEnergy
- property grad_nu_tilda¶
Gets the grad_nu_tilda of this GradientSchemes. # noqa: E501
- Returns:
The grad_nu_tilda of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradNuTilda
- property grad_omega_dissipation_rate¶
Gets the grad_omega_dissipation_rate of this GradientSchemes. # noqa: E501
- Returns:
The grad_omega_dissipation_rate of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradOmegaDissipationRate
- property grad_pressure¶
Gets the grad_pressure of this GradientSchemes. # noqa: E501
- Returns:
The grad_pressure of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradPressure
- property grad_pressure_rgh¶
Gets the grad_pressure_rgh of this GradientSchemes. # noqa: E501
- Returns:
The grad_pressure_rgh of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradPressureRgh
- property grad_rhok¶
Gets the grad_rhok of this GradientSchemes. # noqa: E501
- Returns:
The grad_rhok of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradRhok
- property grad_temperature¶
Gets the grad_temperature of this GradientSchemes. # noqa: E501
- Returns:
The grad_temperature of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradTemperature
- property grad_turbulent_kinetic_energy¶
Gets the grad_turbulent_kinetic_energy of this GradientSchemes. # noqa: E501
- Returns:
The grad_turbulent_kinetic_energy of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradTurbulentKineticEnergy
- property grad_velocity¶
Gets the grad_velocity of this GradientSchemes. # noqa: E501
- Returns:
The grad_velocity of this GradientSchemes. # noqa: E501
- Return type:
OneOfGradientSchemesGradVelocity
- openapi_types = {'for_default': 'OneOfGradientSchemesForDefault', 'grad_density': 'OneOfGradientSchemesGradDensity', 'grad_enthalpy': 'OneOfGradientSchemesGradEnthalpy', 'grad_epsilon_dissipation_rate': 'OneOfGradientSchemesGradEpsilonDissipationRate', 'grad_internal_energy': 'OneOfGradientSchemesGradInternalEnergy', 'grad_nu_tilda': 'OneOfGradientSchemesGradNuTilda', 'grad_omega_dissipation_rate': 'OneOfGradientSchemesGradOmegaDissipationRate', 'grad_pressure': 'OneOfGradientSchemesGradPressure', 'grad_pressure_rgh': 'OneOfGradientSchemesGradPressureRgh', 'grad_rhok': 'OneOfGradientSchemesGradRhok', 'grad_temperature': 'OneOfGradientSchemesGradTemperature', 'grad_turbulent_kinetic_energy': 'OneOfGradientSchemesGradTurbulentKineticEnergy', 'grad_velocity': 'OneOfGradientSchemesGradVelocity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.greybody_diffusive_ray_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.greybody_diffusive_ray_bc.GreybodyDiffusiveRayBC(type='GREYBODY_DIFFUSIVE_RAY', emissivity=None, farfield_black_body_temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'emissivity': 'emissivity', 'farfield_black_body_temperature': 'farfieldBlackBodyTemperature', 'type': 'type'}¶
- property emissivity¶
Gets the emissivity of this GreybodyDiffusiveRayBC. # noqa: E501
- Returns:
The emissivity of this GreybodyDiffusiveRayBC. # noqa: E501
- Return type:
float
- property farfield_black_body_temperature¶
Gets the farfield_black_body_temperature of this GreybodyDiffusiveRayBC. # noqa: E501
- Returns:
The farfield_black_body_temperature of this GreybodyDiffusiveRayBC. # noqa: E501
- Return type:
- openapi_types = {'emissivity': 'float', 'farfield_black_body_temperature': 'DimensionalTemperature', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GreybodyDiffusiveRayBC. # noqa: E501
<p><b>Radiative behaviour of the wall</b>. The Kirchhoff’s law of thermal radiation is applied in all options. This means that the <b>absorptivity of the surface is equal to its emissivity</b>. <br> <ul><li><b>Opaque</b> is applied to surfaces with transmissivity equal to 0. The radiation that hits the surface will be absorbed and reflected, but not transmitted, e.g.: brick or concrete walls.</li><li><b>Transparent</b> is applied to surfaces with transmissivity equal to 1. The radiation that hits the surface will be fully transmitted to the other side, e.g.: inlets, outlets or regular windows.</li><li><b>Semi-transparent</b> is applied to non-fully transparent surfaces. The radiation that hits the surface will be absorbed, reflected and transmitted, e.g. some stained glass windows.</li></ul></p> Schema name: GreybodyDiffusiveRayBC # noqa: E501
- Returns:
The type of this GreybodyDiffusiveRayBC. # noqa: E501
- Return type:
str
simscale_sdk.models.greybody_diffusive_rsbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.greybody_diffusive_rsbc.GreybodyDiffusiveRSBC(type='GREYBODY_DIFFUSIVE', emissivity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'emissivity': 'emissivity', 'type': 'type'}¶
- property emissivity¶
Gets the emissivity of this GreybodyDiffusiveRSBC. # noqa: E501
- Returns:
The emissivity of this GreybodyDiffusiveRSBC. # noqa: E501
- Return type:
- openapi_types = {'emissivity': 'DimensionalDimensionless', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GreybodyDiffusiveRSBC. # noqa: E501
Schema name: GreybodyDiffusiveRSBC # noqa: E501
- Returns:
The type of this GreybodyDiffusiveRSBC. # noqa: E501
- Return type:
str
simscale_sdk.models.ground_absolute module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.ground_absolute.GroundAbsolute(type='GROUND_ABSOLUTE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this GroundAbsolute. # noqa: E501
Schema name: GroundAbsolute # noqa: E501
- Returns:
The type of this GroundAbsolute. # noqa: E501
- Return type:
str
simscale_sdk.models.ground_relative module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.ground_relative.GroundRelative(type='GROUND_RELATIVE', topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'topological_reference': 'topologicalReference', 'type': 'type'}¶
- openapi_types = {'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this GroundRelative. # noqa: E501
- Returns:
The topological_reference of this GroundRelative. # noqa: E501
- Return type:
- property type¶
Gets the type of this GroundRelative. # noqa: E501
Schema name: GroundRelative # noqa: E501
- Returns:
The type of this GroundRelative. # noqa: E501
- Return type:
str
simscale_sdk.models.h_const_thermo module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.h_const_thermo.HConstThermo(type='HCONST', specific_heat=None, specific_heat_function=None, equation_of_state=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'equation_of_state': 'equationOfState', 'specific_heat': 'specificHeat', 'specific_heat_function': 'specificHeatFunction', 'type': 'type'}¶
- property equation_of_state¶
Gets the equation_of_state of this HConstThermo. # noqa: E501
- Returns:
The equation_of_state of this HConstThermo. # noqa: E501
- Return type:
OneOfHConstThermoEquationOfState
- openapi_types = {'equation_of_state': 'OneOfHConstThermoEquationOfState', 'specific_heat': 'DimensionalSpecificHeat', 'specific_heat_function': 'DimensionalFunctionSpecificHeat', 'type': 'str'}¶
- property specific_heat¶
Gets the specific_heat of this HConstThermo. # noqa: E501
- Returns:
The specific_heat of this HConstThermo. # noqa: E501
- Return type:
- property specific_heat_function¶
Gets the specific_heat_function of this HConstThermo. # noqa: E501
- Returns:
The specific_heat_function of this HConstThermo. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HConstThermo. # noqa: E501
<br><p>The <b>Thermo models</b> are used to calculate the specific heat at constant pressure (<i>Cp</i>) for the fluid. The available models are:</p><p><b>hConst:</b> This model assumes a constant value for specific heat at fixed pressure (<i>Cp</i>). </p><p><b>eConst:</b> This model assumes a constant value for the specific heat at fixed volume (<i>Cv</i>). </p> Schema name: HConstThermo # noqa: E501
- Returns:
The type of this HConstThermo. # noqa: E501
- Return type:
str
simscale_sdk.models.half_space module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.half_space.HalfSpace(type='HALF_SPACE', id=None, name=None, reference_point=None, normal=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'id': 'id', 'name': 'name', 'normal': 'normal', 'reference_point': 'referencePoint', 'type': 'type'}¶
- property id¶
Gets the id of this HalfSpace. # noqa: E501
- Returns:
The id of this HalfSpace. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this HalfSpace. # noqa: E501
- Returns:
The name of this HalfSpace. # noqa: E501
- Return type:
str
- property normal¶
Gets the normal of this HalfSpace. # noqa: E501
- Returns:
The normal of this HalfSpace. # noqa: E501
- Return type:
- openapi_types = {'id': 'str', 'name': 'str', 'normal': 'DimensionalVectorLength', 'reference_point': 'DimensionalVectorLength', 'type': 'str'}¶
- property reference_point¶
Gets the reference_point of this HalfSpace. # noqa: E501
- Returns:
The reference_point of this HalfSpace. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HalfSpace. # noqa: E501
Schema name: HalfSpace # noqa: E501
- Returns:
The type of this HalfSpace. # noqa: E501
- Return type:
str
simscale_sdk.models.harmonic_acceleration_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.harmonic_acceleration_result_control_item.HarmonicAccelerationResultControlItem(type='HARMONIC_ACCELERATION', name=None, harmonic_acceleration_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'harmonic_acceleration_type': 'harmonicAccelerationType', 'name': 'name', 'type': 'type'}¶
- property harmonic_acceleration_type¶
Gets the harmonic_acceleration_type of this HarmonicAccelerationResultControlItem. # noqa: E501
- Returns:
The harmonic_acceleration_type of this HarmonicAccelerationResultControlItem. # noqa: E501
- Return type:
OneOfHarmonicAccelerationResultControlItemHarmonicAccelerationType
- property name¶
Gets the name of this HarmonicAccelerationResultControlItem. # noqa: E501
- Returns:
The name of this HarmonicAccelerationResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'harmonic_acceleration_type': 'OneOfHarmonicAccelerationResultControlItemHarmonicAccelerationType', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HarmonicAccelerationResultControlItem. # noqa: E501
Schema name: HarmonicAccelerationResultControlItem # noqa: E501
- Returns:
The type of this HarmonicAccelerationResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.harmonic_analysis module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.harmonic_analysis.HarmonicAnalysis(type='HARMONIC_ANALYSIS', connection_groups=None, connectors=None, element_technology=None, global_physics=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, numerics=None, simulation_control=None, result_control=None, mesh_order=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'boundary_conditions': 'boundaryConditions', 'connection_groups': 'connectionGroups', 'connectors': 'connectors', 'element_technology': 'elementTechnology', 'global_physics': 'globalPhysics', 'initial_conditions': 'initialConditions', 'materials': 'materials', 'mesh_order': 'meshOrder', 'model': 'model', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this HarmonicAnalysis. # noqa: E501
- Returns:
The boundary_conditions of this HarmonicAnalysis. # noqa: E501
- Return type:
list[OneOfHarmonicAnalysisBoundaryConditions]
- property connection_groups¶
Gets the connection_groups of this HarmonicAnalysis. # noqa: E501
- Returns:
The connection_groups of this HarmonicAnalysis. # noqa: E501
- Return type:
list[Contact]
- property connectors¶
Gets the connectors of this HarmonicAnalysis. # noqa: E501
- Returns:
The connectors of this HarmonicAnalysis. # noqa: E501
- Return type:
list[OneOfHarmonicAnalysisConnectors]
- property element_technology¶
Gets the element_technology of this HarmonicAnalysis. # noqa: E501
- Returns:
The element_technology of this HarmonicAnalysis. # noqa: E501
- Return type:
- property global_physics¶
Gets the global_physics of this HarmonicAnalysis. # noqa: E501
- Returns:
The global_physics of this HarmonicAnalysis. # noqa: E501
- Return type:
- property initial_conditions¶
Gets the initial_conditions of this HarmonicAnalysis. # noqa: E501
- Returns:
The initial_conditions of this HarmonicAnalysis. # noqa: E501
- Return type:
- property materials¶
Gets the materials of this HarmonicAnalysis. # noqa: E501
- Returns:
The materials of this HarmonicAnalysis. # noqa: E501
- Return type:
list[SolidMaterial]
- property mesh_order¶
Gets the mesh_order of this HarmonicAnalysis. # noqa: E501
- Returns:
The mesh_order of this HarmonicAnalysis. # noqa: E501
- Return type:
str
- property model¶
Gets the model of this HarmonicAnalysis. # noqa: E501
- Returns:
The model of this HarmonicAnalysis. # noqa: E501
- Return type:
- property numerics¶
Gets the numerics of this HarmonicAnalysis. # noqa: E501
- Returns:
The numerics of this HarmonicAnalysis. # noqa: E501
- Return type:
- openapi_types = {'boundary_conditions': 'list[OneOfHarmonicAnalysisBoundaryConditions]', 'connection_groups': 'list[Contact]', 'connectors': 'list[OneOfHarmonicAnalysisConnectors]', 'element_technology': 'SolidElementTechnology', 'global_physics': 'SolidGlobalPhysics', 'initial_conditions': 'SolidInitialConditions', 'materials': 'list[SolidMaterial]', 'mesh_order': 'str', 'model': 'SolidModel', 'numerics': 'SolidNumerics', 'result_control': 'SolidResultControl', 'simulation_control': 'SolidSimulationControl', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this HarmonicAnalysis. # noqa: E501
- Returns:
The result_control of this HarmonicAnalysis. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this HarmonicAnalysis. # noqa: E501
- Returns:
The simulation_control of this HarmonicAnalysis. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HarmonicAnalysis. # noqa: E501
Schema name: HarmonicAnalysis # noqa: E501
- Returns:
The type of this HarmonicAnalysis. # noqa: E501
- Return type:
str
simscale_sdk.models.harmonic_displacement_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.harmonic_displacement_result_control_item.HarmonicDisplacementResultControlItem(type='HARMONIC_DISPLACEMENT', name=None, harmonic_displacement_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'harmonic_displacement_type': 'harmonicDisplacementType', 'name': 'name', 'type': 'type'}¶
- property harmonic_displacement_type¶
Gets the harmonic_displacement_type of this HarmonicDisplacementResultControlItem. # noqa: E501
- Returns:
The harmonic_displacement_type of this HarmonicDisplacementResultControlItem. # noqa: E501
- Return type:
OneOfHarmonicDisplacementResultControlItemHarmonicDisplacementType
- property name¶
Gets the name of this HarmonicDisplacementResultControlItem. # noqa: E501
- Returns:
The name of this HarmonicDisplacementResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'harmonic_displacement_type': 'OneOfHarmonicDisplacementResultControlItemHarmonicDisplacementType', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HarmonicDisplacementResultControlItem. # noqa: E501
Schema name: HarmonicDisplacementResultControlItem # noqa: E501
- Returns:
The type of this HarmonicDisplacementResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.harmonic_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.harmonic_response.HarmonicResponse(solver=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'solver': 'solver'}¶
- openapi_types = {'solver': 'MUMPSSolver'}¶
- property solver¶
Gets the solver of this HarmonicResponse. # noqa: E501
- Returns:
The solver of this HarmonicResponse. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.harmonic_response_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.harmonic_response_control.HarmonicResponseControl(excitation_frequencies=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'excitation_frequencies': 'excitationFrequencies'}¶
- property excitation_frequencies¶
Gets the excitation_frequencies of this HarmonicResponseControl. # noqa: E501
- Returns:
The excitation_frequencies of this HarmonicResponseControl. # noqa: E501
- Return type:
OneOfHarmonicResponseControlExcitationFrequencies
- openapi_types = {'excitation_frequencies': 'OneOfHarmonicResponseControlExcitationFrequencies'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.harmonic_response_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.harmonic_response_result_control_item.HarmonicResponseResultControlItem(type='HARMONIC_RESPONSE', name=None, field_selection=None, complex_number=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'field_selection': 'fieldSelection', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this HarmonicResponseResultControlItem. # noqa: E501
- Returns:
The complex_number of this HarmonicResponseResultControlItem. # noqa: E501
- Return type:
str
- property field_selection¶
Gets the field_selection of this HarmonicResponseResultControlItem. # noqa: E501
- Returns:
The field_selection of this HarmonicResponseResultControlItem. # noqa: E501
- Return type:
OneOfHarmonicResponseResultControlItemFieldSelection
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this HarmonicResponseResultControlItem. # noqa: E501
- Returns:
The geometry_primitive_uuids of this HarmonicResponseResultControlItem. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this HarmonicResponseResultControlItem. # noqa: E501
- Returns:
The name of this HarmonicResponseResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'field_selection': 'OneOfHarmonicResponseResultControlItemFieldSelection', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HarmonicResponseResultControlItem. # noqa: E501
Schema name: HarmonicResponseResultControlItem # noqa: E501
- Returns:
The type of this HarmonicResponseResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.harmonic_velocity_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.harmonic_velocity_result_control_item.HarmonicVelocityResultControlItem(type='HARMONIC_VELOCITY', name=None, harmonic_velocity_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'harmonic_velocity_type': 'harmonicVelocityType', 'name': 'name', 'type': 'type'}¶
- property harmonic_velocity_type¶
Gets the harmonic_velocity_type of this HarmonicVelocityResultControlItem. # noqa: E501
- Returns:
The harmonic_velocity_type of this HarmonicVelocityResultControlItem. # noqa: E501
- Return type:
OneOfHarmonicVelocityResultControlItemHarmonicVelocityType
- property name¶
Gets the name of this HarmonicVelocityResultControlItem. # noqa: E501
- Returns:
The name of this HarmonicVelocityResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'harmonic_velocity_type': 'OneOfHarmonicVelocityResultControlItemHarmonicVelocityType', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HarmonicVelocityResultControlItem. # noqa: E501
Schema name: HarmonicVelocityResultControlItem # noqa: E501
- Returns:
The type of this HarmonicVelocityResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.heat_exchanger_performance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.heat_exchanger_performance.HeatExchangerPerformance(type='HEAT_EXCHANGER_PERFORMANCE', ref_temperature=None, performance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'performance': 'performance', 'ref_temperature': 'refTemperature', 'type': 'type'}¶
- openapi_types = {'performance': 'DimensionalFunctionTotalThermalTransmittance', 'ref_temperature': 'DimensionalFunctionTemperature', 'type': 'str'}¶
- property performance¶
Gets the performance of this HeatExchangerPerformance. # noqa: E501
- Returns:
The performance of this HeatExchangerPerformance. # noqa: E501
- Return type:
- property ref_temperature¶
Gets the ref_temperature of this HeatExchangerPerformance. # noqa: E501
- Returns:
The ref_temperature of this HeatExchangerPerformance. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HeatExchangerPerformance. # noqa: E501
Schema name: HeatExchangerPerformance # noqa: E501
- Returns:
The type of this HeatExchangerPerformance. # noqa: E501
- Return type:
str
simscale_sdk.models.heat_exchanger_source module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.heat_exchanger_source.HeatExchangerSource(type='HEAT_EXCHANGER_SOURCE', name=None, heat_exchanger_mode=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'heat_exchanger_mode': 'heatExchangerMode', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this HeatExchangerSource. # noqa: E501
- Returns:
The geometry_primitive_uuids of this HeatExchangerSource. # noqa: E501
- Return type:
list[str]
- property heat_exchanger_mode¶
Gets the heat_exchanger_mode of this HeatExchangerSource. # noqa: E501
- Returns:
The heat_exchanger_mode of this HeatExchangerSource. # noqa: E501
- Return type:
OneOfHeatExchangerSourceHeatExchangerMode
- property name¶
Gets the name of this HeatExchangerSource. # noqa: E501
- Returns:
The name of this HeatExchangerSource. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'heat_exchanger_mode': 'OneOfHeatExchangerSourceHeatExchangerMode', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this HeatExchangerSource. # noqa: E501
- Returns:
The topological_reference of this HeatExchangerSource. # noqa: E501
- Return type:
- property type¶
Gets the type of this HeatExchangerSource. # noqa: E501
<i>Power sources</i> can be used to simulate heat generation from a volume. Three types are available:<br><li><b>Absolute</b>: Used when total power emitted by the assigned volume is known.<li><b>Specific:</b> Used when power density of the assigned volume is known.<li><b>Heat exchanger:</b> Used to model a heat exchanger on a fluid region. The heat input is computed from the total conductance (U [W/K]) and the difference between the fluid temperature (T) and the heat exchanger temperature (Tref). Q = U (T - Tref). <a href=’https://www.simscale.com/docs/simulation-setup/advanced-concepts/power-sources/’ target=’_blank’>Learn more</a>. Schema name: HeatExchangerSource # noqa: E501
- Returns:
The type of this HeatExchangerSource. # noqa: E501
- Return type:
str
simscale_sdk.models.heat_flow_calculation_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.heat_flow_calculation_result_control_item.HeatFlowCalculationResultControlItem(type='HEAT_FLOW_CALCULATION', name=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this HeatFlowCalculationResultControlItem. # noqa: E501
- Returns:
The name of this HeatFlowCalculationResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this HeatFlowCalculationResultControlItem. # noqa: E501
- Returns:
The topological_reference of this HeatFlowCalculationResultControlItem. # noqa: E501
- Return type:
- property type¶
Gets the type of this HeatFlowCalculationResultControlItem. # noqa: E501
Schema name: HeatFlowCalculationResultControlItem # noqa: E501
- Returns:
The type of this HeatFlowCalculationResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.heat_flux_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.heat_flux_field_selection.HeatFluxFieldSelection(type='HEAT_FLUX', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this HeatFluxFieldSelection. # noqa: E501
- Returns:
The component_selection of this HeatFluxFieldSelection. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HeatFluxFieldSelection. # noqa: E501
Schema name: HeatFluxFieldSelection # noqa: E501
- Returns:
The type of this HeatFluxFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.heat_flux_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.heat_flux_result_control_item.HeatFluxResultControlItem(type='HEAT_FLUX', name=None, heat_flux_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'heat_flux_type': 'heatFluxType', 'name': 'name', 'type': 'type'}¶
- property heat_flux_type¶
Gets the heat_flux_type of this HeatFluxResultControlItem. # noqa: E501
- Returns:
The heat_flux_type of this HeatFluxResultControlItem. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this HeatFluxResultControlItem. # noqa: E501
- Returns:
The name of this HeatFluxResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'heat_flux_type': 'str', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HeatFluxResultControlItem. # noqa: E501
Schema name: HeatFluxResultControlItem # noqa: E501
- Returns:
The type of this HeatFluxResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.heat_transfer module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.heat_transfer.HeatTransfer(type='HEAT_TRANSFER', time_dependency=None, non_linear_analysis=None, connection_groups=None, element_technology=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, numerics=None, simulation_control=None, result_control=None, mesh_order=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'boundary_conditions': 'boundaryConditions', 'connection_groups': 'connectionGroups', 'element_technology': 'elementTechnology', 'initial_conditions': 'initialConditions', 'materials': 'materials', 'mesh_order': 'meshOrder', 'model': 'model', 'non_linear_analysis': 'nonLinearAnalysis', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'time_dependency': 'timeDependency', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this HeatTransfer. # noqa: E501
- Returns:
The boundary_conditions of this HeatTransfer. # noqa: E501
- Return type:
list[OneOfHeatTransferBoundaryConditions]
- property connection_groups¶
Gets the connection_groups of this HeatTransfer. # noqa: E501
- Returns:
The connection_groups of this HeatTransfer. # noqa: E501
- Return type:
list[Contact]
- property element_technology¶
Gets the element_technology of this HeatTransfer. # noqa: E501
- Returns:
The element_technology of this HeatTransfer. # noqa: E501
- Return type:
- property initial_conditions¶
Gets the initial_conditions of this HeatTransfer. # noqa: E501
- Returns:
The initial_conditions of this HeatTransfer. # noqa: E501
- Return type:
- property materials¶
Gets the materials of this HeatTransfer. # noqa: E501
- Returns:
The materials of this HeatTransfer. # noqa: E501
- Return type:
list[SolidMaterial]
- property mesh_order¶
Gets the mesh_order of this HeatTransfer. # noqa: E501
- Returns:
The mesh_order of this HeatTransfer. # noqa: E501
- Return type:
str
- property model¶
Gets the model of this HeatTransfer. # noqa: E501
- Returns:
The model of this HeatTransfer. # noqa: E501
- Return type:
- property non_linear_analysis¶
Gets the non_linear_analysis of this HeatTransfer. # noqa: E501
<p>Choose if your analysis should feature any kind of <b>nonlinearity</b> like <b>physical contacts, nonlinear materials</b> as hyperelasticity or plasticity or <b>large rotations</b> and <b>large deformations, temperature dependant material properties</b> or <b>temperature dependant boundary conditions</b>. For a <b>linear analysis</b> none of those nonlinearities are available.</p> # noqa: E501
- Returns:
The non_linear_analysis of this HeatTransfer. # noqa: E501
- Return type:
bool
- property numerics¶
Gets the numerics of this HeatTransfer. # noqa: E501
- Returns:
The numerics of this HeatTransfer. # noqa: E501
- Return type:
- openapi_types = {'boundary_conditions': 'list[OneOfHeatTransferBoundaryConditions]', 'connection_groups': 'list[Contact]', 'element_technology': 'SolidElementTechnology', 'initial_conditions': 'SolidInitialConditions', 'materials': 'list[SolidMaterial]', 'mesh_order': 'str', 'model': 'SolidModel', 'non_linear_analysis': 'bool', 'numerics': 'SolidNumerics', 'result_control': 'SolidResultControl', 'simulation_control': 'SolidSimulationControl', 'time_dependency': 'OneOfHeatTransferTimeDependency', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this HeatTransfer. # noqa: E501
- Returns:
The result_control of this HeatTransfer. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this HeatTransfer. # noqa: E501
- Returns:
The simulation_control of this HeatTransfer. # noqa: E501
- Return type:
- property time_dependency¶
Gets the time_dependency of this HeatTransfer. # noqa: E501
- Returns:
The time_dependency of this HeatTransfer. # noqa: E501
- Return type:
OneOfHeatTransferTimeDependency
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HeatTransfer. # noqa: E501
Schema name: HeatTransfer # noqa: E501
- Returns:
The type of this HeatTransfer. # noqa: E501
- Return type:
str
simscale_sdk.models.heat_transfer_coefficients module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.heat_transfer_coefficients.HeatTransferCoefficients(type='HEAT_TRANSFER_COEFFICIENTS', ref_temperature=None, heat_transfer_coefficient=None, surface_area_density=None, heat_distribution=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'heat_distribution': 'heatDistribution', 'heat_transfer_coefficient': 'heatTransferCoefficient', 'ref_temperature': 'refTemperature', 'surface_area_density': 'surfaceAreaDensity', 'type': 'type'}¶
- property heat_distribution¶
Gets the heat_distribution of this HeatTransferCoefficients. # noqa: E501
Sampling method for the field temperature (T) in T - Tref. This indicates whether the temperature (T) is averaged on the complete heat exchanger or sampled at each position. # noqa: E501
- Returns:
The heat_distribution of this HeatTransferCoefficients. # noqa: E501
- Return type:
str
- property heat_transfer_coefficient¶
Gets the heat_transfer_coefficient of this HeatTransferCoefficients. # noqa: E501
- Returns:
The heat_transfer_coefficient of this HeatTransferCoefficients. # noqa: E501
- Return type:
- openapi_types = {'heat_distribution': 'str', 'heat_transfer_coefficient': 'DimensionalFunctionThermalTransmittance', 'ref_temperature': 'DimensionalFunctionTemperature', 'surface_area_density': 'DimensionalAbsorptivity', 'type': 'str'}¶
- property ref_temperature¶
Gets the ref_temperature of this HeatTransferCoefficients. # noqa: E501
- Returns:
The ref_temperature of this HeatTransferCoefficients. # noqa: E501
- Return type:
- property surface_area_density¶
Gets the surface_area_density of this HeatTransferCoefficients. # noqa: E501
- Returns:
The surface_area_density of this HeatTransferCoefficients. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HeatTransferCoefficients. # noqa: E501
Schema name: HeatTransferCoefficients # noqa: E501
- Returns:
The type of this HeatTransferCoefficients. # noqa: E501
- Return type:
str
simscale_sdk.models.herschel_bulkley_transport module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.herschel_bulkley_transport.HerschelBulkleyTransport(type='HERSCHEL_BULKLEY', viscosity_model=None, prandtl_number=None, turbulent_prandtl_number=None, thermo=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'prandtl_number': 'prandtlNumber', 'thermo': 'thermo', 'turbulent_prandtl_number': 'turbulentPrandtlNumber', 'type': 'type', 'viscosity_model': 'viscosityModel'}¶
- openapi_types = {'prandtl_number': 'float', 'thermo': 'HConstThermo', 'turbulent_prandtl_number': 'float', 'type': 'str', 'viscosity_model': 'StandardHerschelBulkleyViscosityModel'}¶
- property prandtl_number¶
Gets the prandtl_number of this HerschelBulkleyTransport. # noqa: E501
Prandtl number (<i>Pr</i>) is the ratio of momentum transport to thermal tranport. Fluids with low <i>Pr</i> are free flowing and good for heat conduction. # noqa: E501
- Returns:
The prandtl_number of this HerschelBulkleyTransport. # noqa: E501
- Return type:
float
- property thermo¶
Gets the thermo of this HerschelBulkleyTransport. # noqa: E501
- Returns:
The thermo of this HerschelBulkleyTransport. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulent_prandtl_number¶
Gets the turbulent_prandtl_number of this HerschelBulkleyTransport. # noqa: E501
Turbulent Prandtl number is used to calculate the heat transfer due to turbulent effects in the domain. # noqa: E501
- Returns:
The turbulent_prandtl_number of this HerschelBulkleyTransport. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this HerschelBulkleyTransport. # noqa: E501
Schema name: HerschelBulkleyTransport # noqa: E501
- Returns:
The type of this HerschelBulkleyTransport. # noqa: E501
- Return type:
str
- property viscosity_model¶
Gets the viscosity_model of this HerschelBulkleyTransport. # noqa: E501
- Returns:
The viscosity_model of this HerschelBulkleyTransport. # noqa: E501
- Return type:
simscale_sdk.models.herschel_bulkley_viscosity_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.herschel_bulkley_viscosity_model.HerschelBulkleyViscosityModel(type='HERSCHEL_BULKLEY', k=None, n=None, tau0=None, nu0=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'k': 'k', 'n': 'n', 'nu0': 'nu0', 'tau0': 'tau0', 'type': 'type'}¶
- property k¶
Gets the k of this HerschelBulkleyViscosityModel. # noqa: E501
- Returns:
The k of this HerschelBulkleyViscosityModel. # noqa: E501
- Return type:
- property n¶
Gets the n of this HerschelBulkleyViscosityModel. # noqa: E501
- Returns:
The n of this HerschelBulkleyViscosityModel. # noqa: E501
- Return type:
- property nu0¶
Gets the nu0 of this HerschelBulkleyViscosityModel. # noqa: E501
- Returns:
The nu0 of this HerschelBulkleyViscosityModel. # noqa: E501
- Return type:
- openapi_types = {'k': 'DimensionalKinematicViscosity', 'n': 'DimensionalDimensionless', 'nu0': 'DimensionalKinematicViscosity', 'tau0': 'DimensionalTurbulenceKineticEnergy', 'type': 'str'}¶
- property tau0¶
Gets the tau0 of this HerschelBulkleyViscosityModel. # noqa: E501
- Returns:
The tau0 of this HerschelBulkleyViscosityModel. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HerschelBulkleyViscosityModel. # noqa: E501
Choose between <a href=’https://www.simscale.com/docs/simulation-setup/materials/#newtonian-model’ target=’_blank’>Newtonian</a> and <a href=’https://www.simscale.com/docs/simulation-setup/materials/non-newtonian-models/’ target=’_blank’>Non-Newtonian</a> viscosity models. Schema name: HerschelBulkleyViscosityModel # noqa: E501
- Returns:
The type of this HerschelBulkleyViscosityModel. # noqa: E501
- Return type:
str
simscale_sdk.models.hex_dominant_snappy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.hex_dominant_snappy.HexDominantSnappy(type='HEX_DOMINANT_SNAPPY_V5', meshing_mode=None, sizing=None, physics_based_meshing=None, num_of_processors=None, max_meshing_run_time=None, refinements=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_meshing_run_time': 'maxMeshingRunTime', 'meshing_mode': 'meshingMode', 'num_of_processors': 'numOfProcessors', 'physics_based_meshing': 'physicsBasedMeshing', 'refinements': 'refinements', 'sizing': 'sizing', 'type': 'type'}¶
- property max_meshing_run_time¶
Gets the max_meshing_run_time of this HexDominantSnappy. # noqa: E501
- Returns:
The max_meshing_run_time of this HexDominantSnappy. # noqa: E501
- Return type:
- property meshing_mode¶
Gets the meshing_mode of this HexDominantSnappy. # noqa: E501
<p>The <a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/#meshing-mode’ target=’_blank’>meshing mode</a> defines how the mesher should generate the mesh.</p><ul><li>The <b>Internal</b> mode will create the mesh <u>inside</u> of the geometry body. If the CAD consists of multiple solids, the mesher will attempt to create a multiregion mesh which is suitable for conjugate heat transfer analyses. Use this mode if the CAD model already represents the final fluid domain.</li><li><b>External</b> meshing will create the mesh <u>outside</u> of the bodies. The absolute dimensions of the mesh are determined by the <i>Background Mesh Box</i>. Use this mode in case you want to extract the fluid domain around your model.</li><li>The option <b>Material point</b> allows you to define a point inside the domain where the mesh will be placed. It can be used to select which part (or enclosed volume) of the model or should be meshed. The mesh will surround the material point and extend until the boundaries of the body. The location of the material point is defined by the <i>Material Point</i> geometry primitive.</li></ul> # noqa: E501
- Returns:
The meshing_mode of this HexDominantSnappy. # noqa: E501
- Return type:
str
- property num_of_processors¶
Gets the num_of_processors of this HexDominantSnappy. # noqa: E501
<p>Selecting more processor cores might speed up the meshing process. Choosing a smaller computation instance will save core hours. <a href=’https://www.simscale.com/docs/simulation-setup/meshing/#number-of-processors’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The num_of_processors of this HexDominantSnappy. # noqa: E501
- Return type:
int
- openapi_types = {'max_meshing_run_time': 'DimensionalTime', 'meshing_mode': 'str', 'num_of_processors': 'int', 'physics_based_meshing': 'bool', 'refinements': 'list[OneOfHexDominantSnappyRefinements]', 'sizing': 'OneOfHexDominantSnappySizing', 'type': 'str'}¶
- property physics_based_meshing¶
Gets the physics_based_meshing of this HexDominantSnappy. # noqa: E501
This toggle enables the automatic creation of boundary layers at no-slip walls. When toggled on, the meshing is started together with the simulation run. # noqa: E501
- Returns:
The physics_based_meshing of this HexDominantSnappy. # noqa: E501
- Return type:
bool
- property refinements¶
Gets the refinements of this HexDominantSnappy. # noqa: E501
- Returns:
The refinements of this HexDominantSnappy. # noqa: E501
- Return type:
list[OneOfHexDominantSnappyRefinements]
- property sizing¶
Gets the sizing of this HexDominantSnappy. # noqa: E501
- Returns:
The sizing of this HexDominantSnappy. # noqa: E501
- Return type:
OneOfHexDominantSnappySizing
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HexDominantSnappy. # noqa: E501
Schema name: HexDominantSnappy # noqa: E501
- Returns:
The type of this HexDominantSnappy. # noqa: E501
- Return type:
str
simscale_sdk.models.hht_time_integration_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.hht_time_integration_scheme.HhtTimeIntegrationScheme(type='HHT', alpha=None, method=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property alpha¶
Gets the alpha of this HhtTimeIntegrationScheme. # noqa: E501
The parameter <b>α</b> is given by a negative value. The larger |<b>α</b>| is, the more numerical damping is induced. # noqa: E501
- Returns:
The alpha of this HhtTimeIntegrationScheme. # noqa: E501
- Return type:
float
- attribute_map = {'alpha': 'alpha', 'method': 'method', 'type': 'type'}¶
- property method¶
Gets the method of this HhtTimeIntegrationScheme. # noqa: E501
Choose the mode of the HHT method. Compared to the <b>average acceleration</b> scheme the induced numerical damping of the <b>alpha method</b> is more selective: it is weaker for low frequencies and it will increase with the frequencies. # noqa: E501
- Returns:
The method of this HhtTimeIntegrationScheme. # noqa: E501
- Return type:
str
- openapi_types = {'alpha': 'float', 'method': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HhtTimeIntegrationScheme. # noqa: E501
Schema name: HhtTimeIntegrationScheme # noqa: E501
- Returns:
The type of this HhtTimeIntegrationScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.hierarchical_decompose_algorithm module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.hierarchical_decompose_algorithm.HierarchicalDecomposeAlgorithm(type='HIERARCHICAL', decomposition_order=None, delta=None, num_subdomain_x=None, num_subdomain_y=None, num_subdomain_z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'decomposition_order': 'decompositionOrder', 'delta': 'delta', 'num_subdomain_x': 'numSubdomainX', 'num_subdomain_y': 'numSubdomainY', 'num_subdomain_z': 'numSubdomainZ', 'type': 'type'}¶
- property decomposition_order¶
Gets the decomposition_order of this HierarchicalDecomposeAlgorithm. # noqa: E501
<p>Choose the order of domain decomposition .</p> # noqa: E501
- Returns:
The decomposition_order of this HierarchicalDecomposeAlgorithm. # noqa: E501
- Return type:
str
- property delta¶
Gets the delta of this HierarchicalDecomposeAlgorithm. # noqa: E501
Delta is cell skew factor. It represents the cell skewness allowed at the decomposed domain boundaries and is generally kept below 10^{-2}. <a href=’https://www.simscale.com/docs/simulation-setup/simulation-control/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The delta of this HierarchicalDecomposeAlgorithm. # noqa: E501
- Return type:
float
- property num_subdomain_x¶
Gets the num_subdomain_x of this HierarchicalDecomposeAlgorithm. # noqa: E501
<p>Define the number of subdomains the mesh is split into in the specific direction.</p> # noqa: E501
- Returns:
The num_subdomain_x of this HierarchicalDecomposeAlgorithm. # noqa: E501
- Return type:
int
- property num_subdomain_y¶
Gets the num_subdomain_y of this HierarchicalDecomposeAlgorithm. # noqa: E501
<p>Define the number of subdomains the mesh is split into in the specific direction.</p> # noqa: E501
- Returns:
The num_subdomain_y of this HierarchicalDecomposeAlgorithm. # noqa: E501
- Return type:
int
- property num_subdomain_z¶
Gets the num_subdomain_z of this HierarchicalDecomposeAlgorithm. # noqa: E501
<p>Define the number of subdomains the mesh is split into in the specific direction.</p> # noqa: E501
- Returns:
The num_subdomain_z of this HierarchicalDecomposeAlgorithm. # noqa: E501
- Return type:
int
- openapi_types = {'decomposition_order': 'str', 'delta': 'float', 'num_subdomain_x': 'int', 'num_subdomain_y': 'int', 'num_subdomain_z': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HierarchicalDecomposeAlgorithm. # noqa: E501
Schema name: HierarchicalDecomposeAlgorithm # noqa: E501
- Returns:
The type of this HierarchicalDecomposeAlgorithm. # noqa: E501
- Return type:
str
simscale_sdk.models.high_contact_stiffness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.high_contact_stiffness.HighContactStiffness(type='HIGH_CONTACT_STIFFNESS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HighContactStiffness. # noqa: E501
Schema name: HighContactStiffness # noqa: E501
- Returns:
The type of this HighContactStiffness. # noqa: E501
- Return type:
str
simscale_sdk.models.high_resolution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.high_resolution.HighResolution(type='HIGH_RESOLUTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HighResolution. # noqa: E501
Output will be written every 2 time steps. Schema name: HighResolution # noqa: E501
- Returns:
The type of this HighResolution. # noqa: E501
- Return type:
str
simscale_sdk.models.high_resolution_spatial_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.high_resolution_spatial_scheme.HighResolutionSpatialScheme(type='HIGH_RESOLUTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HighResolutionSpatialScheme. # noqa: E501
Schema name: HighResolutionSpatialScheme # noqa: E501
- Returns:
The type of this HighResolutionSpatialScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.hinge_constraint_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.hinge_constraint_bc.HingeConstraintBC(type='HINGE_CONSTRAINT', name=None, axis_definition=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'axis_definition': 'axisDefinition', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property axis_definition¶
Gets the axis_definition of this HingeConstraintBC. # noqa: E501
- Returns:
The axis_definition of this HingeConstraintBC. # noqa: E501
- Return type:
OneOfHingeConstraintBCAxisDefinition
- property name¶
Gets the name of this HingeConstraintBC. # noqa: E501
- Returns:
The name of this HingeConstraintBC. # noqa: E501
- Return type:
str
- openapi_types = {'axis_definition': 'OneOfHingeConstraintBCAxisDefinition', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this HingeConstraintBC. # noqa: E501
- Returns:
The topological_reference of this HingeConstraintBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this HingeConstraintBC. # noqa: E501
Replicate the behaviour of a freely rotating hinge fixed to the ground. Note that only a single face assignment is allowed. The assigned surface is constrained such that only rotational motion around the hinge axis is free. SimScale can automatically detect the axis of the hinge based on an assigned cylindrical surface, but the boundary condition also allows for a user-defined input. Schema name: HingeConstraintBC # noqa: E501
- Returns:
The type of this HingeConstraintBC. # noqa: E501
- Return type:
str
simscale_sdk.models.hydrostatic_pressure module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.hydrostatic_pressure.HydrostaticPressure(enable_hydrostatic_pressure=None, reference_height=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'enable_hydrostatic_pressure': 'enableHydrostaticPressure', 'reference_height': 'referenceHeight'}¶
- property enable_hydrostatic_pressure¶
Gets the enable_hydrostatic_pressure of this HydrostaticPressure. # noqa: E501
- Returns:
The enable_hydrostatic_pressure of this HydrostaticPressure. # noqa: E501
- Return type:
bool
- openapi_types = {'enable_hydrostatic_pressure': 'bool', 'reference_height': 'DimensionalLength'}¶
- property reference_height¶
Gets the reference_height of this HydrostaticPressure. # noqa: E501
- Returns:
The reference_height of this HydrostaticPressure. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.hyper_elastic_material_behavior module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.hyper_elastic_material_behavior.HyperElasticMaterialBehavior(type='HYPER_ELASTIC', hyper_elastic_model=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'hyper_elastic_model': 'hyperElasticModel', 'type': 'type'}¶
- property hyper_elastic_model¶
Gets the hyper_elastic_model of this HyperElasticMaterialBehavior. # noqa: E501
- Returns:
The hyper_elastic_model of this HyperElasticMaterialBehavior. # noqa: E501
- Return type:
OneOfHyperElasticMaterialBehaviorHyperElasticModel
- openapi_types = {'hyper_elastic_model': 'OneOfHyperElasticMaterialBehaviorHyperElasticModel', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HyperElasticMaterialBehavior. # noqa: E501
<p>Choose the material behavior for your problem. </p> <br /><br />Important remarks:<br /> <ul><li>Choose <b>Linear elastic</b> if the stress-strain relationship of your material is linear.</li><li>Choose <b>Elasto-plastic</b> if the stress-strain relationship of your material is non-linear after some point e.g. yielding point.</li><li>Choose <b>Hyperelastic</b> if your material responds elastically even at higher deformations.</li></ul> Schema name: HyperElasticMaterialBehavior # noqa: E501
- Returns:
The type of this HyperElasticMaterialBehavior. # noqa: E501
- Return type:
str
simscale_sdk.models.hysteretic_damping module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.hysteretic_damping.HystereticDamping(type='HYSTERETIC', damping_level=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'damping_level': 'dampingLevel', 'type': 'type'}¶
- property damping_level¶
Gets the damping_level of this HystereticDamping. # noqa: E501
Specify the level of damping to be applied as a percentage of critical damping. # noqa: E501
- Returns:
The damping_level of this HystereticDamping. # noqa: E501
- Return type:
float
- openapi_types = {'damping_level': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this HystereticDamping. # noqa: E501
Schema name: HystereticDamping # noqa: E501
- Returns:
The type of this HystereticDamping. # noqa: E501
- Return type:
str
simscale_sdk.models.ilu_cp_preconditioner module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.ilu_cp_preconditioner.ILUCpPreconditioner(type='ILUCP', fill_in_level=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fill_in_level': 'fillInLevel', 'type': 'type'}¶
- property fill_in_level¶
Gets the fill_in_level of this ILUCpPreconditioner. # noqa: E501
Number of face-neighbour layers to fill in. Increasing the level of fill-in improves the performance of preconditioner at the expense of computational overhead. # noqa: E501
- Returns:
The fill_in_level of this ILUCpPreconditioner. # noqa: E501
- Return type:
int
- openapi_types = {'fill_in_level': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ILUCpPreconditioner. # noqa: E501
Crout’s version of the incomplete lower-upper (ILU) algorithm with arbitrary level of fill-in. Schema name: ILUCpPreconditioner # noqa: E501
- Returns:
The type of this ILUCpPreconditioner. # noqa: E501
- Return type:
str
simscale_sdk.models.implicit_time_integration_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.implicit_time_integration_type.ImplicitTimeIntegrationType(type='IMPLICIT', scheme=None, scheme_formulation=None, mass_matrix_shift=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'mass_matrix_shift': 'massMatrixShift', 'scheme': 'scheme', 'scheme_formulation': 'schemeFormulation', 'type': 'type'}¶
- property mass_matrix_shift¶
Gets the mass_matrix_shift of this ImplicitTimeIntegrationType. # noqa: E501
<p>This parameter c<sub>K</sub> allows the shifting of the mass matrix with the stiffness matrix multiplied by c<sub>K</sub>: <b>M</b><sup>’</sup>=<b>M</b> + c<sub>K</sub>*<b>K</b>. This makes it possible to strongly improve convergence in dynamics with implicit time scheme by imposing a cut-off frequency inversely proportional to the value of c<sub>K</sub> (at the cost of a light distortion of all the eigen frequencies of the system).</p> # noqa: E501
- Returns:
The mass_matrix_shift of this ImplicitTimeIntegrationType. # noqa: E501
- Return type:
float
- openapi_types = {'mass_matrix_shift': 'float', 'scheme': 'OneOfImplicitTimeIntegrationTypeScheme', 'scheme_formulation': 'str', 'type': 'str'}¶
- property scheme¶
Gets the scheme of this ImplicitTimeIntegrationType. # noqa: E501
- Returns:
The scheme of this ImplicitTimeIntegrationType. # noqa: E501
- Return type:
OneOfImplicitTimeIntegrationTypeScheme
- property scheme_formulation¶
Gets the scheme_formulation of this ImplicitTimeIntegrationType. # noqa: E501
<p>Choose the primary variable for the time integration scheme.</p> # noqa: E501
- Returns:
The scheme_formulation of this ImplicitTimeIntegrationType. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ImplicitTimeIntegrationType. # noqa: E501
<p>Choose the time integration scheme type</p><br /><br />Important remarks:<br /><ul><li>Choose <b>implicit</b> if the problem is static or dynamic but not so complex. Implicit analysis takes more solution time but can solve the problem easily with larger timesteps. Therefore, it is always recommended to use implicit time integration scheme. </li><i>Choose <b>explicit</b> if the problem is only dynamic and highly complex. Explicit analysis takes less solution time but also needs more refined (small) timesteps to solve the problem. Therefore, in most of the cases it’s not recommended due to convergence problems. </i></ul> Schema name: ImplicitTimeIntegrationType # noqa: E501
- Returns:
The type of this ImplicitTimeIntegrationType. # noqa: E501
- Return type:
str
simscale_sdk.models.inactive_adjustable_timestep module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inactive_adjustable_timestep.InactiveAdjustableTimestep(type='INACTIVE_TIMESTEP', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InactiveAdjustableTimestep. # noqa: E501
This option activates an adjustable time step. The time step is being modified according to the Courant number. Schema name: InactiveAdjustableTimestep # noqa: E501
- Returns:
The type of this InactiveAdjustableTimestep. # noqa: E501
- Return type:
str
simscale_sdk.models.inactive_preconditioner module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inactive_preconditioner.InactivePreconditioner(type='INACTIVE', renumbering_method=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'renumbering_method': 'renumberingMethod', 'type': 'type'}¶
- openapi_types = {'renumbering_method': 'str', 'type': 'str'}¶
- property renumbering_method¶
Gets the renumbering_method of this InactivePreconditioner. # noqa: E501
Choose the renumbering method for the system matrix entries:<ul><li><p><b>RCMK</b> uses the algorithm of <i>Reverse Cuthill-MacKee</i> for the renumbering. It often effectively reduces the matrig storage space and the matrix factorization time.</p></ul><ul><li><p>When <b>inactive</b> is selected no renumbering is done. This option should only be chosen for testing purposes.</p></ul> # noqa: E501
- Returns:
The renumbering_method of this InactivePreconditioner. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InactivePreconditioner. # noqa: E501
Schema name: InactivePreconditioner # noqa: E501
- Returns:
The type of this InactivePreconditioner. # noqa: E501
- Return type:
str
simscale_sdk.models.incomplete_preconditioner_v33 module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.incomplete_preconditioner_v33.IncompletePreconditionerV33(type='INCOMPLETE_LDLT_V33', matrix_completeness=None, preconditioner_matrix_growth=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'matrix_completeness': 'matrixCompleteness', 'preconditioner_matrix_growth': 'preconditionerMatrixGrowth', 'type': 'type'}¶
- property matrix_completeness¶
Gets the matrix_completeness of this IncompletePreconditionerV33. # noqa: E501
Set the level of completeness for the incomplete Cholesky decomposition. The larger this value is, the better the preconditioning Matrix P approximates K<sup>-1</sup>, but also the memory usage and computation time increase. If the solution does not converge or uses a lot of iterations it could help to increase this parameter. # noqa: E501
- Returns:
The matrix_completeness of this IncompletePreconditionerV33. # noqa: E501
- Return type:
int
- openapi_types = {'matrix_completeness': 'int', 'preconditioner_matrix_growth': 'float', 'type': 'str'}¶
- property preconditioner_matrix_growth¶
Gets the preconditioner_matrix_growth of this IncompletePreconditionerV33. # noqa: E501
Set the growth rate of the filling for the incomplete decomposition matrix. If this parameter is set to 1.0 PETSc estimates the matrix storage size from the first level of completeness. If this estimate is too low, PETSC increases the allocated memory on the fly, but this is more expensive. # noqa: E501
- Returns:
The preconditioner_matrix_growth of this IncompletePreconditionerV33. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IncompletePreconditionerV33. # noqa: E501
Schema name: IncompletePreconditionerV33 # noqa: E501
- Returns:
The type of this IncompletePreconditionerV33. # noqa: E501
- Return type:
str
simscale_sdk.models.incompressible module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.incompressible.Incompressible(type='INCOMPRESSIBLE', turbulence_model=None, adjoint_turbulence_model=None, time_dependency=None, algorithm=None, num_of_passive_species=None, enable_adjoint_optimization=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, advanced_concepts=None, numerics=None, simulation_control=None, result_control=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property adjoint_turbulence_model¶
Gets the adjoint_turbulence_model of this Incompressible. # noqa: E501
- Returns:
The adjoint_turbulence_model of this Incompressible. # noqa: E501
- Return type:
str
- property advanced_concepts¶
Gets the advanced_concepts of this Incompressible. # noqa: E501
- Returns:
The advanced_concepts of this Incompressible. # noqa: E501
- Return type:
- property algorithm¶
Gets the algorithm of this Incompressible. # noqa: E501
- Returns:
The algorithm of this Incompressible. # noqa: E501
- Return type:
str
- attribute_map = {'adjoint_turbulence_model': 'adjointTurbulenceModel', 'advanced_concepts': 'advancedConcepts', 'algorithm': 'algorithm', 'boundary_conditions': 'boundaryConditions', 'enable_adjoint_optimization': 'enableAdjointOptimization', 'initial_conditions': 'initialConditions', 'materials': 'materials', 'model': 'model', 'num_of_passive_species': 'numOfPassiveSpecies', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'time_dependency': 'timeDependency', 'turbulence_model': 'turbulenceModel', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this Incompressible. # noqa: E501
- Returns:
The boundary_conditions of this Incompressible. # noqa: E501
- Return type:
list[OneOfIncompressibleBoundaryConditions]
- property enable_adjoint_optimization¶
Gets the enable_adjoint_optimization of this Incompressible. # noqa: E501
- Returns:
The enable_adjoint_optimization of this Incompressible. # noqa: E501
- Return type:
bool
- property initial_conditions¶
Gets the initial_conditions of this Incompressible. # noqa: E501
- Returns:
The initial_conditions of this Incompressible. # noqa: E501
- Return type:
- property materials¶
Gets the materials of this Incompressible. # noqa: E501
- Returns:
The materials of this Incompressible. # noqa: E501
- Return type:
- property model¶
Gets the model of this Incompressible. # noqa: E501
- Returns:
The model of this Incompressible. # noqa: E501
- Return type:
- property num_of_passive_species¶
Gets the num_of_passive_species of this Incompressible. # noqa: E501
Select the number of passive species involved in the simulation. Passive species allow you to simulate the transport of a scalar quantity within a fluid flow without affecting it. <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/#passive-species’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The num_of_passive_species of this Incompressible. # noqa: E501
- Return type:
int
- property numerics¶
Gets the numerics of this Incompressible. # noqa: E501
- Returns:
The numerics of this Incompressible. # noqa: E501
- Return type:
- openapi_types = {'adjoint_turbulence_model': 'str', 'advanced_concepts': 'AdvancedConcepts', 'algorithm': 'str', 'boundary_conditions': 'list[OneOfIncompressibleBoundaryConditions]', 'enable_adjoint_optimization': 'bool', 'initial_conditions': 'FluidInitialConditions', 'materials': 'IncompressibleFluidMaterials', 'model': 'FluidModel', 'num_of_passive_species': 'int', 'numerics': 'FluidNumerics', 'result_control': 'FluidResultControls', 'simulation_control': 'FluidSimulationControl', 'time_dependency': 'OneOfIncompressibleTimeDependency', 'turbulence_model': 'str', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this Incompressible. # noqa: E501
- Returns:
The result_control of this Incompressible. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this Incompressible. # noqa: E501
- Returns:
The simulation_control of this Incompressible. # noqa: E501
- Return type:
- property time_dependency¶
Gets the time_dependency of this Incompressible. # noqa: E501
- Returns:
The time_dependency of this Incompressible. # noqa: E501
- Return type:
OneOfIncompressibleTimeDependency
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_model¶
Gets the turbulence_model of this Incompressible. # noqa: E501
Choose a turbulence model for your CFD analysis:<ul><li><strong>No turbulence</strong>: Laminar</li><li><strong>RANS</strong>: <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#standard-k-epsilon-model’ target=’_blank’>k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#realizable-k-epsilon-model’ target=’_blank’>Realizable k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-omega-sst/’ target=’_blank’>k-omega and k-omega SST</a></li><li><strong>LES</strong>: Smagorinsky, Spalart-Allmaras</li></ul><p><p><a href=’https://www.simscale.com/blog/2017/12/turbulence-cfd-analysis/’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The turbulence_model of this Incompressible. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this Incompressible. # noqa: E501
Schema name: Incompressible # noqa: E501
- Returns:
The type of this Incompressible. # noqa: E501
- Return type:
str
simscale_sdk.models.incompressible_fluid_materials module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.incompressible_fluid_materials.IncompressibleFluidMaterials(fluids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fluids': 'fluids'}¶
- property fluids¶
Gets the fluids of this IncompressibleFluidMaterials. # noqa: E501
- Returns:
The fluids of this IncompressibleFluidMaterials. # noqa: E501
- Return type:
list[IncompressibleMaterial]
- openapi_types = {'fluids': 'list[IncompressibleMaterial]'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.incompressible_material module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.incompressible_material.IncompressibleMaterial(type='INCOMPRESSIBLE', name=None, fluid_type=None, associated_phase=None, viscosity_model=None, density=None, thermal_expansion_coefficient=None, reference_temperature=None, laminar_prandtl_number=None, laminar_prandtl_number_function=None, turbulent_prandtl_number=None, specific_heat=None, specific_heat_function=None, molar_weight=None, cavitation=None, topological_reference=None, geometry_primitive_uuids=None, built_in_material=None, material_library_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property associated_phase¶
Gets the associated_phase of this IncompressibleMaterial. # noqa: E501
<p>Select the corresponding phase for this material:</p><p><b>Phase 0</b> would mean this material is represented by the phase fraction value of 0. Hence, a phase fraction of ‘0’ in your setup corresponds to 100% of this fluid material.</p><p><b>Phase 1</b> would mean this material is represented by the phase fraction value of 1. Hence, a phase fraction of ‘1’ in your setup corresponds to 100% of this fluid material.</p> # noqa: E501
- Returns:
The associated_phase of this IncompressibleMaterial. # noqa: E501
- Return type:
str
- attribute_map = {'associated_phase': 'associatedPhase', 'built_in_material': 'builtInMaterial', 'cavitation': 'cavitation', 'density': 'density', 'fluid_type': 'fluidType', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'laminar_prandtl_number': 'laminarPrandtlNumber', 'laminar_prandtl_number_function': 'laminarPrandtlNumberFunction', 'material_library_reference': 'materialLibraryReference', 'molar_weight': 'molarWeight', 'name': 'name', 'reference_temperature': 'referenceTemperature', 'specific_heat': 'specificHeat', 'specific_heat_function': 'specificHeatFunction', 'thermal_expansion_coefficient': 'thermalExpansionCoefficient', 'topological_reference': 'topologicalReference', 'turbulent_prandtl_number': 'turbulentPrandtlNumber', 'type': 'type', 'viscosity_model': 'viscosityModel'}¶
- property built_in_material¶
Gets the built_in_material of this IncompressibleMaterial. # noqa: E501
- Returns:
The built_in_material of this IncompressibleMaterial. # noqa: E501
- Return type:
str
- property cavitation¶
Gets the cavitation of this IncompressibleMaterial. # noqa: E501
- Returns:
The cavitation of this IncompressibleMaterial. # noqa: E501
- Return type:
- property density¶
Gets the density of this IncompressibleMaterial. # noqa: E501
- Returns:
The density of this IncompressibleMaterial. # noqa: E501
- Return type:
- property fluid_type¶
Gets the fluid_type of this IncompressibleMaterial. # noqa: E501
- Returns:
The fluid_type of this IncompressibleMaterial. # noqa: E501
- Return type:
OneOfIncompressibleMaterialFluidType
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this IncompressibleMaterial. # noqa: E501
- Returns:
The geometry_primitive_uuids of this IncompressibleMaterial. # noqa: E501
- Return type:
list[str]
- property laminar_prandtl_number¶
Gets the laminar_prandtl_number of this IncompressibleMaterial. # noqa: E501
Laminar Prandtl number is used to calculate the heat transfer in the domain. # noqa: E501
- Returns:
The laminar_prandtl_number of this IncompressibleMaterial. # noqa: E501
- Return type:
float
- property laminar_prandtl_number_function¶
Gets the laminar_prandtl_number_function of this IncompressibleMaterial. # noqa: E501
- Returns:
The laminar_prandtl_number_function of this IncompressibleMaterial. # noqa: E501
- Return type:
- property material_library_reference¶
Gets the material_library_reference of this IncompressibleMaterial. # noqa: E501
- Returns:
The material_library_reference of this IncompressibleMaterial. # noqa: E501
- Return type:
- property molar_weight¶
Gets the molar_weight of this IncompressibleMaterial. # noqa: E501
- Returns:
The molar_weight of this IncompressibleMaterial. # noqa: E501
- Return type:
- property name¶
Gets the name of this IncompressibleMaterial. # noqa: E501
- Returns:
The name of this IncompressibleMaterial. # noqa: E501
- Return type:
str
- openapi_types = {'associated_phase': 'str', 'built_in_material': 'str', 'cavitation': 'Cavitation', 'density': 'DimensionalDensity', 'fluid_type': 'OneOfIncompressibleMaterialFluidType', 'geometry_primitive_uuids': 'list[str]', 'laminar_prandtl_number': 'float', 'laminar_prandtl_number_function': 'DimensionalFunctionDimensionless', 'material_library_reference': 'MaterialLibraryReference', 'molar_weight': 'DimensionalMolarMass', 'name': 'str', 'reference_temperature': 'DimensionalTemperature', 'specific_heat': 'DimensionalSpecificHeat', 'specific_heat_function': 'DimensionalFunctionSpecificHeat', 'thermal_expansion_coefficient': 'DimensionalThermalExpansionRate', 'topological_reference': 'TopologicalReference', 'turbulent_prandtl_number': 'float', 'type': 'str', 'viscosity_model': 'OneOfIncompressibleMaterialViscosityModel'}¶
- property reference_temperature¶
Gets the reference_temperature of this IncompressibleMaterial. # noqa: E501
- Returns:
The reference_temperature of this IncompressibleMaterial. # noqa: E501
- Return type:
- property specific_heat¶
Gets the specific_heat of this IncompressibleMaterial. # noqa: E501
- Returns:
The specific_heat of this IncompressibleMaterial. # noqa: E501
- Return type:
- property specific_heat_function¶
Gets the specific_heat_function of this IncompressibleMaterial. # noqa: E501
- Returns:
The specific_heat_function of this IncompressibleMaterial. # noqa: E501
- Return type:
- property thermal_expansion_coefficient¶
Gets the thermal_expansion_coefficient of this IncompressibleMaterial. # noqa: E501
- Returns:
The thermal_expansion_coefficient of this IncompressibleMaterial. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this IncompressibleMaterial. # noqa: E501
- Returns:
The topological_reference of this IncompressibleMaterial. # noqa: E501
- Return type:
- property turbulent_prandtl_number¶
Gets the turbulent_prandtl_number of this IncompressibleMaterial. # noqa: E501
Turbulent Prandtl number is used to calculate the heat transfer due to turbulent effects in the domain. # noqa: E501
- Returns:
The turbulent_prandtl_number of this IncompressibleMaterial. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this IncompressibleMaterial. # noqa: E501
Schema name: IncompressibleMaterial # noqa: E501
- Returns:
The type of this IncompressibleMaterial. # noqa: E501
- Return type:
str
- property viscosity_model¶
Gets the viscosity_model of this IncompressibleMaterial. # noqa: E501
- Returns:
The viscosity_model of this IncompressibleMaterial. # noqa: E501
- Return type:
OneOfIncompressibleMaterialViscosityModel
simscale_sdk.models.incompressible_pacefish module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.incompressible_pacefish.IncompressiblePacefish(type='INCOMPRESSIBLE_PACEFISH', bounding_box_uuid=None, turbulence_model=None, material=None, flow_domain_boundaries=None, simulation_control=None, advanced_modelling=None, result_control=None, mesh_settings_new=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_modelling¶
Gets the advanced_modelling of this IncompressiblePacefish. # noqa: E501
- Returns:
The advanced_modelling of this IncompressiblePacefish. # noqa: E501
- Return type:
- attribute_map = {'advanced_modelling': 'advancedModelling', 'bounding_box_uuid': 'boundingBoxUuid', 'flow_domain_boundaries': 'flowDomainBoundaries', 'material': 'material', 'mesh_settings_new': 'meshSettingsNew', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'turbulence_model': 'turbulenceModel', 'type': 'type'}¶
- property bounding_box_uuid¶
Gets the bounding_box_uuid of this IncompressiblePacefish. # noqa: E501
- Returns:
The bounding_box_uuid of this IncompressiblePacefish. # noqa: E501
- Return type:
str
- property flow_domain_boundaries¶
Gets the flow_domain_boundaries of this IncompressiblePacefish. # noqa: E501
- Returns:
The flow_domain_boundaries of this IncompressiblePacefish. # noqa: E501
- Return type:
- property material¶
Gets the material of this IncompressiblePacefish. # noqa: E501
- Returns:
The material of this IncompressiblePacefish. # noqa: E501
- Return type:
- property mesh_settings_new¶
Gets the mesh_settings_new of this IncompressiblePacefish. # noqa: E501
- Returns:
The mesh_settings_new of this IncompressiblePacefish. # noqa: E501
- Return type:
OneOfIncompressiblePacefishMeshSettingsNew
- openapi_types = {'advanced_modelling': 'AdvancedModelling', 'bounding_box_uuid': 'str', 'flow_domain_boundaries': 'FlowDomainBoundaries', 'material': 'IncompressibleMaterial', 'mesh_settings_new': 'OneOfIncompressiblePacefishMeshSettingsNew', 'result_control': 'FluidResultControls', 'simulation_control': 'FluidSimulationControl', 'turbulence_model': 'str', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this IncompressiblePacefish. # noqa: E501
- Returns:
The result_control of this IncompressiblePacefish. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this IncompressiblePacefish. # noqa: E501
- Returns:
The simulation_control of this IncompressiblePacefish. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_model¶
Gets the turbulence_model of this IncompressiblePacefish. # noqa: E501
Choose between RANS, LES, or DES turbulence models. <a href=’https://www.simscale.com/docs/incompressible-lbm-lattice-boltzmann-advanced/#turbulence-models-in-incompressible-lbm’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The turbulence_model of this IncompressiblePacefish. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this IncompressiblePacefish. # noqa: E501
Schema name: IncompressiblePacefish # noqa: E501
- Returns:
The type of this IncompressiblePacefish. # noqa: E501
- Return type:
str
simscale_sdk.models.incompressible_perfect_gas_equation_of_state module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.incompressible_perfect_gas_equation_of_state.IncompressiblePerfectGasEquationOfState(type='INCOMPRESSIBLE_PERFECT_GAS', reference_pressure=None, energy=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'energy': 'energy', 'reference_pressure': 'referencePressure', 'type': 'type'}¶
- property energy¶
Gets the energy of this IncompressiblePerfectGasEquationOfState. # noqa: E501
<p><b>Energy</b> provides the methods for the form of energy to be used. The options are:</p><p><b>Sensible enthalpy:</b> The enthalpy form of equation is used without the heat of formation. In most cases this is the recommended choice.</p><p><b>Sensible internal Energy:</b> The internal energy form of equation is used without the heat of formation but also incorporates energy change due to reactions.</p> # noqa: E501
- Returns:
The energy of this IncompressiblePerfectGasEquationOfState. # noqa: E501
- Return type:
str
- openapi_types = {'energy': 'str', 'reference_pressure': 'DimensionalPressure', 'type': 'str'}¶
- property reference_pressure¶
Gets the reference_pressure of this IncompressiblePerfectGasEquationOfState. # noqa: E501
- Returns:
The reference_pressure of this IncompressiblePerfectGasEquationOfState. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IncompressiblePerfectGasEquationOfState. # noqa: E501
<br><p>The <b>Equation of state</b> describes the relation between density of a fluid and the fluid pressure and temperature. The available options are:</p><p><b>Rho const:</b> Fluid density is assumed constant.</p><p><b>Incompressibel perfect gas:</b> The fluid is assumed to be an ‘Ideal Gas’ that is incompressible by pressure. But, fluid density can change due to temperature.</p><p><b>Perfect gas:</b> Fluid is assumed to be an ‘Ideal Gas’ and obeys the ‘Ideal Gas Law’.</p><p><b>Perfect fluid:</b> Fluid density can change due to pressure and temperature with respect to a base value.</p><p><b>Adiabatic perfect fluid:</b> The fluid is a perfect fluid which is adiabatic in nature.</p> <a href=’https://www.simscale.com/docs/simulation-setup/materials/thermophysical-fluid-models/#equation-of-state’ target=’_blank’>Learn more</a>. Schema name: IncompressiblePerfectGasEquationOfState # noqa: E501
- Returns:
The type of this IncompressiblePerfectGasEquationOfState. # noqa: E501
- Return type:
str
simscale_sdk.models.initial_timesteps_write_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.initial_timesteps_write_control.InitialTimestepsWriteControl(type='INITIAL', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InitialTimestepsWriteControl. # noqa: E501
<p>Define how frequently intermediate results should be saved. With the selection of <b>initial time steps</b> only the user defined time steps are stored in the result and by selecting <b>all computed time steps</b> also intermediate results that were created by the automatic time stepping are saved. With the selection of <b>write interval</b> a specific write frequency can be chosen which reduces the result size. Finally using <b>user defined time steps</b> there can either be a constant time increment for result storage given or a table with varying time intervals analogous to the <b>time step length</b> definition.</p> Schema name: InitialTimestepsWriteControl # noqa: E501
- Returns:
The type of this InitialTimestepsWriteControl. # noqa: E501
- Return type:
str
simscale_sdk.models.inlet_fixed_mf_values module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_fixed_mf_values.InletFixedMFValues(type='INLET_FIXED_MF_VALUES', mass_fractions=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'mass_fractions': 'massFractions', 'type': 'type'}¶
- property mass_fractions¶
Gets the mass_fractions of this InletFixedMFValues. # noqa: E501
- Returns:
The mass_fractions of this InletFixedMFValues. # noqa: E501
- Return type:
list[FixedValueMassFractionBC]
- openapi_types = {'mass_fractions': 'list[FixedValueMassFractionBC]', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletFixedMFValues. # noqa: E501
Schema name: InletFixedMFValues # noqa: E501
- Returns:
The type of this InletFixedMFValues. # noqa: E501
- Return type:
str
simscale_sdk.models.inlet_fixed_pf_values module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_fixed_pf_values.InletFixedPFValues(type='INLET_FIXED_PF_VALUES', phase_fractions=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'phase_fractions': 'phaseFractions', 'type': 'type'}¶
- openapi_types = {'phase_fractions': 'list[FixedValuePhaseFractionBC]', 'type': 'str'}¶
- property phase_fractions¶
Gets the phase_fractions of this InletFixedPFValues. # noqa: E501
- Returns:
The phase_fractions of this InletFixedPFValues. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletFixedPFValues. # noqa: E501
Schema name: InletFixedPFValues # noqa: E501
- Returns:
The type of this InletFixedPFValues. # noqa: E501
- Return type:
str
simscale_sdk.models.inlet_outlet_dvbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_dvbc.InletOutletDVBC(type='INLET_OUTLET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDynamicViscosity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletDVBC. # noqa: E501
Schema name: InletOutletDVBC # noqa: E501
- Returns:
The type of this InletOutletDVBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InletOutletDVBC. # noqa: E501
- Returns:
The value of this InletOutletDVBC. # noqa: E501
- Return type:
simscale_sdk.models.inlet_outlet_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_ebc.InletOutletEBC(type='INLET_OUTLET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalTurbulentDissipation'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletEBC. # noqa: E501
Schema name: InletOutletEBC # noqa: E501
- Returns:
The type of this InletOutletEBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InletOutletEBC. # noqa: E501
- Returns:
The value of this InletOutletEBC. # noqa: E501
- Return type:
simscale_sdk.models.inlet_outlet_evbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_evbc.InletOutletEVBC(type='INLET_OUTLET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDynamicViscosity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletEVBC. # noqa: E501
Schema name: InletOutletEVBC # noqa: E501
- Returns:
The type of this InletOutletEVBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InletOutletEVBC. # noqa: E501
- Returns:
The value of this InletOutletEVBC. # noqa: E501
- Return type:
simscale_sdk.models.inlet_outlet_evcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_evcbc.InletOutletEVCBC(type='INLET_OUTLET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDynamicViscosity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletEVCBC. # noqa: E501
Schema name: InletOutletEVCBC # noqa: E501
- Returns:
The type of this InletOutletEVCBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InletOutletEVCBC. # noqa: E501
- Returns:
The value of this InletOutletEVCBC. # noqa: E501
- Return type:
simscale_sdk.models.inlet_outlet_nbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_nbc.InletOutletNBC(type='INLET_OUTLET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalKinematicViscosity'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletNBC. # noqa: E501
Schema name: InletOutletNBC # noqa: E501
- Returns:
The type of this InletOutletNBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InletOutletNBC. # noqa: E501
- Returns:
The value of this InletOutletNBC. # noqa: E501
- Return type:
simscale_sdk.models.inlet_outlet_obc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_obc.InletOutletOBC(type='INLET_OUTLET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalSpecificTurbulenceDissipationRate'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletOBC. # noqa: E501
Schema name: InletOutletOBC # noqa: E501
- Returns:
The type of this InletOutletOBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InletOutletOBC. # noqa: E501
- Returns:
The value of this InletOutletOBC. # noqa: E501
- Return type:
simscale_sdk.models.inlet_outlet_pfbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_pfbc.InletOutletPFBC(type='INLET_OUTLET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDimensionless'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletPFBC. # noqa: E501
Schema name: InletOutletPFBC # noqa: E501
- Returns:
The type of this InletOutletPFBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InletOutletPFBC. # noqa: E501
- Returns:
The value of this InletOutletPFBC. # noqa: E501
- Return type:
simscale_sdk.models.inlet_outlet_psbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_psbc.InletOutletPSBC(type='INLET_OUTLET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalDimensionless'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletPSBC. # noqa: E501
Schema name: InletOutletPSBC # noqa: E501
- Returns:
The type of this InletOutletPSBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InletOutletPSBC. # noqa: E501
- Returns:
The value of this InletOutletPSBC. # noqa: E501
- Return type:
simscale_sdk.models.inlet_outlet_rhbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_rhbc.InletOutletRHBC(type='INLET_OUTLET', humidity_value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'humidity_value': 'humidityValue', 'type': 'type'}¶
- property humidity_value¶
Gets the humidity_value of this InletOutletRHBC. # noqa: E501
- Returns:
The humidity_value of this InletOutletRHBC. # noqa: E501
- Return type:
OneOfInletOutletRHBCHumidityValue
- openapi_types = {'humidity_value': 'OneOfInletOutletRHBCHumidityValue', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletRHBC. # noqa: E501
Schema name: InletOutletRHBC # noqa: E501
- Returns:
The type of this InletOutletRHBC. # noqa: E501
- Return type:
str
simscale_sdk.models.inlet_outlet_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_tbc.InletOutletTBC(type='INLET_OUTLET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalTemperature'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletTBC. # noqa: E501
Schema name: InletOutletTBC # noqa: E501
- Returns:
The type of this InletOutletTBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InletOutletTBC. # noqa: E501
- Returns:
The value of this InletOutletTBC. # noqa: E501
- Return type:
simscale_sdk.models.inlet_outlet_tkebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_tkebc.InletOutletTKEBC(type='INLET_OUTLET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalTurbulenceKineticEnergy'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletTKEBC. # noqa: E501
Schema name: InletOutletTKEBC # noqa: E501
- Returns:
The type of this InletOutletTKEBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InletOutletTKEBC. # noqa: E501
- Returns:
The value of this InletOutletTKEBC. # noqa: E501
- Return type:
simscale_sdk.models.inlet_outlet_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inlet_outlet_vbc.InletOutletVBC(type='INLET_OUTLET', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalVectorSpeed'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InletOutletVBC. # noqa: E501
Schema name: InletOutletVBC # noqa: E501
- Returns:
The type of this InletOutletVBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InletOutletVBC. # noqa: E501
- Returns:
The value of this InletOutletVBC. # noqa: E501
- Return type:
simscale_sdk.models.inside_region_refinement_with_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inside_region_refinement_with_length.InsideRegionRefinementWithLength(type='INSIDE', length=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'length': 'length', 'type': 'type'}¶
- property length¶
Gets the length of this InsideRegionRefinementWithLength. # noqa: E501
- Returns:
The length of this InsideRegionRefinementWithLength. # noqa: E501
- Return type:
- openapi_types = {'length': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InsideRegionRefinementWithLength. # noqa: E501
Schema name: InsideRegionRefinementWithLength # noqa: E501
- Returns:
The type of this InsideRegionRefinementWithLength. # noqa: E501
- Return type:
str
simscale_sdk.models.inside_region_refinement_with_levels module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inside_region_refinement_with_levels.InsideRegionRefinementWithLevels(type='INSIDE', level=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'level': 'level', 'type': 'type'}¶
- property level¶
Gets the level of this InsideRegionRefinementWithLevels. # noqa: E501
- Returns:
The level of this InsideRegionRefinementWithLevels. # noqa: E501
- Return type:
int
- openapi_types = {'level': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InsideRegionRefinementWithLevels. # noqa: E501
Schema name: InsideRegionRefinementWithLevels # noqa: E501
- Returns:
The type of this InsideRegionRefinementWithLevels. # noqa: E501
- Return type:
str
simscale_sdk.models.inside_volume_custom_sizing module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.inside_volume_custom_sizing.InsideVolumeCustomSizing(type='INSIDE_CUSTOM_SIZING', sizing=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'sizing': 'sizing', 'type': 'type'}¶
- openapi_types = {'sizing': 'OneOfInsideVolumeCustomSizingSizing', 'type': 'str'}¶
- property sizing¶
Gets the sizing of this InsideVolumeCustomSizing. # noqa: E501
- Returns:
The sizing of this InsideVolumeCustomSizing. # noqa: E501
- Return type:
OneOfInsideVolumeCustomSizingSizing
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InsideVolumeCustomSizing. # noqa: E501
Schema name: InsideVolumeCustomSizing # noqa: E501
- Returns:
The type of this InsideVolumeCustomSizing. # noqa: E501
- Return type:
str
simscale_sdk.models.intensity_kinetic_energy_inlet_tkebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.intensity_kinetic_energy_inlet_tkebc.IntensityKineticEnergyInletTKEBC(type='TURBULENT_INTENSITY_KINETIC_ENERGY_INLET', intensity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'intensity': 'intensity', 'type': 'type'}¶
- property intensity¶
Gets the intensity of this IntensityKineticEnergyInletTKEBC. # noqa: E501
- Returns:
The intensity of this IntensityKineticEnergyInletTKEBC. # noqa: E501
- Return type:
float
- openapi_types = {'intensity': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IntensityKineticEnergyInletTKEBC. # noqa: E501
Schema name: IntensityKineticEnergyInletTKEBC # noqa: E501
- Returns:
The type of this IntensityKineticEnergyInletTKEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.intern_variables_field module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.intern_variables_field.InternVariablesField(type='INTERN_VARIABLES', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this InternVariablesField. # noqa: E501
<p>Choose a field component for which the data schould be extracted.</p> # noqa: E501
- Returns:
The component_selection of this InternVariablesField. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this InternVariablesField. # noqa: E501
<p>Select the field which should have a limited de-/increase within one increment.</p> Schema name: InternVariablesField # noqa: E501
- Returns:
The type of this InternVariablesField. # noqa: E501
- Return type:
str
simscale_sdk.models.interpolation_parameter module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.interpolation_parameter.InterpolationParameter(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this InterpolationParameter. # noqa: E501
- Returns:
The unit of this InterpolationParameter. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this InterpolationParameter. # noqa: E501
- Returns:
The value of this InterpolationParameter. # noqa: E501
- Return type:
float
simscale_sdk.models.interpolation_schemes module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.interpolation_schemes.InterpolationSchemes(for_default=None, interpolate_hby_a=None, interpolate_velocity=None, interpolate_kappa=None, interpolate_rho=None, interpolate_thermo_rho_cp=None, interpolate_map_kappa=None, interpolate_rho_hbya=None, interpolate_rho_0_velocity0=None, interpolate_grad_enthalpy=None, interpolate_rho_r_au=None, interpolate_r_au=None, interpolate_velocity0=None, reconstruct_velocity=None, reconstruct_temperature=None, reconstruct_rho=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'for_default': 'forDefault', 'interpolate_grad_enthalpy': 'interpolate_grad_enthalpy', 'interpolate_hby_a': 'interpolate_HbyA', 'interpolate_kappa': 'interpolate_kappa', 'interpolate_map_kappa': 'interpolate_map_Kappa', 'interpolate_r_au': 'interpolate_rAU', 'interpolate_rho': 'interpolate_rho', 'interpolate_rho_0_velocity0': 'interpolate_rho_0_velocity0', 'interpolate_rho_hbya': 'interpolate_rho_Hbya', 'interpolate_rho_r_au': 'interpolate_rho_rAU', 'interpolate_thermo_rho_cp': 'interpolate_thermo_rho_Cp', 'interpolate_velocity': 'interpolate_velocity', 'interpolate_velocity0': 'interpolate_velocity0', 'reconstruct_rho': 'reconstruct_rho', 'reconstruct_temperature': 'reconstruct_temperature', 'reconstruct_velocity': 'reconstruct_velocity'}¶
- property for_default¶
Gets the for_default of this InterpolationSchemes. # noqa: E501
- Returns:
The for_default of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesForDefault
- property interpolate_grad_enthalpy¶
Gets the interpolate_grad_enthalpy of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_grad_enthalpy of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateGradEnthalpy
- property interpolate_hby_a¶
Gets the interpolate_hby_a of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_hby_a of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateHbyA
- property interpolate_kappa¶
Gets the interpolate_kappa of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_kappa of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateKappa
- property interpolate_map_kappa¶
Gets the interpolate_map_kappa of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_map_kappa of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateMapKappa
- property interpolate_r_au¶
Gets the interpolate_r_au of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_r_au of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateRAU
- property interpolate_rho¶
Gets the interpolate_rho of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_rho of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateRho
- property interpolate_rho_0_velocity0¶
Gets the interpolate_rho_0_velocity0 of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_rho_0_velocity0 of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateRho0Velocity0
- property interpolate_rho_hbya¶
Gets the interpolate_rho_hbya of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_rho_hbya of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateRhoHbya
- property interpolate_rho_r_au¶
Gets the interpolate_rho_r_au of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_rho_r_au of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateRhoRAU
- property interpolate_thermo_rho_cp¶
Gets the interpolate_thermo_rho_cp of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_thermo_rho_cp of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateThermoRhoCp
- property interpolate_velocity¶
Gets the interpolate_velocity of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_velocity of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateVelocity
- property interpolate_velocity0¶
Gets the interpolate_velocity0 of this InterpolationSchemes. # noqa: E501
- Returns:
The interpolate_velocity0 of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesInterpolateVelocity0
- openapi_types = {'for_default': 'OneOfInterpolationSchemesForDefault', 'interpolate_grad_enthalpy': 'OneOfInterpolationSchemesInterpolateGradEnthalpy', 'interpolate_hby_a': 'OneOfInterpolationSchemesInterpolateHbyA', 'interpolate_kappa': 'OneOfInterpolationSchemesInterpolateKappa', 'interpolate_map_kappa': 'OneOfInterpolationSchemesInterpolateMapKappa', 'interpolate_r_au': 'OneOfInterpolationSchemesInterpolateRAU', 'interpolate_rho': 'OneOfInterpolationSchemesInterpolateRho', 'interpolate_rho_0_velocity0': 'OneOfInterpolationSchemesInterpolateRho0Velocity0', 'interpolate_rho_hbya': 'OneOfInterpolationSchemesInterpolateRhoHbya', 'interpolate_rho_r_au': 'OneOfInterpolationSchemesInterpolateRhoRAU', 'interpolate_thermo_rho_cp': 'OneOfInterpolationSchemesInterpolateThermoRhoCp', 'interpolate_velocity': 'OneOfInterpolationSchemesInterpolateVelocity', 'interpolate_velocity0': 'OneOfInterpolationSchemesInterpolateVelocity0', 'reconstruct_rho': 'OneOfInterpolationSchemesReconstructRho', 'reconstruct_temperature': 'OneOfInterpolationSchemesReconstructTemperature', 'reconstruct_velocity': 'OneOfInterpolationSchemesReconstructVelocity'}¶
- property reconstruct_rho¶
Gets the reconstruct_rho of this InterpolationSchemes. # noqa: E501
- Returns:
The reconstruct_rho of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesReconstructRho
- property reconstruct_temperature¶
Gets the reconstruct_temperature of this InterpolationSchemes. # noqa: E501
- Returns:
The reconstruct_temperature of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesReconstructTemperature
- property reconstruct_velocity¶
Gets the reconstruct_velocity of this InterpolationSchemes. # noqa: E501
- Returns:
The reconstruct_velocity of this InterpolationSchemes. # noqa: E501
- Return type:
OneOfInterpolationSchemesReconstructVelocity
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.iram_sorensen module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.iram_sorensen.IRAMSorensen(type='SORENSEN', prec_soren=None, nmax_iter_soren=None, subspace_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'nmax_iter_soren': 'nmaxIterSoren', 'prec_soren': 'precSoren', 'subspace_settings': 'subspaceSettings', 'type': 'type'}¶
- property nmax_iter_soren¶
Gets the nmax_iter_soren of this IRAMSorensen. # noqa: E501
- Returns:
The nmax_iter_soren of this IRAMSorensen. # noqa: E501
- Return type:
int
- openapi_types = {'nmax_iter_soren': 'int', 'prec_soren': 'float', 'subspace_settings': 'OneOfIRAMSorensenSubspaceSettings', 'type': 'str'}¶
- property prec_soren¶
Gets the prec_soren of this IRAMSorensen. # noqa: E501
- Returns:
The prec_soren of this IRAMSorensen. # noqa: E501
- Return type:
float
- property subspace_settings¶
Gets the subspace_settings of this IRAMSorensen. # noqa: E501
- Returns:
The subspace_settings of this IRAMSorensen. # noqa: E501
- Return type:
OneOfIRAMSorensenSubspaceSettings
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IRAMSorensen. # noqa: E501
Schema name: IRAMSorensen # noqa: E501
- Returns:
The type of this IRAMSorensen. # noqa: E501
- Return type:
str
simscale_sdk.models.iso_surface module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.iso_surface.IsoSurface(iso_scalar=None, iso_value=None, scalar_field=None, solid_color=None, vector_field=None, opacity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'iso_scalar': 'isoScalar', 'iso_value': 'isoValue', 'opacity': 'opacity', 'scalar_field': 'scalarField', 'solid_color': 'solidColor', 'vector_field': 'vectorField'}¶
- property iso_scalar¶
Gets the iso_scalar of this IsoSurface. # noqa: E501
- Returns:
The iso_scalar of this IsoSurface. # noqa: E501
- Return type:
- property iso_value¶
Gets the iso_value of this IsoSurface. # noqa: E501
The iso scalar value. Should be within the selected scalar range. Default value is the average between the min and max in the range. # noqa: E501
- Returns:
The iso_value of this IsoSurface. # noqa: E501
- Return type:
float
- property opacity¶
Gets the opacity of this IsoSurface. # noqa: E501
- Returns:
The opacity of this IsoSurface. # noqa: E501
- Return type:
float
- openapi_types = {'iso_scalar': 'ScalarField', 'iso_value': 'float', 'opacity': 'float', 'scalar_field': 'ScalarField', 'solid_color': 'Color', 'vector_field': 'VectorField'}¶
- property scalar_field¶
Gets the scalar_field of this IsoSurface. # noqa: E501
- Returns:
The scalar_field of this IsoSurface. # noqa: E501
- Return type:
- property solid_color¶
Gets the solid_color of this IsoSurface. # noqa: E501
- Returns:
The solid_color of this IsoSurface. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property vector_field¶
Gets the vector_field of this IsoSurface. # noqa: E501
- Returns:
The vector_field of this IsoSurface. # noqa: E501
- Return type:
simscale_sdk.models.iso_volume module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.iso_volume.IsoVolume(iso_scalar=None, minimum_iso_value=None, maximum_iso_value=None, scalar_field=None, solid_color=None, vector_field=None, opacity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'iso_scalar': 'isoScalar', 'maximum_iso_value': 'maximumIsoValue', 'minimum_iso_value': 'minimumIsoValue', 'opacity': 'opacity', 'scalar_field': 'scalarField', 'solid_color': 'solidColor', 'vector_field': 'vectorField'}¶
- property iso_scalar¶
Gets the iso_scalar of this IsoVolume. # noqa: E501
- Returns:
The iso_scalar of this IsoVolume. # noqa: E501
- Return type:
- property maximum_iso_value¶
Gets the maximum_iso_value of this IsoVolume. # noqa: E501
The iso scalar maximum value. Should be within the selected scalar range and larger than the minimumIsoValue. Default value is 2 thirds of the range between min and max. # noqa: E501
- Returns:
The maximum_iso_value of this IsoVolume. # noqa: E501
- Return type:
float
- property minimum_iso_value¶
Gets the minimum_iso_value of this IsoVolume. # noqa: E501
The iso scalar minimum value. Should be within the selected scalar range and smaller than the maximumIsoValue. Default value is the third of the range between min and max. # noqa: E501
- Returns:
The minimum_iso_value of this IsoVolume. # noqa: E501
- Return type:
float
- property opacity¶
Gets the opacity of this IsoVolume. # noqa: E501
- Returns:
The opacity of this IsoVolume. # noqa: E501
- Return type:
float
- openapi_types = {'iso_scalar': 'ScalarField', 'maximum_iso_value': 'float', 'minimum_iso_value': 'float', 'opacity': 'float', 'scalar_field': 'ScalarField', 'solid_color': 'Color', 'vector_field': 'VectorField'}¶
- property scalar_field¶
Gets the scalar_field of this IsoVolume. # noqa: E501
- Returns:
The scalar_field of this IsoVolume. # noqa: E501
- Return type:
- property solid_color¶
Gets the solid_color of this IsoVolume. # noqa: E501
- Returns:
The solid_color of this IsoVolume. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property vector_field¶
Gets the vector_field of this IsoVolume. # noqa: E501
- Returns:
The vector_field of this IsoVolume. # noqa: E501
- Return type:
simscale_sdk.models.isotropic_conductivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.isotropic_conductivity.IsotropicConductivity(type='ISOTROPIC', thermal_conductivity=None, thermal_conductivity_function=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'thermal_conductivity': 'thermalConductivity', 'thermal_conductivity_function': 'thermalConductivityFunction', 'type': 'type'}¶
- openapi_types = {'thermal_conductivity': 'DimensionalFunctionThermalConductivity', 'thermal_conductivity_function': 'DimensionalFunctionThermalConductivity', 'type': 'str'}¶
- property thermal_conductivity¶
Gets the thermal_conductivity of this IsotropicConductivity. # noqa: E501
- Returns:
The thermal_conductivity of this IsotropicConductivity. # noqa: E501
- Return type:
- property thermal_conductivity_function¶
Gets the thermal_conductivity_function of this IsotropicConductivity. # noqa: E501
- Returns:
The thermal_conductivity_function of this IsotropicConductivity. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IsotropicConductivity. # noqa: E501
<p>Define the directional dependency of this property. Isotropic means directionally independent. Orthotropic means directionally dependent.</p> Schema name: IsotropicConductivity # noqa: E501
- Returns:
The type of this IsotropicConductivity. # noqa: E501
- Return type:
str
simscale_sdk.models.isotropic_darcy_forchheimer module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.isotropic_darcy_forchheimer.IsotropicDarcyForchheimer(type='ISOTROPIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IsotropicDarcyForchheimer. # noqa: E501
Isotropic porous object where the same permeability and friction form coefficient are applied in all directions. Schema name: IsotropicDarcyForchheimer # noqa: E501
- Returns:
The type of this IsotropicDarcyForchheimer. # noqa: E501
- Return type:
str
simscale_sdk.models.isotropic_directional_dependency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.isotropic_directional_dependency.IsotropicDirectionalDependency(type='ISOTROPIC', youngs_modulus=None, poissons_ratio=None, expansion_coefficient=None, reference_temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'expansion_coefficient': 'expansionCoefficient', 'poissons_ratio': 'poissonsRatio', 'reference_temperature': 'referenceTemperature', 'type': 'type', 'youngs_modulus': 'youngsModulus'}¶
- property expansion_coefficient¶
Gets the expansion_coefficient of this IsotropicDirectionalDependency. # noqa: E501
- Returns:
The expansion_coefficient of this IsotropicDirectionalDependency. # noqa: E501
- Return type:
- openapi_types = {'expansion_coefficient': 'DimensionalFunctionThermalExpansionRate', 'poissons_ratio': 'OneOfIsotropicDirectionalDependencyPoissonsRatio', 'reference_temperature': 'DimensionalTemperature', 'type': 'str', 'youngs_modulus': 'DimensionalFunctionPressure'}¶
- property poissons_ratio¶
Gets the poissons_ratio of this IsotropicDirectionalDependency. # noqa: E501
- Returns:
The poissons_ratio of this IsotropicDirectionalDependency. # noqa: E501
- Return type:
OneOfIsotropicDirectionalDependencyPoissonsRatio
- property reference_temperature¶
Gets the reference_temperature of this IsotropicDirectionalDependency. # noqa: E501
- Returns:
The reference_temperature of this IsotropicDirectionalDependency. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IsotropicDirectionalDependency. # noqa: E501
Schema name: IsotropicDirectionalDependency # noqa: E501
- Returns:
The type of this IsotropicDirectionalDependency. # noqa: E501
- Return type:
str
- property youngs_modulus¶
Gets the youngs_modulus of this IsotropicDirectionalDependency. # noqa: E501
- Returns:
The youngs_modulus of this IsotropicDirectionalDependency. # noqa: E501
- Return type:
simscale_sdk.models.isotropic_electric_conductivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.isotropic_electric_conductivity.IsotropicElectricConductivity(type='ISOTROPIC_ELECTRIC_CONDUCTIVITY', electric_resistivity=None, electric_resistivity_function=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'electric_resistivity': 'electricResistivity', 'electric_resistivity_function': 'electricResistivityFunction', 'type': 'type'}¶
- property electric_resistivity¶
Gets the electric_resistivity of this IsotropicElectricConductivity. # noqa: E501
- Returns:
The electric_resistivity of this IsotropicElectricConductivity. # noqa: E501
- Return type:
- property electric_resistivity_function¶
Gets the electric_resistivity_function of this IsotropicElectricConductivity. # noqa: E501
- Returns:
The electric_resistivity_function of this IsotropicElectricConductivity. # noqa: E501
- Return type:
- openapi_types = {'electric_resistivity': 'DimensionalFunctionElectricResistivity', 'electric_resistivity_function': 'DimensionalFunctionElectricResistivity', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IsotropicElectricConductivity. # noqa: E501
<p>Define the directional dependency of this property. Isotropic means directionally independent. Orthotropic means directionally dependent.</p> Schema name: IsotropicElectricConductivity # noqa: E501
- Returns:
The type of this IsotropicElectricConductivity. # noqa: E501
- Return type:
str
simscale_sdk.models.isotropic_electric_conductivity_method module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.isotropic_electric_conductivity_method.IsotropicElectricConductivityMethod(type='ISOTROPIC_ELECTRIC_CONDUCTIVITY', electric_conductivity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'electric_conductivity': 'electricConductivity', 'type': 'type'}¶
- property electric_conductivity¶
Gets the electric_conductivity of this IsotropicElectricConductivityMethod. # noqa: E501
- Returns:
The electric_conductivity of this IsotropicElectricConductivityMethod. # noqa: E501
- Return type:
- openapi_types = {'electric_conductivity': 'DimensionalFunctionElectricConductivity', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IsotropicElectricConductivityMethod. # noqa: E501
Schema name: IsotropicElectricConductivityMethod # noqa: E501
- Returns:
The type of this IsotropicElectricConductivityMethod. # noqa: E501
- Return type:
str
simscale_sdk.models.isotropic_expansion module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.isotropic_expansion.IsotropicExpansion(type='ISOTROPIC', expansion_coefficient=None, reference_temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'expansion_coefficient': 'expansionCoefficient', 'reference_temperature': 'referenceTemperature', 'type': 'type'}¶
- property expansion_coefficient¶
Gets the expansion_coefficient of this IsotropicExpansion. # noqa: E501
- Returns:
The expansion_coefficient of this IsotropicExpansion. # noqa: E501
- Return type:
- openapi_types = {'expansion_coefficient': 'DimensionalFunctionThermalExpansionRate', 'reference_temperature': 'DimensionalTemperature', 'type': 'str'}¶
- property reference_temperature¶
Gets the reference_temperature of this IsotropicExpansion. # noqa: E501
- Returns:
The reference_temperature of this IsotropicExpansion. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IsotropicExpansion. # noqa: E501
<p>Define the directional dependency of this property. Isotropic means directionally independent.</p> Schema name: IsotropicExpansion # noqa: E501
- Returns:
The type of this IsotropicExpansion. # noqa: E501
- Return type:
str
simscale_sdk.models.isotropic_plastic_hardening module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.isotropic_plastic_hardening.IsotropicPlasticHardening(type='ISOTROPIC', youngs_modulus=None, poissons_ratio=None, von_mises_stress=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'poissons_ratio': 'poissonsRatio', 'type': 'type', 'von_mises_stress': 'vonMisesStress', 'youngs_modulus': 'youngsModulus'}¶
- openapi_types = {'poissons_ratio': 'OneOfIsotropicPlasticHardeningPoissonsRatio', 'type': 'str', 'von_mises_stress': 'DimensionalFunctionPressure', 'youngs_modulus': 'DimensionalFunctionPressure'}¶
- property poissons_ratio¶
Gets the poissons_ratio of this IsotropicPlasticHardening. # noqa: E501
- Returns:
The poissons_ratio of this IsotropicPlasticHardening. # noqa: E501
- Return type:
OneOfIsotropicPlasticHardeningPoissonsRatio
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IsotropicPlasticHardening. # noqa: E501
<p>Define the plastic hardening type of the material.</p> Schema name: IsotropicPlasticHardening # noqa: E501
- Returns:
The type of this IsotropicPlasticHardening. # noqa: E501
- Return type:
str
- property von_mises_stress¶
Gets the von_mises_stress of this IsotropicPlasticHardening. # noqa: E501
- Returns:
The von_mises_stress of this IsotropicPlasticHardening. # noqa: E501
- Return type:
- property youngs_modulus¶
Gets the youngs_modulus of this IsotropicPlasticHardening. # noqa: E501
- Returns:
The youngs_modulus of this IsotropicPlasticHardening. # noqa: E501
- Return type:
simscale_sdk.models.isotropic_relative_permeability_method module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.isotropic_relative_permeability_method.IsotropicRelativePermeabilityMethod(type='ISOTROPIC_RELATIVE_MAGNETIC_PERMEABILITY', relative_magnetic_permeability=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'relative_magnetic_permeability': 'relativeMagneticPermeability', 'type': 'type'}¶
- openapi_types = {'relative_magnetic_permeability': 'DimensionalFunctionDimensionless', 'type': 'str'}¶
- property relative_magnetic_permeability¶
Gets the relative_magnetic_permeability of this IsotropicRelativePermeabilityMethod. # noqa: E501
- Returns:
The relative_magnetic_permeability of this IsotropicRelativePermeabilityMethod. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IsotropicRelativePermeabilityMethod. # noqa: E501
Schema name: IsotropicRelativePermeabilityMethod # noqa: E501
- Returns:
The type of this IsotropicRelativePermeabilityMethod. # noqa: E501
- Return type:
str
simscale_sdk.models.isotropic_spring_stiffness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.isotropic_spring_stiffness.IsotropicSpringStiffness(type='ISOTROPIC', stiffness_definition=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'stiffness_definition': 'stiffnessDefinition', 'type': 'type'}¶
- openapi_types = {'stiffness_definition': 'OneOfIsotropicSpringStiffnessStiffnessDefinition', 'type': 'str'}¶
- property stiffness_definition¶
Gets the stiffness_definition of this IsotropicSpringStiffness. # noqa: E501
- Returns:
The stiffness_definition of this IsotropicSpringStiffness. # noqa: E501
- Return type:
OneOfIsotropicSpringStiffnessStiffnessDefinition
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IsotropicSpringStiffness. # noqa: E501
Schema name: IsotropicSpringStiffness # noqa: E501
- Returns:
The type of this IsotropicSpringStiffness. # noqa: E501
- Return type:
str
simscale_sdk.models.isotropic_thermal_conductivity_method module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.isotropic_thermal_conductivity_method.IsotropicThermalConductivityMethod(type='ISOTROPIC_THERMAL_CONDUCTIVITY', thermal_conductivity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'thermal_conductivity': 'thermalConductivity', 'type': 'type'}¶
- openapi_types = {'thermal_conductivity': 'DimensionalFunctionThermalConductivity', 'type': 'str'}¶
- property thermal_conductivity¶
Gets the thermal_conductivity of this IsotropicThermalConductivityMethod. # noqa: E501
- Returns:
The thermal_conductivity of this IsotropicThermalConductivityMethod. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this IsotropicThermalConductivityMethod. # noqa: E501
Schema name: IsotropicThermalConductivityMethod # noqa: E501
- Returns:
The type of this IsotropicThermalConductivityMethod. # noqa: E501
- Return type:
str
simscale_sdk.models.jacobi_preconditioner module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.jacobi_preconditioner.JacobiPreconditioner(type='JACOBI', renumbering_method=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'renumbering_method': 'renumberingMethod', 'type': 'type'}¶
- openapi_types = {'renumbering_method': 'str', 'type': 'str'}¶
- property renumbering_method¶
Gets the renumbering_method of this JacobiPreconditioner. # noqa: E501
Choose the renumbering method for the system matrix entries:<ul><li><p><b>RCMK</b> uses the algorithm of <i>Reverse Cuthill-MacKee</i> for the renumbering. It often effectively reduces the matrig storage space and the matrix factorization time.</p></ul><ul><li><p>When <b>inactive</b> is selected no renumbering is done. This option should only be chosen for testing purposes.</p></ul> # noqa: E501
- Returns:
The renumbering_method of this JacobiPreconditioner. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this JacobiPreconditioner. # noqa: E501
Schema name: JacobiPreconditioner # noqa: E501
- Returns:
The type of this JacobiPreconditioner. # noqa: E501
- Return type:
str
simscale_sdk.models.johnson_cook_elasto_plastic_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.johnson_cook_elasto_plastic_model.JohnsonCookElastoPlasticModel(type='JOHNSON_COOK', youngs_modulus=None, poissons_ratio=None, initial_yield_stress=None, hardening_coefficient=None, hardening_exponent=None, strain_rate_effect=None, strain_rate_hardening_coefficient=None, reference_strain_rate=None, thermal_softening_effect=None, thermal_softening_exponent=None, reference_temperature_jc=None, melting_temperature_jc=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'hardening_coefficient': 'hardeningCoefficient', 'hardening_exponent': 'hardeningExponent', 'initial_yield_stress': 'initialYieldStress', 'melting_temperature_jc': 'meltingTemperatureJC', 'poissons_ratio': 'poissonsRatio', 'reference_strain_rate': 'referenceStrainRate', 'reference_temperature_jc': 'referenceTemperatureJC', 'strain_rate_effect': 'strainRateEffect', 'strain_rate_hardening_coefficient': 'strainRateHardeningCoefficient', 'thermal_softening_effect': 'thermalSofteningEffect', 'thermal_softening_exponent': 'thermalSofteningExponent', 'type': 'type', 'youngs_modulus': 'youngsModulus'}¶
- property hardening_coefficient¶
Gets the hardening_coefficient of this JohnsonCookElastoPlasticModel. # noqa: E501
- Returns:
The hardening_coefficient of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
- property hardening_exponent¶
Gets the hardening_exponent of this JohnsonCookElastoPlasticModel. # noqa: E501
The strain hardening exponent describes the rate at which the material hardens with respect to plastic strain. # noqa: E501
- Returns:
The hardening_exponent of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
float
- property initial_yield_stress¶
Gets the initial_yield_stress of this JohnsonCookElastoPlasticModel. # noqa: E501
- Returns:
The initial_yield_stress of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
- property melting_temperature_jc¶
Gets the melting_temperature_jc of this JohnsonCookElastoPlasticModel. # noqa: E501
- Returns:
The melting_temperature_jc of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
- openapi_types = {'hardening_coefficient': 'DimensionalFunctionPressure', 'hardening_exponent': 'float', 'initial_yield_stress': 'DimensionalFunctionPressure', 'melting_temperature_jc': 'DimensionalTemperature', 'poissons_ratio': 'OneOfJohnsonCookElastoPlasticModelPoissonsRatio', 'reference_strain_rate': 'DimensionalStrainRate', 'reference_temperature_jc': 'DimensionalTemperature', 'strain_rate_effect': 'bool', 'strain_rate_hardening_coefficient': 'float', 'thermal_softening_effect': 'bool', 'thermal_softening_exponent': 'float', 'type': 'str', 'youngs_modulus': 'DimensionalFunctionPressure'}¶
- property poissons_ratio¶
Gets the poissons_ratio of this JohnsonCookElastoPlasticModel. # noqa: E501
- Returns:
The poissons_ratio of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
OneOfJohnsonCookElastoPlasticModelPoissonsRatio
- property reference_strain_rate¶
Gets the reference_strain_rate of this JohnsonCookElastoPlasticModel. # noqa: E501
- Returns:
The reference_strain_rate of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
- property reference_temperature_jc¶
Gets the reference_temperature_jc of this JohnsonCookElastoPlasticModel. # noqa: E501
- Returns:
The reference_temperature_jc of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
- property strain_rate_effect¶
Gets the strain_rate_effect of this JohnsonCookElastoPlasticModel. # noqa: E501
This term indicates how the flow stress increases with increasing strain rate. # noqa: E501
- Returns:
The strain_rate_effect of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
bool
- property strain_rate_hardening_coefficient¶
Gets the strain_rate_hardening_coefficient of this JohnsonCookElastoPlasticModel. # noqa: E501
The strain rate hardening coefficient describes the sensitivity of the material’s flow stress to changes in the strain rate. # noqa: E501
- Returns:
The strain_rate_hardening_coefficient of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
float
- property thermal_softening_effect¶
Gets the thermal_softening_effect of this JohnsonCookElastoPlasticModel. # noqa: E501
This term indicates how the material softens with increasing temperature. # noqa: E501
- Returns:
The thermal_softening_effect of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
bool
- property thermal_softening_exponent¶
Gets the thermal_softening_exponent of this JohnsonCookElastoPlasticModel. # noqa: E501
The thermal softening exponent describes the rate at which the material’s strength decreases with increasing temperature. # noqa: E501
- Returns:
The thermal_softening_exponent of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this JohnsonCookElastoPlasticModel. # noqa: E501
Schema name: JohnsonCookElastoPlasticModel # noqa: E501
- Returns:
The type of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
str
- property youngs_modulus¶
Gets the youngs_modulus of this JohnsonCookElastoPlasticModel. # noqa: E501
- Returns:
The youngs_modulus of this JohnsonCookElastoPlasticModel. # noqa: E501
- Return type:
simscale_sdk.models.kurganov_flux_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.kurganov_flux_scheme.KurganovFluxScheme(type='KURGANOV', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this KurganovFluxScheme. # noqa: E501
Schema name: KurganovFluxScheme # noqa: E501
- Returns:
The type of this KurganovFluxScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.lanczos module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.lanczos.Lanczos(type='TRI_DIAG', prec_ortho=None, nmax_iter_ortho=None, prec_lanczos=None, max_iter_qr=None, mode_rigid=None, subspace_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_iter_qr': 'maxIterQR', 'mode_rigid': 'modeRigid', 'nmax_iter_ortho': 'nmaxIterOrtho', 'prec_lanczos': 'precLanczos', 'prec_ortho': 'precOrtho', 'subspace_settings': 'subspaceSettings', 'type': 'type'}¶
- property max_iter_qr¶
Gets the max_iter_qr of this Lanczos. # noqa: E501
- Returns:
The max_iter_qr of this Lanczos. # noqa: E501
- Return type:
int
- property mode_rigid¶
Gets the mode_rigid of this Lanczos. # noqa: E501
- Returns:
The mode_rigid of this Lanczos. # noqa: E501
- Return type:
bool
- property nmax_iter_ortho¶
Gets the nmax_iter_ortho of this Lanczos. # noqa: E501
- Returns:
The nmax_iter_ortho of this Lanczos. # noqa: E501
- Return type:
int
- openapi_types = {'max_iter_qr': 'int', 'mode_rigid': 'bool', 'nmax_iter_ortho': 'int', 'prec_lanczos': 'float', 'prec_ortho': 'float', 'subspace_settings': 'OneOfLanczosSubspaceSettings', 'type': 'str'}¶
- property prec_lanczos¶
Gets the prec_lanczos of this Lanczos. # noqa: E501
- Returns:
The prec_lanczos of this Lanczos. # noqa: E501
- Return type:
float
- property prec_ortho¶
Gets the prec_ortho of this Lanczos. # noqa: E501
- Returns:
The prec_ortho of this Lanczos. # noqa: E501
- Return type:
float
- property subspace_settings¶
Gets the subspace_settings of this Lanczos. # noqa: E501
- Returns:
The subspace_settings of this Lanczos. # noqa: E501
- Return type:
OneOfLanczosSubspaceSettings
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Lanczos. # noqa: E501
Schema name: Lanczos # noqa: E501
- Returns:
The type of this Lanczos. # noqa: E501
- Return type:
str
simscale_sdk.models.laplacian_schemes module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.laplacian_schemes.LaplacianSchemes(for_default=None, laplacian_nu_eff_velocity=None, laplacian_1_a_u_pressure=None, laplacian_nu_velocity=None, laplacian_dr_eff_r=None, laplacian_dnu_tilda_eff_nu_tilda=None, laplacian_dk_eff_turbulent_kinetic_energy=None, laplacian_alpha_eff_enthalpy=None, laplacian_alpha_enthalpy=None, laplacian_mu_eff_velocity=None, laplacian_alpha_eff_internal_energy=None, laplacian_rhor_a_uf_pressure_rgh=None, laplacian_depsilon_eff_epsilon_dissipation_rate=None, laplacian_domega_eff_omega_dissipation_rate=None, laplacian_r_a_uf_pressure=None, laplacian_dt_passive_scalar=None, laplacian_dp_pressure=None, laplacian_rhor_a_uf_pressure=None, laplacian_rho_1_a_u_pressure=None, laplacian_mut_velocity=None, laplacian_alpha_eff_temperature=None, laplacian_r_a_uf_pressure_rgh=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'for_default': 'forDefault', 'laplacian_1_a_u_pressure': 'laplacian_1A_U_pressure', 'laplacian_alpha_eff_enthalpy': 'laplacian_alphaEff_enthalpy', 'laplacian_alpha_eff_internal_energy': 'laplacian_alphaEff_internalEnergy', 'laplacian_alpha_eff_temperature': 'laplacian_alphaEff_temperature', 'laplacian_alpha_enthalpy': 'laplacian_alpha_enthalpy', 'laplacian_depsilon_eff_epsilon_dissipation_rate': 'laplacian_DepsilonEff_epsilonDissipationRate', 'laplacian_dk_eff_turbulent_kinetic_energy': 'laplacian_DkEff_turbulentKineticEnergy', 'laplacian_dnu_tilda_eff_nu_tilda': 'laplacian_DnuTildaEff_nuTilda', 'laplacian_domega_eff_omega_dissipation_rate': 'laplacian_DomegaEff_omegaDissipationRate', 'laplacian_dp_pressure': 'laplacian_Dp_pressure', 'laplacian_dr_eff_r': 'laplacian_DREff_R', 'laplacian_dt_passive_scalar': 'laplacian_DT_passiveScalar', 'laplacian_mu_eff_velocity': 'laplacian_muEff_velocity', 'laplacian_mut_velocity': 'laplacian_mut_velocity', 'laplacian_nu_eff_velocity': 'laplacian_NuEff_velocity', 'laplacian_nu_velocity': 'laplacian_Nu_velocity', 'laplacian_r_a_uf_pressure': 'laplacian_rAUf_pressure', 'laplacian_r_a_uf_pressure_rgh': 'laplacian_rAUf_pressureRgh', 'laplacian_rho_1_a_u_pressure': 'laplacian_rho_1_A_U_pressure', 'laplacian_rhor_a_uf_pressure': 'laplacian_rhorAUf_pressure', 'laplacian_rhor_a_uf_pressure_rgh': 'laplacian_rhorAUf_pressureRgh'}¶
- property for_default¶
Gets the for_default of this LaplacianSchemes. # noqa: E501
- Returns:
The for_default of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesForDefault
- property laplacian_1_a_u_pressure¶
Gets the laplacian_1_a_u_pressure of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_1_a_u_pressure of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacian1AUPressure
- property laplacian_alpha_eff_enthalpy¶
Gets the laplacian_alpha_eff_enthalpy of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_alpha_eff_enthalpy of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianAlphaEffEnthalpy
- property laplacian_alpha_eff_internal_energy¶
Gets the laplacian_alpha_eff_internal_energy of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_alpha_eff_internal_energy of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianAlphaEffInternalEnergy
- property laplacian_alpha_eff_temperature¶
Gets the laplacian_alpha_eff_temperature of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_alpha_eff_temperature of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianAlphaEffTemperature
- property laplacian_alpha_enthalpy¶
Gets the laplacian_alpha_enthalpy of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_alpha_enthalpy of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianAlphaEnthalpy
- property laplacian_depsilon_eff_epsilon_dissipation_rate¶
Gets the laplacian_depsilon_eff_epsilon_dissipation_rate of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_depsilon_eff_epsilon_dissipation_rate of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianDepsilonEffEpsilonDissipationRate
- property laplacian_dk_eff_turbulent_kinetic_energy¶
Gets the laplacian_dk_eff_turbulent_kinetic_energy of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_dk_eff_turbulent_kinetic_energy of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianDkEffTurbulentKineticEnergy
- property laplacian_dnu_tilda_eff_nu_tilda¶
Gets the laplacian_dnu_tilda_eff_nu_tilda of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_dnu_tilda_eff_nu_tilda of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianDnuTildaEffNuTilda
- property laplacian_domega_eff_omega_dissipation_rate¶
Gets the laplacian_domega_eff_omega_dissipation_rate of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_domega_eff_omega_dissipation_rate of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianDomegaEffOmegaDissipationRate
- property laplacian_dp_pressure¶
Gets the laplacian_dp_pressure of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_dp_pressure of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianDpPressure
- property laplacian_dr_eff_r¶
Gets the laplacian_dr_eff_r of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_dr_eff_r of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianDREffR
- property laplacian_dt_passive_scalar¶
Gets the laplacian_dt_passive_scalar of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_dt_passive_scalar of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianDTPassiveScalar
- property laplacian_mu_eff_velocity¶
Gets the laplacian_mu_eff_velocity of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_mu_eff_velocity of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianMuEffVelocity
- property laplacian_mut_velocity¶
Gets the laplacian_mut_velocity of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_mut_velocity of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianMutVelocity
- property laplacian_nu_eff_velocity¶
Gets the laplacian_nu_eff_velocity of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_nu_eff_velocity of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianNuEffVelocity
- property laplacian_nu_velocity¶
Gets the laplacian_nu_velocity of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_nu_velocity of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianNuVelocity
- property laplacian_r_a_uf_pressure¶
Gets the laplacian_r_a_uf_pressure of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_r_a_uf_pressure of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianRAUfPressure
- property laplacian_r_a_uf_pressure_rgh¶
Gets the laplacian_r_a_uf_pressure_rgh of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_r_a_uf_pressure_rgh of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianRAUfPressureRgh
- property laplacian_rho_1_a_u_pressure¶
Gets the laplacian_rho_1_a_u_pressure of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_rho_1_a_u_pressure of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianRho1AUPressure
- property laplacian_rhor_a_uf_pressure¶
Gets the laplacian_rhor_a_uf_pressure of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_rhor_a_uf_pressure of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianRhorAUfPressure
- property laplacian_rhor_a_uf_pressure_rgh¶
Gets the laplacian_rhor_a_uf_pressure_rgh of this LaplacianSchemes. # noqa: E501
- Returns:
The laplacian_rhor_a_uf_pressure_rgh of this LaplacianSchemes. # noqa: E501
- Return type:
OneOfLaplacianSchemesLaplacianRhorAUfPressureRgh
- openapi_types = {'for_default': 'OneOfLaplacianSchemesForDefault', 'laplacian_1_a_u_pressure': 'OneOfLaplacianSchemesLaplacian1AUPressure', 'laplacian_alpha_eff_enthalpy': 'OneOfLaplacianSchemesLaplacianAlphaEffEnthalpy', 'laplacian_alpha_eff_internal_energy': 'OneOfLaplacianSchemesLaplacianAlphaEffInternalEnergy', 'laplacian_alpha_eff_temperature': 'OneOfLaplacianSchemesLaplacianAlphaEffTemperature', 'laplacian_alpha_enthalpy': 'OneOfLaplacianSchemesLaplacianAlphaEnthalpy', 'laplacian_depsilon_eff_epsilon_dissipation_rate': 'OneOfLaplacianSchemesLaplacianDepsilonEffEpsilonDissipationRate', 'laplacian_dk_eff_turbulent_kinetic_energy': 'OneOfLaplacianSchemesLaplacianDkEffTurbulentKineticEnergy', 'laplacian_dnu_tilda_eff_nu_tilda': 'OneOfLaplacianSchemesLaplacianDnuTildaEffNuTilda', 'laplacian_domega_eff_omega_dissipation_rate': 'OneOfLaplacianSchemesLaplacianDomegaEffOmegaDissipationRate', 'laplacian_dp_pressure': 'OneOfLaplacianSchemesLaplacianDpPressure', 'laplacian_dr_eff_r': 'OneOfLaplacianSchemesLaplacianDREffR', 'laplacian_dt_passive_scalar': 'OneOfLaplacianSchemesLaplacianDTPassiveScalar', 'laplacian_mu_eff_velocity': 'OneOfLaplacianSchemesLaplacianMuEffVelocity', 'laplacian_mut_velocity': 'OneOfLaplacianSchemesLaplacianMutVelocity', 'laplacian_nu_eff_velocity': 'OneOfLaplacianSchemesLaplacianNuEffVelocity', 'laplacian_nu_velocity': 'OneOfLaplacianSchemesLaplacianNuVelocity', 'laplacian_r_a_uf_pressure': 'OneOfLaplacianSchemesLaplacianRAUfPressure', 'laplacian_r_a_uf_pressure_rgh': 'OneOfLaplacianSchemesLaplacianRAUfPressureRgh', 'laplacian_rho_1_a_u_pressure': 'OneOfLaplacianSchemesLaplacianRho1AUPressure', 'laplacian_rhor_a_uf_pressure': 'OneOfLaplacianSchemesLaplacianRhorAUfPressure', 'laplacian_rhor_a_uf_pressure_rgh': 'OneOfLaplacianSchemesLaplacianRhorAUfPressureRgh'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.layer_adding_controls module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.layer_adding_controls.LayerAddingControls(relative_size=None, max_cancelled_layers_near_sharp_features=None, feature_angle=None, slip_feature_angle=None, relax_iterations=None, surface_normals_max_smoothing_iterations=None, internal_mesh_max_smoothing_iterations=None, layer_thickness_max_smoothing_iterations=None, max_face_thickness_ratio=None, max_thickness_to_medial_ratio=None, min_median_axis_angle=None, buffer_cells_no_extrude=None, layer_addition_max_iterations=None, max_iterations_with_strict_quality_controls=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'buffer_cells_no_extrude': 'bufferCellsNoExtrude', 'feature_angle': 'featureAngle', 'internal_mesh_max_smoothing_iterations': 'internalMeshMaxSmoothingIterations', 'layer_addition_max_iterations': 'layerAdditionMaxIterations', 'layer_thickness_max_smoothing_iterations': 'layerThicknessMaxSmoothingIterations', 'max_cancelled_layers_near_sharp_features': 'maxCancelledLayersNearSharpFeatures', 'max_face_thickness_ratio': 'maxFaceThicknessRatio', 'max_iterations_with_strict_quality_controls': 'maxIterationsWithStrictQualityControls', 'max_thickness_to_medial_ratio': 'maxThicknessToMedialRatio', 'min_median_axis_angle': 'minMedianAxisAngle', 'relative_size': 'relativeSize', 'relax_iterations': 'relaxIterations', 'slip_feature_angle': 'slipFeatureAngle', 'surface_normals_max_smoothing_iterations': 'surfaceNormalsMaxSmoothingIterations'}¶
- property buffer_cells_no_extrude¶
Gets the buffer_cells_no_extrude of this LayerAddingControls. # noqa: E501
<p>This parameter specifies the number of buffer cells to be extruded at cell-faces where layers terminate. Set to < 0 to disable.</p> # noqa: E501
- Returns:
The buffer_cells_no_extrude of this LayerAddingControls. # noqa: E501
- Return type:
int
- property feature_angle¶
Gets the feature_angle of this LayerAddingControls. # noqa: E501
- Returns:
The feature_angle of this LayerAddingControls. # noqa: E501
- Return type:
- property internal_mesh_max_smoothing_iterations¶
Gets the internal_mesh_max_smoothing_iterations of this LayerAddingControls. # noqa: E501
<p>Specify the number of smoothing iterations for the interior mesh movement. This movement occurs in order to make space for layers.</p> # noqa: E501
- Returns:
The internal_mesh_max_smoothing_iterations of this LayerAddingControls. # noqa: E501
- Return type:
int
- property layer_addition_max_iterations¶
Gets the layer_addition_max_iterations of this LayerAddingControls. # noqa: E501
<p>Specify the overall layer addition iteration number. The algorithm will abort definitely as soon as this number is reached. In this case, the mesh might be illegal.</p> # noqa: E501
- Returns:
The layer_addition_max_iterations of this LayerAddingControls. # noqa: E501
- Return type:
int
- property layer_thickness_max_smoothing_iterations¶
Gets the layer_thickness_max_smoothing_iterations of this LayerAddingControls. # noqa: E501
<p>This specifies the number of iterations for smoothing of the overall layer thickness over different surface patches.</p> # noqa: E501
- Returns:
The layer_thickness_max_smoothing_iterations of this LayerAddingControls. # noqa: E501
- Return type:
int
- property max_cancelled_layers_near_sharp_features¶
Gets the max_cancelled_layers_near_sharp_features of this LayerAddingControls. # noqa: E501
<p>If the algorithm faces difficulty generating layers, this is the maximum number of layers that are NOT generated in that region. Such cases might occur near sharp features. Set to 0 to force layer generation for all cases.</p> # noqa: E501
- Returns:
The max_cancelled_layers_near_sharp_features of this LayerAddingControls. # noqa: E501
- Return type:
int
- property max_face_thickness_ratio¶
Gets the max_face_thickness_ratio of this LayerAddingControls. # noqa: E501
<p>Specify the maximum allowable face aspect ratio beyond which layers will not be added.</p> # noqa: E501
- Returns:
The max_face_thickness_ratio of this LayerAddingControls. # noqa: E501
- Return type:
float
- property max_iterations_with_strict_quality_controls¶
Gets the max_iterations_with_strict_quality_controls of this LayerAddingControls. # noqa: E501
<p>This parameter specifies the maximum number of layer iterations that are done with the mesh quality controls. On exceeding these, the algorithm switches to less strict controls specified in the ‘relaxed’ category.</p> # noqa: E501
- Returns:
The max_iterations_with_strict_quality_controls of this LayerAddingControls. # noqa: E501
- Return type:
int
- property max_thickness_to_medial_ratio¶
Gets the max_thickness_to_medial_ratio of this LayerAddingControls. # noqa: E501
<p>The medial length is a measure of the aspect ratio for a non-quadrilateral face. This parameter prevents layer addition for non-quad faces that are highly anisotropic.</p> # noqa: E501
- Returns:
The max_thickness_to_medial_ratio of this LayerAddingControls. # noqa: E501
- Return type:
float
- property min_median_axis_angle¶
Gets the min_median_axis_angle of this LayerAddingControls. # noqa: E501
- Returns:
The min_median_axis_angle of this LayerAddingControls. # noqa: E501
- Return type:
- openapi_types = {'buffer_cells_no_extrude': 'int', 'feature_angle': 'DimensionalAngle', 'internal_mesh_max_smoothing_iterations': 'int', 'layer_addition_max_iterations': 'int', 'layer_thickness_max_smoothing_iterations': 'int', 'max_cancelled_layers_near_sharp_features': 'int', 'max_face_thickness_ratio': 'float', 'max_iterations_with_strict_quality_controls': 'int', 'max_thickness_to_medial_ratio': 'float', 'min_median_axis_angle': 'DimensionalAngle', 'relative_size': 'bool', 'relax_iterations': 'int', 'slip_feature_angle': 'DimensionalAngle', 'surface_normals_max_smoothing_iterations': 'int'}¶
- property relative_size¶
Gets the relative_size of this LayerAddingControls. # noqa: E501
<p>If turned on, the length parameters for layer refinements (e.g. ‘Thickness of the final layer’, ‘Minimum overall layer thickness’) are multiplied by the local cell size outside that layer. Else, they are used as absolute lengths.</p> # noqa: E501
- Returns:
The relative_size of this LayerAddingControls. # noqa: E501
- Return type:
bool
- property relax_iterations¶
Gets the relax_iterations of this LayerAddingControls. # noqa: E501
<p>Specify the maximum number of relaxation iterations for the snapping process for layers.</p> # noqa: E501
- Returns:
The relax_iterations of this LayerAddingControls. # noqa: E501
- Return type:
int
- property slip_feature_angle¶
Gets the slip_feature_angle of this LayerAddingControls. # noqa: E501
- Returns:
The slip_feature_angle of this LayerAddingControls. # noqa: E501
- Return type:
- property surface_normals_max_smoothing_iterations¶
Gets the surface_normals_max_smoothing_iterations of this LayerAddingControls. # noqa: E501
<p>Specify the maximum number of smoothing iterations for the surface normals.</p> # noqa: E501
- Returns:
The surface_normals_max_smoothing_iterations of this LayerAddingControls. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.layer_addition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.layer_addition.LayerAddition(type='LAYER_ADDITION', name=None, layers=None, expansion_ratio=None, min_thickness=None, final_layer_thickness=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'expansion_ratio': 'expansionRatio', 'final_layer_thickness': 'finalLayerThickness', 'layers': 'layers', 'min_thickness': 'minThickness', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property expansion_ratio¶
Gets the expansion_ratio of this LayerAddition. # noqa: E501
<p>The <b>Expansion ratio</b> determines how the boundary layers grow in thickness from the wall to the internal mesh. The larger the ratio, the larger each cell layer will be in comparison to the neighbouring layer closer to the wall.</p><p><img src=”/spec/resources/help/imgs/shm_bl_expansion-ratio.png” class=”helpPopupImage”/> The figure shows a ratio of 1.3.</p> # noqa: E501
- Returns:
The expansion_ratio of this LayerAddition. # noqa: E501
- Return type:
float
- property final_layer_thickness¶
Gets the final_layer_thickness of this LayerAddition. # noqa: E501
<p>Specify the desired final layer thickness farthest away from the wall on which the boundary layer is grown. If the ‘Layer Size’ toggle in the hex-parametric global settings is turned on, this thickness is relative to the undistorted size of the cells in the internal mesh directly next to the boundary layer.</p> # noqa: E501
- Returns:
The final_layer_thickness of this LayerAddition. # noqa: E501
- Return type:
float
- property layers¶
Gets the layers of this LayerAddition. # noqa: E501
The number of <b>layers</b> defines how many boundary layers should be created. # noqa: E501
- Returns:
The layers of this LayerAddition. # noqa: E501
- Return type:
int
- property min_thickness¶
Gets the min_thickness of this LayerAddition. # noqa: E501
<p>This is the overall minimum thickness of all added layers. If for any case the overall layer thickness is smaller than this value, the layer addition process is stopped and no layers are added. In case the ‘Use relative size for layers?’ option in the global settings is set to ‘true’, this thickness is relative to the undistorted size of the cells in the internal mesh directly next to the boundary layer.</p> # noqa: E501
- Returns:
The min_thickness of this LayerAddition. # noqa: E501
- Return type:
float
- property name¶
Gets the name of this LayerAddition. # noqa: E501
- Returns:
The name of this LayerAddition. # noqa: E501
- Return type:
str
- openapi_types = {'expansion_ratio': 'float', 'final_layer_thickness': 'float', 'layers': 'int', 'min_thickness': 'float', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this LayerAddition. # noqa: E501
- Returns:
The topological_reference of this LayerAddition. # noqa: E501
- Return type:
- property type¶
Gets the type of this LayerAddition. # noqa: E501
<a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/#layers-refinement’ target=’_blank’><b>Inflated boundary layers</b></a> are used to resolve the boundary layer near walls (no-slip) which are in contact with the fluid. Using boundary layers is generally recommended for turbulent simulations. Schema name: LayerAddition # noqa: E501
- Returns:
The type of this LayerAddition. # noqa: E501
- Return type:
str
simscale_sdk.models.layer_addition_hex_dominant_snappy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.layer_addition_hex_dominant_snappy.LayerAdditionHexDominantSnappy(type='LAYER_ADDITION_HEX_DOMINANT_SNAPPY', name=None, layers=None, expansion_ratio=None, min_thickness=None, first_layer_thickness=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'expansion_ratio': 'expansionRatio', 'first_layer_thickness': 'firstLayerThickness', 'layers': 'layers', 'min_thickness': 'minThickness', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property expansion_ratio¶
Gets the expansion_ratio of this LayerAdditionHexDominantSnappy. # noqa: E501
<p>The <b>Expansion ratio</b> determines how the boundary layers grow in thickness from the wall to the internal mesh. The larger the ratio, the larger each cell layer will be in comparison to the neighbouring layer closer to the wall.</p><p><img src=”/spec/resources/help/imgs/shm_bl_expansion-ratio.png” class=”helpPopupImage”/> The figure shows a ratio of 1.3.</p> # noqa: E501
- Returns:
The expansion_ratio of this LayerAdditionHexDominantSnappy. # noqa: E501
- Return type:
float
- property first_layer_thickness¶
Gets the first_layer_thickness of this LayerAdditionHexDominantSnappy. # noqa: E501
Specifies the height (thickness) of the <b>first layer</b> that is closest to the surface. The first layer thickness is specified <b>relative</b> to the neighboring volume cell size after refinements. # noqa: E501
- Returns:
The first_layer_thickness of this LayerAdditionHexDominantSnappy. # noqa: E501
- Return type:
float
- property layers¶
Gets the layers of this LayerAdditionHexDominantSnappy. # noqa: E501
The number of <b>layers</b> defines how many boundary layers should be created. # noqa: E501
- Returns:
The layers of this LayerAdditionHexDominantSnappy. # noqa: E501
- Return type:
int
- property min_thickness¶
Gets the min_thickness of this LayerAdditionHexDominantSnappy. # noqa: E501
Specifies the <b>overall minimum thickness of all layers combined</b>. In case the overall thickness falls below this minimum thickness, no layers will be added for the affected areas. # noqa: E501
- Returns:
The min_thickness of this LayerAdditionHexDominantSnappy. # noqa: E501
- Return type:
float
- property name¶
Gets the name of this LayerAdditionHexDominantSnappy. # noqa: E501
- Returns:
The name of this LayerAdditionHexDominantSnappy. # noqa: E501
- Return type:
str
- openapi_types = {'expansion_ratio': 'float', 'first_layer_thickness': 'float', 'layers': 'int', 'min_thickness': 'float', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this LayerAdditionHexDominantSnappy. # noqa: E501
- Returns:
The topological_reference of this LayerAdditionHexDominantSnappy. # noqa: E501
- Return type:
- property type¶
Gets the type of this LayerAdditionHexDominantSnappy. # noqa: E501
<a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/#layers-refinement’ target=’_blank’><b>Inflated boundary layers</b></a> are used to resolve the boundary layer near walls (no-slip) which are in contact with the fluid. Using boundary layers is generally recommended for turbulent simulations. Schema name: LayerAdditionHexDominantSnappy # noqa: E501
- Returns:
The type of this LayerAdditionHexDominantSnappy. # noqa: E501
- Return type:
str
simscale_sdk.models.layer_refinement module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.layer_refinement.LayerRefinement(type='LAYER_INFLATION', name=None, total_thickness=None, layers=None, stretch_factor=None, allow_quadrangles=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property allow_quadrangles¶
Gets the allow_quadrangles of this LayerRefinement. # noqa: E501
<p>This parameter determines if <a href=’https://www.simscale.com/docs/simulation-setup/meshing/tet-dominant/#quadrangles’ target=’_blank’><b>quadrangular surface elements</b></a> shall be allowed. When disabled, only triangles will be used. Meshing with triangles only is usually more robust while quadrangular elements may lead to better results.</p><p><img src=”/spec/resources/help/imgs/allow_quads_comparison.png” class=”helpPopupImage”/> The figure shows sample meshes with quadrangular surface elements disallowed (left) and allowed (right).</p> # noqa: E501
- Returns:
The allow_quadrangles of this LayerRefinement. # noqa: E501
- Return type:
bool
- attribute_map = {'allow_quadrangles': 'allowQuadrangles', 'layers': 'layers', 'name': 'name', 'stretch_factor': 'stretchFactor', 'topological_reference': 'topologicalReference', 'total_thickness': 'totalThickness', 'type': 'type'}¶
- property layers¶
Gets the layers of this LayerRefinement. # noqa: E501
The number of <b>layers</b> defines how many prismatic boundary layers should be created. # noqa: E501
- Returns:
The layers of this LayerRefinement. # noqa: E501
- Return type:
int
- property name¶
Gets the name of this LayerRefinement. # noqa: E501
- Returns:
The name of this LayerRefinement. # noqa: E501
- Return type:
str
- openapi_types = {'allow_quadrangles': 'bool', 'layers': 'int', 'name': 'str', 'stretch_factor': 'float', 'topological_reference': 'TopologicalReference', 'total_thickness': 'float', 'type': 'str'}¶
- property stretch_factor¶
Gets the stretch_factor of this LayerRefinement. # noqa: E501
<p>The <b>stretch factor</b> determines how the boundary layers grow in thickness from the wall to the internal mesh. The larger the ratio, the larger each element layer will be in comparison to the neighbouring layer closer to the wall.</p><p><img src=”/spec/resources/help/imgs/shm_bl_expansion-ratio.png” class=”helpPopupImage”/> The figure shows a ratio of 1.3.</p> # noqa: E501
- Returns:
The stretch_factor of this LayerRefinement. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this LayerRefinement. # noqa: E501
- Returns:
The topological_reference of this LayerRefinement. # noqa: E501
- Return type:
- property total_thickness¶
Gets the total_thickness of this LayerRefinement. # noqa: E501
This parameter controls the <b>overall thickness</b> of all the generated boundary layers together. This value must be smaller than the minimal geometry thickness at the specified locations, otherwise the meshing will fail. # noqa: E501
- Returns:
The total_thickness of this LayerRefinement. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this LayerRefinement. # noqa: E501
<p><a href=’https://www.simscale.com/docs/simulation-setup/meshing/tet-dominant/#layer-inflation’ target=’_blank’><b>Layer inflation</b></a> allows the creation of prismatic boundary layers for certain mesh regions.</p><p>Prismatic layers are mostly used in CFD simulations on no-slip walls in order to efficiently capture the boundary layer velocity profile, but they may be also used in certain structural simulations like stamping or deep-drawing processes.</p><p><img src=”/spec/resources/help/imgs/boundary-layer.png” class=”helpPopupImage”/> The figure shows a sample mesh with boundary layers added.</p> Schema name: LayerRefinement # noqa: E501
- Returns:
The type of this LayerRefinement. # noqa: E501
- Return type:
str
simscale_sdk.models.layer_wall_thermal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.layer_wall_thermal.LayerWallThermal(type='CONTACT_INTERFACE_MATERIAL', conductivity_thickness_pairs=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'conductivity_thickness_pairs': 'conductivityThicknessPairs', 'type': 'type'}¶
- property conductivity_thickness_pairs¶
Gets the conductivity_thickness_pairs of this LayerWallThermal. # noqa: E501
- Returns:
The conductivity_thickness_pairs of this LayerWallThermal. # noqa: E501
- Return type:
- openapi_types = {'conductivity_thickness_pairs': 'list[ConductivityThicknessPair]', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LayerWallThermal. # noqa: E501
Schema name: LayerWallThermal # noqa: E501
- Returns:
The type of this LayerWallThermal. # noqa: E501
- Return type:
str
simscale_sdk.models.leastsquares_gradient_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.leastsquares_gradient_scheme.LeastsquaresGradientScheme(type='LEASTSQUARES', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LeastsquaresGradientScheme. # noqa: E501
Schema name: LeastsquaresGradientScheme # noqa: E501
- Returns:
The type of this LeastsquaresGradientScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.limited_surface_normal_gradient_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.limited_surface_normal_gradient_scheme.LimitedSurfaceNormalGradientScheme(type='LIMITED', limiter_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'limiter_coefficient': 'limiterCoefficient', 'type': 'type'}¶
- property limiter_coefficient¶
Gets the limiter_coefficient of this LimitedSurfaceNormalGradientScheme. # noqa: E501
This property defines a limiter coefficient for the scheme:<ul><li><strong>0</strong>: no correction, equivalent to the uncorrected scheme</li><li><strong>1</strong>: full non-orthogonal correction applied</li><li><strong>0.5</strong>: non-orthogonal contribution does not exceed the orthogonal part</li></ul> # noqa: E501
- Returns:
The limiter_coefficient of this LimitedSurfaceNormalGradientScheme. # noqa: E501
- Return type:
float
- openapi_types = {'limiter_coefficient': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LimitedSurfaceNormalGradientScheme. # noqa: E501
Schema name: LimitedSurfaceNormalGradientScheme # noqa: E501
- Returns:
The type of this LimitedSurfaceNormalGradientScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.linear_elastic_marc_material_behavior module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.linear_elastic_marc_material_behavior.LinearElasticMarcMaterialBehavior(type='LINEAR_ELASTIC_MARC', youngs_modulus=None, poissons_ratio=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'poissons_ratio': 'poissonsRatio', 'type': 'type', 'youngs_modulus': 'youngsModulus'}¶
- openapi_types = {'poissons_ratio': 'OneOfLinearElasticMarcMaterialBehaviorPoissonsRatio', 'type': 'str', 'youngs_modulus': 'DimensionalFunctionPressure'}¶
- property poissons_ratio¶
Gets the poissons_ratio of this LinearElasticMarcMaterialBehavior. # noqa: E501
- Returns:
The poissons_ratio of this LinearElasticMarcMaterialBehavior. # noqa: E501
- Return type:
OneOfLinearElasticMarcMaterialBehaviorPoissonsRatio
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LinearElasticMarcMaterialBehavior. # noqa: E501
Schema name: LinearElasticMarcMaterialBehavior # noqa: E501
- Returns:
The type of this LinearElasticMarcMaterialBehavior. # noqa: E501
- Return type:
str
- property youngs_modulus¶
Gets the youngs_modulus of this LinearElasticMarcMaterialBehavior. # noqa: E501
- Returns:
The youngs_modulus of this LinearElasticMarcMaterialBehavior. # noqa: E501
- Return type:
simscale_sdk.models.linear_elastic_material_behavior module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.linear_elastic_material_behavior.LinearElasticMaterialBehavior(type='LINEAR_ELASTIC', directional_dependency=None, damping=None, creep_formulation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'creep_formulation': 'creepFormulation', 'damping': 'damping', 'directional_dependency': 'directionalDependency', 'type': 'type'}¶
- property creep_formulation¶
Gets the creep_formulation of this LinearElasticMaterialBehavior. # noqa: E501
- Returns:
The creep_formulation of this LinearElasticMaterialBehavior. # noqa: E501
- Return type:
OneOfLinearElasticMaterialBehaviorCreepFormulation
- property damping¶
Gets the damping of this LinearElasticMaterialBehavior. # noqa: E501
- Returns:
The damping of this LinearElasticMaterialBehavior. # noqa: E501
- Return type:
OneOfLinearElasticMaterialBehaviorDamping
- property directional_dependency¶
Gets the directional_dependency of this LinearElasticMaterialBehavior. # noqa: E501
- Returns:
The directional_dependency of this LinearElasticMaterialBehavior. # noqa: E501
- Return type:
OneOfLinearElasticMaterialBehaviorDirectionalDependency
- openapi_types = {'creep_formulation': 'OneOfLinearElasticMaterialBehaviorCreepFormulation', 'damping': 'OneOfLinearElasticMaterialBehaviorDamping', 'directional_dependency': 'OneOfLinearElasticMaterialBehaviorDirectionalDependency', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LinearElasticMaterialBehavior. # noqa: E501
<p>Choose the material behavior for your problem. </p> <br /><br />Important remarks:<br /> <ul><li>Choose <b>Linear elastic</b> if the stress-strain relationship of your material is linear.</li><li>Choose <b>Elasto-plastic</b> if the stress-strain relationship of your material is non-linear after some point e.g. yielding point.</li><li>Choose <b>Hyperelastic</b> if your material responds elastically even at higher deformations.</li></ul> Schema name: LinearElasticMaterialBehavior # noqa: E501
- Returns:
The type of this LinearElasticMaterialBehavior. # noqa: E501
- Return type:
str
simscale_sdk.models.linear_interpolation_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.linear_interpolation_scheme.LinearInterpolationScheme(type='LINEAR', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LinearInterpolationScheme. # noqa: E501
Schema name: LinearInterpolationScheme # noqa: E501
- Returns:
The type of this LinearInterpolationScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.linear_isotropic_permittivity_method module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.linear_isotropic_permittivity_method.LinearIsotropicPermittivityMethod(type='LINEAR_ISOTROPIC', relative_electric_permittivity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'relative_electric_permittivity': 'relativeElectricPermittivity', 'type': 'type'}¶
- openapi_types = {'relative_electric_permittivity': 'float', 'type': 'str'}¶
- property relative_electric_permittivity¶
Gets the relative_electric_permittivity of this LinearIsotropicPermittivityMethod. # noqa: E501
- Returns:
The relative_electric_permittivity of this LinearIsotropicPermittivityMethod. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LinearIsotropicPermittivityMethod. # noqa: E501
Schema name: LinearIsotropicPermittivityMethod # noqa: E501
- Returns:
The type of this LinearIsotropicPermittivityMethod. # noqa: E501
- Return type:
str
simscale_sdk.models.linear_sbm module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.linear_sbm.LinearSBM(type='LINEAR_MOTION', name=None, velocity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'type': 'type', 'velocity': 'velocity'}¶
- property name¶
Gets the name of this LinearSBM. # noqa: E501
- Returns:
The name of this LinearSBM. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'type': 'str', 'velocity': 'DimensionalVectorSpeed'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LinearSBM. # noqa: E501
Schema name: LinearSBM # noqa: E501
- Returns:
The type of this LinearSBM. # noqa: E501
- Return type:
str
- property velocity¶
Gets the velocity of this LinearSBM. # noqa: E501
- Returns:
The velocity of this LinearSBM. # noqa: E501
- Return type:
simscale_sdk.models.local_cartesian_box module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.local_cartesian_box.LocalCartesianBox(type='LOCAL_CARTESIAN_BOX', id=None, name=None, orientation_reference=None, min=None, max=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'id': 'id', 'max': 'max', 'min': 'min', 'name': 'name', 'orientation_reference': 'orientationReference', 'type': 'type'}¶
- property id¶
Gets the id of this LocalCartesianBox. # noqa: E501
- Returns:
The id of this LocalCartesianBox. # noqa: E501
- Return type:
str
- property max¶
Gets the max of this LocalCartesianBox. # noqa: E501
- Returns:
The max of this LocalCartesianBox. # noqa: E501
- Return type:
- property min¶
Gets the min of this LocalCartesianBox. # noqa: E501
- Returns:
The min of this LocalCartesianBox. # noqa: E501
- Return type:
- property name¶
Gets the name of this LocalCartesianBox. # noqa: E501
- Returns:
The name of this LocalCartesianBox. # noqa: E501
- Return type:
str
- openapi_types = {'id': 'str', 'max': 'DimensionalVectorLength', 'min': 'DimensionalVectorLength', 'name': 'str', 'orientation_reference': 'str', 'type': 'str'}¶
- property orientation_reference¶
Gets the orientation_reference of this LocalCartesianBox. # noqa: E501
- Returns:
The orientation_reference of this LocalCartesianBox. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LocalCartesianBox. # noqa: E501
Schema name: LocalCartesianBox # noqa: E501
- Returns:
The type of this LocalCartesianBox. # noqa: E501
- Return type:
str
simscale_sdk.models.local_element_size_ebm module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.local_element_size_ebm.LocalElementSizeEBM(type='LOCAL_SIZING_EBM', name=None, max_element_size=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_element_size': 'maxElementSize', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property max_element_size¶
Gets the max_element_size of this LocalElementSizeEBM. # noqa: E501
- Returns:
The max_element_size of this LocalElementSizeEBM. # noqa: E501
- Return type:
- property name¶
Gets the name of this LocalElementSizeEBM. # noqa: E501
- Returns:
The name of this LocalElementSizeEBM. # noqa: E501
- Return type:
str
- openapi_types = {'max_element_size': 'DimensionalLength', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this LocalElementSizeEBM. # noqa: E501
- Returns:
The topological_reference of this LocalElementSizeEBM. # noqa: E501
- Return type:
- property type¶
Gets the type of this LocalElementSizeEBM. # noqa: E501
Schema name: LocalElementSizeEBM # noqa: E501
- Returns:
The type of this LocalElementSizeEBM. # noqa: E501
- Return type:
str
simscale_sdk.models.local_euler_time_differentiation_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.local_euler_time_differentiation_scheme.LocalEulerTimeDifferentiationScheme(type='LOCAL_EULER', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LocalEulerTimeDifferentiationScheme. # noqa: E501
Schema name: LocalEulerTimeDifferentiationScheme # noqa: E501
- Returns:
The type of this LocalEulerTimeDifferentiationScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.local_half_space module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.local_half_space.LocalHalfSpace(type='LOCAL_HALF_SPACE', id=None, name=None, orientation_reference=None, reference_point=None, normal=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'id': 'id', 'name': 'name', 'normal': 'normal', 'orientation_reference': 'orientationReference', 'reference_point': 'referencePoint', 'type': 'type'}¶
- property id¶
Gets the id of this LocalHalfSpace. # noqa: E501
- Returns:
The id of this LocalHalfSpace. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this LocalHalfSpace. # noqa: E501
- Returns:
The name of this LocalHalfSpace. # noqa: E501
- Return type:
str
- property normal¶
Gets the normal of this LocalHalfSpace. # noqa: E501
- Returns:
The normal of this LocalHalfSpace. # noqa: E501
- Return type:
- openapi_types = {'id': 'str', 'name': 'str', 'normal': 'DimensionalVectorLength', 'orientation_reference': 'str', 'reference_point': 'DimensionalVectorLength', 'type': 'str'}¶
- property orientation_reference¶
Gets the orientation_reference of this LocalHalfSpace. # noqa: E501
- Returns:
The orientation_reference of this LocalHalfSpace. # noqa: E501
- Return type:
str
- property reference_point¶
Gets the reference_point of this LocalHalfSpace. # noqa: E501
- Returns:
The reference_point of this LocalHalfSpace. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LocalHalfSpace. # noqa: E501
Schema name: LocalHalfSpace # noqa: E501
- Returns:
The type of this LocalHalfSpace. # noqa: E501
- Return type:
str
simscale_sdk.models.local_sphere module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.local_sphere.LocalSphere(type='LOCAL_SPHERE', id=None, name=None, orientation_reference=None, center=None, radius=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'center': 'center', 'id': 'id', 'name': 'name', 'orientation_reference': 'orientationReference', 'radius': 'radius', 'type': 'type'}¶
- property center¶
Gets the center of this LocalSphere. # noqa: E501
- Returns:
The center of this LocalSphere. # noqa: E501
- Return type:
- property id¶
Gets the id of this LocalSphere. # noqa: E501
- Returns:
The id of this LocalSphere. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this LocalSphere. # noqa: E501
- Returns:
The name of this LocalSphere. # noqa: E501
- Return type:
str
- openapi_types = {'center': 'DimensionalVectorLength', 'id': 'str', 'name': 'str', 'orientation_reference': 'str', 'radius': 'DimensionalLength', 'type': 'str'}¶
- property orientation_reference¶
Gets the orientation_reference of this LocalSphere. # noqa: E501
- Returns:
The orientation_reference of this LocalSphere. # noqa: E501
- Return type:
str
- property radius¶
Gets the radius of this LocalSphere. # noqa: E501
- Returns:
The radius of this LocalSphere. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LocalSphere. # noqa: E501
Schema name: LocalSphere # noqa: E501
- Returns:
The type of this LocalSphere. # noqa: E501
- Return type:
str
simscale_sdk.models.log_entry module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.log_entry.LogEntry(severity=None, code=None, message=None, details=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'code': 'code', 'details': 'details', 'message': 'message', 'severity': 'severity'}¶
- property code¶
Gets the code of this LogEntry. # noqa: E501
Code for e.g. programmatic handling of error conditions. # noqa: E501
- Returns:
The code of this LogEntry. # noqa: E501
- Return type:
str
- property details¶
Gets the details of this LogEntry. # noqa: E501
Additional data to interpret and handle the entry. # noqa: E501
- Returns:
The details of this LogEntry. # noqa: E501
- Return type:
dict(str, object)
- property message¶
Gets the message of this LogEntry. # noqa: E501
Human-readable description of the entry. # noqa: E501
- Returns:
The message of this LogEntry. # noqa: E501
- Return type:
str
- openapi_types = {'code': 'str', 'details': 'dict(str, object)', 'message': 'str', 'severity': 'LogSeverity'}¶
- property severity¶
Gets the severity of this LogEntry. # noqa: E501
- Returns:
The severity of this LogEntry. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.log_severity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.log_severity.LogSeverity(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- ERROR = 'ERROR'¶
- INFO = 'INFO'¶
- SUCCESS = 'SUCCESS'¶
- WARNING = 'WARNING'¶
- allowable_values = ['INFO', 'SUCCESS', 'WARNING', 'ERROR']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.low_contact_stiffness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.low_contact_stiffness.LowContactStiffness(type='LOW_CONTACT_STIFFNESS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LowContactStiffness. # noqa: E501
Schema name: LowContactStiffness # noqa: E501
- Returns:
The type of this LowContactStiffness. # noqa: E501
- Return type:
str
simscale_sdk.models.low_rank_acceleration module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.low_rank_acceleration.LowRankAcceleration(type='LOW_RANK', low_rank_threshold=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'low_rank_threshold': 'lowRankThreshold', 'type': 'type'}¶
- property low_rank_threshold¶
Gets the low_rank_threshold of this LowRankAcceleration. # noqa: E501
- Returns:
The low_rank_threshold of this LowRankAcceleration. # noqa: E501
- Return type:
float
- openapi_types = {'low_rank_threshold': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this LowRankAcceleration. # noqa: E501
Schema name: LowRankAcceleration # noqa: E501
- Returns:
The type of this LowRankAcceleration. # noqa: E501
- Return type:
str
simscale_sdk.models.magnetic_field_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.magnetic_field_field_selection.MagneticFieldFieldSelection(type='MAGNETIC_FIELD', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this MagneticFieldFieldSelection. # noqa: E501
- Returns:
The component_selection of this MagneticFieldFieldSelection. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MagneticFieldFieldSelection. # noqa: E501
Schema name: MagneticFieldFieldSelection # noqa: E501
- Returns:
The type of this MagneticFieldFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.magnetic_field_normal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.magnetic_field_normal.MagneticFieldNormal(type='MAGNETIC_FIELD_NORMAL', name=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this MagneticFieldNormal. # noqa: E501
- Returns:
The name of this MagneticFieldNormal. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this MagneticFieldNormal. # noqa: E501
- Returns:
The topological_reference of this MagneticFieldNormal. # noqa: E501
- Return type:
- property type¶
Gets the type of this MagneticFieldNormal. # noqa: E501
The magnetic field is enforced to be perpendicular to the boundary. Schema name: MagneticFieldNormal # noqa: E501
- Returns:
The type of this MagneticFieldNormal. # noqa: E501
- Return type:
str
simscale_sdk.models.magnetic_flux_density_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.magnetic_flux_density_field_selection.MagneticFluxDensityFieldSelection(type='MAGNETIC_FLUX_DENSITY', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this MagneticFluxDensityFieldSelection. # noqa: E501
- Returns:
The component_selection of this MagneticFluxDensityFieldSelection. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MagneticFluxDensityFieldSelection. # noqa: E501
Schema name: MagneticFluxDensityFieldSelection # noqa: E501
- Returns:
The type of this MagneticFluxDensityFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.magnetic_flux_tangential module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.magnetic_flux_tangential.MagneticFluxTangential(type='MAGNETIC_FLUX_TANGENTIAL', name=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this MagneticFluxTangential. # noqa: E501
- Returns:
The name of this MagneticFluxTangential. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this MagneticFluxTangential. # noqa: E501
- Returns:
The topological_reference of this MagneticFluxTangential. # noqa: E501
- Return type:
- property type¶
Gets the type of this MagneticFluxTangential. # noqa: E501
The magnetic flux is enforced to be tangential to the boundary. This boundary is often appropriate when electric current enters or leaves the boundary. Schema name: MagneticFluxTangential # noqa: E501
- Returns:
The type of this MagneticFluxTangential. # noqa: E501
- Return type:
str
simscale_sdk.models.magnetostatics module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.magnetostatics.Magnetostatics(type='MAGNETOSTATICS', thermal=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'thermal': 'thermal', 'type': 'type'}¶
- openapi_types = {'thermal': 'bool', 'type': 'str'}¶
- property thermal¶
Gets the thermal of this Magnetostatics. # noqa: E501
Coupling with thermal solves for the temperature by considering electromagnetic losses such as Ohmic, hysteric or displacement losses. # noqa: E501
- Returns:
The thermal of this Magnetostatics. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Magnetostatics. # noqa: E501
Schema name: Magnetostatics # noqa: E501
- Returns:
The type of this Magnetostatics. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_embedded_boundary_mesh_sizing module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_embedded_boundary_mesh_sizing.ManualEmbeddedBoundaryMeshSizing(type='MANUAL_EBM_MESH_SIZING', maximum_edge_length=None, minimum_edge_length=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'maximum_edge_length': 'maximumEdgeLength', 'minimum_edge_length': 'minimumEdgeLength', 'type': 'type'}¶
- property maximum_edge_length¶
Gets the maximum_edge_length of this ManualEmbeddedBoundaryMeshSizing. # noqa: E501
- Returns:
The maximum_edge_length of this ManualEmbeddedBoundaryMeshSizing. # noqa: E501
- Return type:
- property minimum_edge_length¶
Gets the minimum_edge_length of this ManualEmbeddedBoundaryMeshSizing. # noqa: E501
- Returns:
The minimum_edge_length of this ManualEmbeddedBoundaryMeshSizing. # noqa: E501
- Return type:
- openapi_types = {'maximum_edge_length': 'DimensionalLength', 'minimum_edge_length': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualEmbeddedBoundaryMeshSizing. # noqa: E501
Schema name: ManualEmbeddedBoundaryMeshSizing # noqa: E501
- Returns:
The type of this ManualEmbeddedBoundaryMeshSizing. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_mesh_grading module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_mesh_grading.ManualMeshGrading(type='MANUAL', number_of_segments_per_edge=None, number_of_segments_per_radius=None, growth_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'growth_rate': 'growthRate', 'number_of_segments_per_edge': 'numberOfSegmentsPerEdge', 'number_of_segments_per_radius': 'numberOfSegmentsPerRadius', 'type': 'type'}¶
- property growth_rate¶
Gets the growth_rate of this ManualMeshGrading. # noqa: E501
<p>The <b>growth rate</b> determines how large the allowed difference in element size between neighbouring elements is. For example a value of 0.2 allows the edges of neighbouring elements to differ by 20%.</p><p>If a large value is chosen, features requiring a finer mesh, like holes or fillets, will have a very local influence on the element size whereas for a small mesh grading those features will influence the element sizes in a wider area around them.</p><p>Choosing a smaller value will thus lead to a higher number of elements but also result in a better overall mesh quality.</p><p><img src=”/spec/resources/help/imgs/growth_rate_comparison.png” class=”helpPopupImage”/> The figure shows meshes for growth rate <i>2</i> (left) and <i>0.2</i> (right).</p> # noqa: E501
- Returns:
The growth_rate of this ManualMeshGrading. # noqa: E501
- Return type:
float
- property number_of_segments_per_edge¶
Gets the number_of_segments_per_edge of this ManualMeshGrading. # noqa: E501
<p>This value defines the minimum number of elements along a <b>geometry edge</b>.</p> # noqa: E501
- Returns:
The number_of_segments_per_edge of this ManualMeshGrading. # noqa: E501
- Return type:
float
- property number_of_segments_per_radius¶
Gets the number_of_segments_per_radius of this ManualMeshGrading. # noqa: E501
<p>This value defines the minimum number of elements along a <b>geometry radius</b>.</p> # noqa: E501
- Returns:
The number_of_segments_per_radius of this ManualMeshGrading. # noqa: E501
- Return type:
float
- openapi_types = {'growth_rate': 'float', 'number_of_segments_per_edge': 'float', 'number_of_segments_per_radius': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualMeshGrading. # noqa: E501
Schema name: ManualMeshGrading # noqa: E501
- Returns:
The type of this ManualMeshGrading. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_mesh_sizing module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_mesh_sizing.ManualMeshSizing(type='MANUAL', minimum_edge_length=None, maximum_edge_length=None, grading=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'grading': 'grading', 'maximum_edge_length': 'maximumEdgeLength', 'minimum_edge_length': 'minimumEdgeLength', 'type': 'type'}¶
- property grading¶
Gets the grading of this ManualMeshSizing. # noqa: E501
- Returns:
The grading of this ManualMeshSizing. # noqa: E501
- Return type:
OneOfManualMeshSizingGrading
- property maximum_edge_length¶
Gets the maximum_edge_length of this ManualMeshSizing. # noqa: E501
- Returns:
The maximum_edge_length of this ManualMeshSizing. # noqa: E501
- Return type:
- property minimum_edge_length¶
Gets the minimum_edge_length of this ManualMeshSizing. # noqa: E501
- Returns:
The minimum_edge_length of this ManualMeshSizing. # noqa: E501
- Return type:
- openapi_types = {'grading': 'OneOfManualMeshSizingGrading', 'maximum_edge_length': 'DimensionalLength', 'minimum_edge_length': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualMeshSizing. # noqa: E501
Schema name: ManualMeshSizing # noqa: E501
- Returns:
The type of this ManualMeshSizing. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_mesh_sizing_hex_dominant_snappy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_mesh_sizing_hex_dominant_snappy.ManualMeshSizingHexDominantSnappy(type='MANUAL', minimum_edge_length=None, maximum_edge_length=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'maximum_edge_length': 'maximumEdgeLength', 'minimum_edge_length': 'minimumEdgeLength', 'type': 'type'}¶
- property maximum_edge_length¶
Gets the maximum_edge_length of this ManualMeshSizingHexDominantSnappy. # noqa: E501
- Returns:
The maximum_edge_length of this ManualMeshSizingHexDominantSnappy. # noqa: E501
- Return type:
- property minimum_edge_length¶
Gets the minimum_edge_length of this ManualMeshSizingHexDominantSnappy. # noqa: E501
- Returns:
The minimum_edge_length of this ManualMeshSizingHexDominantSnappy. # noqa: E501
- Return type:
- openapi_types = {'maximum_edge_length': 'DimensionalLength', 'minimum_edge_length': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualMeshSizingHexDominantSnappy. # noqa: E501
Schema name: ManualMeshSizingHexDominantSnappy # noqa: E501
- Returns:
The type of this ManualMeshSizingHexDominantSnappy. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_mesh_sizing_simmetrix module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_mesh_sizing_simmetrix.ManualMeshSizingSimmetrix(type='MANUAL', maximum_edge_length=None, minimum_edge_length=None, curvature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'curvature': 'curvature', 'maximum_edge_length': 'maximumEdgeLength', 'minimum_edge_length': 'minimumEdgeLength', 'type': 'type'}¶
- property curvature¶
Gets the curvature of this ManualMeshSizingSimmetrix. # noqa: E501
- Returns:
The curvature of this ManualMeshSizingSimmetrix. # noqa: E501
- Return type:
OneOfManualMeshSizingSimmetrixCurvature
- property maximum_edge_length¶
Gets the maximum_edge_length of this ManualMeshSizingSimmetrix. # noqa: E501
- Returns:
The maximum_edge_length of this ManualMeshSizingSimmetrix. # noqa: E501
- Return type:
- property minimum_edge_length¶
Gets the minimum_edge_length of this ManualMeshSizingSimmetrix. # noqa: E501
- Returns:
The minimum_edge_length of this ManualMeshSizingSimmetrix. # noqa: E501
- Return type:
- openapi_types = {'curvature': 'OneOfManualMeshSizingSimmetrixCurvature', 'maximum_edge_length': 'DimensionalLength', 'minimum_edge_length': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualMeshSizingSimmetrix. # noqa: E501
Schema name: ManualMeshSizingSimmetrix # noqa: E501
- Returns:
The type of this ManualMeshSizingSimmetrix. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_reactualization module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_reactualization.ManualReactualization(type='MANUAL', num_iterations=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'num_iterations': 'numIterations', 'type': 'type'}¶
- property num_iterations¶
Gets the num_iterations of this ManualReactualization. # noqa: E501
- Returns:
The num_iterations of this ManualReactualization. # noqa: E501
- Return type:
int
- openapi_types = {'num_iterations': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualReactualization. # noqa: E501
Schema name: ManualReactualization # noqa: E501
- Returns:
The type of this ManualReactualization. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_reference_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_reference_length.ManualReferenceLength(type='MANUAL_REFERENCE_LENGTH', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalLength'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualReferenceLength. # noqa: E501
Schema name: ManualReferenceLength # noqa: E501
- Returns:
The type of this ManualReferenceLength. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this ManualReferenceLength. # noqa: E501
- Returns:
The value of this ManualReferenceLength. # noqa: E501
- Return type:
simscale_sdk.models.manual_region_sizing_pacefish module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_region_sizing_pacefish.ManualRegionSizingPacefish(type='MANUAL_REGION_PACEFISH', target_resolution=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'target_resolution': 'targetResolution', 'type': 'type'}¶
- openapi_types = {'target_resolution': 'DimensionalLength', 'type': 'str'}¶
- property target_resolution¶
Gets the target_resolution of this ManualRegionSizingPacefish. # noqa: E501
- Returns:
The target_resolution of this ManualRegionSizingPacefish. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualRegionSizingPacefish. # noqa: E501
Schema name: ManualRegionSizingPacefish # noqa: E501
- Returns:
The type of this ManualRegionSizingPacefish. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_reynolds_scaling module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_reynolds_scaling.ManualReynoldsScaling(type='MANUAL_REYNOLDS_SCALING', reynolds_scaling_factor=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'reynolds_scaling_factor': 'reynoldsScalingFactor', 'type': 'type'}¶
- openapi_types = {'reynolds_scaling_factor': 'float', 'type': 'str'}¶
- property reynolds_scaling_factor¶
Gets the reynolds_scaling_factor of this ManualReynoldsScaling. # noqa: E501
- Returns:
The reynolds_scaling_factor of this ManualReynoldsScaling. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualReynoldsScaling. # noqa: E501
Schema name: ManualReynoldsScaling # noqa: E501
- Returns:
The type of this ManualReynoldsScaling. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_simerics_mesh_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_simerics_mesh_settings.ManualSimericsMeshSettings(type='MANUAL_SETTINGS', refinements=None, cell_size_specification=None, enable_cad_surface_merging=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'cell_size_specification': 'cellSizeSpecification', 'enable_cad_surface_merging': 'enableCADSurfaceMerging', 'refinements': 'refinements', 'type': 'type'}¶
- property cell_size_specification¶
Gets the cell_size_specification of this ManualSimericsMeshSettings. # noqa: E501
- Returns:
The cell_size_specification of this ManualSimericsMeshSettings. # noqa: E501
- Return type:
OneOfManualSimericsMeshSettingsCellSizeSpecification
- property enable_cad_surface_merging¶
Gets the enable_cad_surface_merging of this ManualSimericsMeshSettings. # noqa: E501
<b>Merge CAD surfaces</b> combines all surfaces of the CAD model that are <i>not</i> assigned a boundary condition or result control. With this turned on, the probability of successful mesh generation for more complicated geometries significantly increases. If you need to inspect unassigned surfaces separately, turn it off. For more information, please contact Support. # noqa: E501
- Returns:
The enable_cad_surface_merging of this ManualSimericsMeshSettings. # noqa: E501
- Return type:
bool
- openapi_types = {'cell_size_specification': 'OneOfManualSimericsMeshSettingsCellSizeSpecification', 'enable_cad_surface_merging': 'bool', 'refinements': 'list[RegionRefinementSimerics]', 'type': 'str'}¶
- property refinements¶
Gets the refinements of this ManualSimericsMeshSettings. # noqa: E501
- Returns:
The refinements of this ManualSimericsMeshSettings. # noqa: E501
- Return type:
list[RegionRefinementSimerics]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualSimericsMeshSettings. # noqa: E501
Schema name: ManualSimericsMeshSettings # noqa: E501
- Returns:
The type of this ManualSimericsMeshSettings. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_surface_sizing_pacefish module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_surface_sizing_pacefish.ManualSurfaceSizingPacefish(type='MANUAL_SURFACE_PACEFISH', target_resolution=None, buffer_cells_no_extrude=None, additional_directional_cells=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property additional_directional_cells¶
Gets the additional_directional_cells of this ManualSurfaceSizingPacefish. # noqa: E501
- Returns:
The additional_directional_cells of this ManualSurfaceSizingPacefish. # noqa: E501
- Return type:
- attribute_map = {'additional_directional_cells': 'additionalDirectionalCells', 'buffer_cells_no_extrude': 'bufferCellsNoExtrude', 'target_resolution': 'targetResolution', 'type': 'type'}¶
- property buffer_cells_no_extrude¶
Gets the buffer_cells_no_extrude of this ManualSurfaceSizingPacefish. # noqa: E501
Specify the minimum number of buffer cells between regions of different refinements. # noqa: E501
- Returns:
The buffer_cells_no_extrude of this ManualSurfaceSizingPacefish. # noqa: E501
- Return type:
int
- openapi_types = {'additional_directional_cells': 'AdditionalDirectionalCells', 'buffer_cells_no_extrude': 'int', 'target_resolution': 'DimensionalLength', 'type': 'str'}¶
- property target_resolution¶
Gets the target_resolution of this ManualSurfaceSizingPacefish. # noqa: E501
- Returns:
The target_resolution of this ManualSurfaceSizingPacefish. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualSurfaceSizingPacefish. # noqa: E501
Schema name: ManualSurfaceSizingPacefish # noqa: E501
- Returns:
The type of this ManualSurfaceSizingPacefish. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_timestep_calculation_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_timestep_calculation_type.ManualTimestepCalculationType(type='MANUAL', additional_newton_iterations=None, fixed_subdivision=None, fixed_augmentation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property additional_newton_iterations¶
Gets the additional_newton_iterations of this ManualTimestepCalculationType. # noqa: E501
<p>Define the percentage of additional Newton Iterations that should be allowed to be used if convergence is not reached after the maximum number of Newton Iterations is reached.</p> # noqa: E501
- Returns:
The additional_newton_iterations of this ManualTimestepCalculationType. # noqa: E501
- Return type:
float
- attribute_map = {'additional_newton_iterations': 'additionalNewtonIterations', 'fixed_augmentation': 'fixedAugmentation', 'fixed_subdivision': 'fixedSubdivision', 'type': 'type'}¶
- property fixed_augmentation¶
Gets the fixed_augmentation of this ManualTimestepCalculationType. # noqa: E501
- Returns:
The fixed_augmentation of this ManualTimestepCalculationType. # noqa: E501
- Return type:
- property fixed_subdivision¶
Gets the fixed_subdivision of this ManualTimestepCalculationType. # noqa: E501
- Returns:
The fixed_subdivision of this ManualTimestepCalculationType. # noqa: E501
- Return type:
- openapi_types = {'additional_newton_iterations': 'float', 'fixed_augmentation': 'FixedAugmentation', 'fixed_subdivision': 'FixedSubdivision', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualTimestepCalculationType. # noqa: E501
<p>Select how the time increments should be computed in case of an adaptation event. Currently four types are available (which may not all be available for every event):</p><ul><li><p><b>Manual</b>: Here the user defines fixed time step subdivision and augmentation settings.</p></ul><ul><li><p><b>Newton Iterations Target</b>: With this setting the user defines a target value for the Newton Iterations and the time increments are calculated automatically to having this value as objective.</p></ul><ul><li><p><b>Field Change Target</b>: With this setting the user defines a target value for change of a specific field component within a time increment and the time increments are calculated automatically to having this value as objective.</p></ul><ul><li><p><b>Mixed</b>: The mixed type uses a fixed subdivision and an automatic adaptation of the time step with a target value for the change of the selected field component.</p></ul> Schema name: ManualTimestepCalculationType # noqa: E501
- Returns:
The type of this ManualTimestepCalculationType. # noqa: E501
- Return type:
str
simscale_sdk.models.manual_timestep_definition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.manual_timestep_definition.ManualTimestepDefinition(type='MANUAL_V19', simulation_interval=None, timestep_length=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'simulation_interval': 'simulationInterval', 'timestep_length': 'timestepLength', 'type': 'type'}¶
- openapi_types = {'simulation_interval': 'DimensionalTime', 'timestep_length': 'RestrictedDimensionalFunctionTime', 'type': 'str'}¶
- property simulation_interval¶
Gets the simulation_interval of this ManualTimestepDefinition. # noqa: E501
- Returns:
The simulation_interval of this ManualTimestepDefinition. # noqa: E501
- Return type:
- property timestep_length¶
Gets the timestep_length of this ManualTimestepDefinition. # noqa: E501
- Returns:
The timestep_length of this ManualTimestepDefinition. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ManualTimestepDefinition. # noqa: E501
Schema name: ManualTimestepDefinition # noqa: E501
- Returns:
The type of this ManualTimestepDefinition. # noqa: E501
- Return type:
str
simscale_sdk.models.marc_material module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.marc_material.MarcMaterial(name=None, marc_material_behavior=None, density=None, topological_reference=None, built_in_material=None, material_library_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'built_in_material': 'builtInMaterial', 'density': 'density', 'marc_material_behavior': 'marcMaterialBehavior', 'material_library_reference': 'materialLibraryReference', 'name': 'name', 'topological_reference': 'topologicalReference'}¶
- property built_in_material¶
Gets the built_in_material of this MarcMaterial. # noqa: E501
- Returns:
The built_in_material of this MarcMaterial. # noqa: E501
- Return type:
str
- property density¶
Gets the density of this MarcMaterial. # noqa: E501
- Returns:
The density of this MarcMaterial. # noqa: E501
- Return type:
- property marc_material_behavior¶
Gets the marc_material_behavior of this MarcMaterial. # noqa: E501
- Returns:
The marc_material_behavior of this MarcMaterial. # noqa: E501
- Return type:
- property material_library_reference¶
Gets the material_library_reference of this MarcMaterial. # noqa: E501
- Returns:
The material_library_reference of this MarcMaterial. # noqa: E501
- Return type:
- property name¶
Gets the name of this MarcMaterial. # noqa: E501
- Returns:
The name of this MarcMaterial. # noqa: E501
- Return type:
str
- openapi_types = {'built_in_material': 'str', 'density': 'DimensionalFunctionDensity', 'marc_material_behavior': 'LinearElasticMarcMaterialBehavior', 'material_library_reference': 'MaterialLibraryReference', 'name': 'str', 'topological_reference': 'TopologicalReference'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this MarcMaterial. # noqa: E501
- Returns:
The topological_reference of this MarcMaterial. # noqa: E501
- Return type:
simscale_sdk.models.marc_numerics module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.marc_numerics.MarcNumerics(solver_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'solver_settings': 'solverSettings'}¶
- openapi_types = {'solver_settings': 'MarcSolverSettings'}¶
- property solver_settings¶
Gets the solver_settings of this MarcNumerics. # noqa: E501
- Returns:
The solver_settings of this MarcNumerics. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.marc_simulation_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.marc_simulation_control.MarcSimulationControl(num_processors=None, max_run_time=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_run_time': 'maxRunTime', 'num_processors': 'numProcessors'}¶
- property max_run_time¶
Gets the max_run_time of this MarcSimulationControl. # noqa: E501
- Returns:
The max_run_time of this MarcSimulationControl. # noqa: E501
- Return type:
- property num_processors¶
Gets the num_processors of this MarcSimulationControl. # noqa: E501
<p>Selecting more processor cores will speed up the simulation process. Choosing a smaller computation instance will save core hours. <a href=’https://www.simscale.com/docs/simulation-setup/simulation-control-fluid/#number-of-processors’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The num_processors of this MarcSimulationControl. # noqa: E501
- Return type:
int
- openapi_types = {'max_run_time': 'DimensionalTime', 'num_processors': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.marc_solver_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.marc_solver_settings.MarcSolverSettings(linear_solver=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'linear_solver': 'linearSolver'}¶
- property linear_solver¶
Gets the linear_solver of this MarcSolverSettings. # noqa: E501
- Returns:
The linear_solver of this MarcSolverSettings. # noqa: E501
- Return type:
OneOfMarcSolverSettingsLinearSolver
- openapi_types = {'linear_solver': 'OneOfMarcSolverSettingsLinearSolver'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.mass_flow module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mass_flow.MassFlow(type='MASS', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalFunctionMassFlowRate'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MassFlow. # noqa: E501
<p>Defines the mass flow rate <strong>per each face</strong> of the assignment.</p> Schema name: MassFlow # noqa: E501
- Returns:
The type of this MassFlow. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this MassFlow. # noqa: E501
- Returns:
The value of this MassFlow. # noqa: E501
- Return type:
simscale_sdk.models.material_group_list_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.material_group_list_response.MaterialGroupListResponse(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this MaterialGroupListResponse. # noqa: E501
- Returns:
The embedded of this MaterialGroupListResponse. # noqa: E501
- Return type:
list[MaterialGroupResponse]
- property links¶
Gets the links of this MaterialGroupListResponse. # noqa: E501
- Returns:
The links of this MaterialGroupListResponse. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this MaterialGroupListResponse. # noqa: E501
- Returns:
The meta of this MaterialGroupListResponse. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[MaterialGroupResponse]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.material_group_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.material_group_response.MaterialGroupResponse(material_group_id=None, parent_id=None, name=None, group_type=None, created_at=None, modified_at=None, metadata=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'created_at': 'createdAt', 'group_type': 'groupType', 'material_group_id': 'materialGroupId', 'metadata': 'metadata', 'modified_at': 'modifiedAt', 'name': 'name', 'parent_id': 'parentId'}¶
- property created_at¶
Gets the created_at of this MaterialGroupResponse. # noqa: E501
The time the material group was created. # noqa: E501
- Returns:
The created_at of this MaterialGroupResponse. # noqa: E501
- Return type:
datetime
- property group_type¶
Gets the group_type of this MaterialGroupResponse. # noqa: E501
- Returns:
The group_type of this MaterialGroupResponse. # noqa: E501
- Return type:
- property material_group_id¶
Gets the material_group_id of this MaterialGroupResponse. # noqa: E501
The ID of the material group. # noqa: E501
- Returns:
The material_group_id of this MaterialGroupResponse. # noqa: E501
- Return type:
str
- property metadata¶
Gets the metadata of this MaterialGroupResponse. # noqa: E501
Material group metadata. # noqa: E501
- Returns:
The metadata of this MaterialGroupResponse. # noqa: E501
- Return type:
object
- property modified_at¶
Gets the modified_at of this MaterialGroupResponse. # noqa: E501
The time the material group was modified. # noqa: E501
- Returns:
The modified_at of this MaterialGroupResponse. # noqa: E501
- Return type:
datetime
- property name¶
Gets the name of this MaterialGroupResponse. # noqa: E501
The name of the material group. # noqa: E501
- Returns:
The name of this MaterialGroupResponse. # noqa: E501
- Return type:
str
- openapi_types = {'created_at': 'datetime', 'group_type': 'MaterialGroupType', 'material_group_id': 'str', 'metadata': 'object', 'modified_at': 'datetime', 'name': 'str', 'parent_id': 'str'}¶
- property parent_id¶
Gets the parent_id of this MaterialGroupResponse. # noqa: E501
The ID of parent of the material group. # noqa: E501
- Returns:
The parent_id of this MaterialGroupResponse. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.material_group_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.material_group_type.MaterialGroupType(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- COMPANY_CUSTOM = 'COMPANY_CUSTOM'¶
- SIMSCALE_DEFAULT = 'SIMSCALE_DEFAULT'¶
- USER_CUSTOM = 'USER_CUSTOM'¶
- allowable_values = ['SIMSCALE_DEFAULT', 'USER_CUSTOM', 'COMPANY_CUSTOM']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.material_library_reference module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.material_library_reference.MaterialLibraryReference(material_group_id=None, material_id=None, interpolation_parameters=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'interpolation_parameters': 'interpolationParameters', 'material_group_id': 'materialGroupId', 'material_id': 'materialId'}¶
- property interpolation_parameters¶
Gets the interpolation_parameters of this MaterialLibraryReference. # noqa: E501
- Returns:
The interpolation_parameters of this MaterialLibraryReference. # noqa: E501
- Return type:
dict(str, InterpolationParameter)
- property material_group_id¶
Gets the material_group_id of this MaterialLibraryReference. # noqa: E501
- Returns:
The material_group_id of this MaterialLibraryReference. # noqa: E501
- Return type:
str
- property material_id¶
Gets the material_id of this MaterialLibraryReference. # noqa: E501
- Returns:
The material_id of this MaterialLibraryReference. # noqa: E501
- Return type:
str
- openapi_types = {'interpolation_parameters': 'dict(str, InterpolationParameter)', 'material_group_id': 'str', 'material_id': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.material_list_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.material_list_response.MaterialListResponse(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this MaterialListResponse. # noqa: E501
- Returns:
The embedded of this MaterialListResponse. # noqa: E501
- Return type:
list[MaterialResponse]
- property links¶
Gets the links of this MaterialListResponse. # noqa: E501
- Returns:
The links of this MaterialListResponse. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this MaterialListResponse. # noqa: E501
- Returns:
The meta of this MaterialListResponse. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[MaterialResponse]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.material_property_parameter module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.material_property_parameter.MaterialPropertyParameter(key=None, name=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'key': 'key', 'name': 'name', 'unit': 'unit'}¶
- property key¶
Gets the key of this MaterialPropertyParameter. # noqa: E501
The unique identifier of the parameter, meaningful from the physics/business perspective # noqa: E501
- Returns:
The key of this MaterialPropertyParameter. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this MaterialPropertyParameter. # noqa: E501
Optional user facing name or label key for human identification # noqa: E501
- Returns:
The name of this MaterialPropertyParameter. # noqa: E501
- Return type:
str
- openapi_types = {'key': 'str', 'name': 'str', 'unit': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this MaterialPropertyParameter. # noqa: E501
The parameter unit # noqa: E501
- Returns:
The unit of this MaterialPropertyParameter. # noqa: E501
- Return type:
str
simscale_sdk.models.material_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.material_response.MaterialResponse(id=None, material_group_id=None, name=None, created_at=None, modified_at=None, properties=None, metadata=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'created_at': 'createdAt', 'id': 'id', 'material_group_id': 'materialGroupId', 'metadata': 'metadata', 'modified_at': 'modifiedAt', 'name': 'name', 'properties': 'properties'}¶
- property created_at¶
Gets the created_at of this MaterialResponse. # noqa: E501
The time the material was created. # noqa: E501
- Returns:
The created_at of this MaterialResponse. # noqa: E501
- Return type:
datetime
- property id¶
Gets the id of this MaterialResponse. # noqa: E501
The material unique identifier. # noqa: E501
- Returns:
The id of this MaterialResponse. # noqa: E501
- Return type:
str
- property material_group_id¶
Gets the material_group_id of this MaterialResponse. # noqa: E501
The material group unique identifier. # noqa: E501
- Returns:
The material_group_id of this MaterialResponse. # noqa: E501
- Return type:
str
- property metadata¶
Gets the metadata of this MaterialResponse. # noqa: E501
- Returns:
The metadata of this MaterialResponse. # noqa: E501
- Return type:
object
- property modified_at¶
Gets the modified_at of this MaterialResponse. # noqa: E501
The time the material was modified. # noqa: E501
- Returns:
The modified_at of this MaterialResponse. # noqa: E501
- Return type:
datetime
- property name¶
Gets the name of this MaterialResponse. # noqa: E501
The material name. # noqa: E501
- Returns:
The name of this MaterialResponse. # noqa: E501
- Return type:
str
- openapi_types = {'created_at': 'datetime', 'id': 'str', 'material_group_id': 'str', 'metadata': 'object', 'modified_at': 'datetime', 'name': 'str', 'properties': 'dict(str, OneOfMaterialProperty)'}¶
- property properties¶
Gets the properties of this MaterialResponse. # noqa: E501
The material properties. # noqa: E501
- Returns:
The properties of this MaterialResponse. # noqa: E501
- Return type:
dict(str, OneOfMaterialProperty)
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.material_update_operation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.material_update_operation.MaterialUpdateOperation(path=None, material_data=None, material_spec=None, reference=None, material_data_sources=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'material_data': 'materialData', 'material_data_sources': 'materialDataSources', 'material_spec': 'materialSpec', 'path': 'path', 'reference': 'reference'}¶
- property material_data¶
Gets the material_data of this MaterialUpdateOperation. # noqa: E501
- Returns:
The material_data of this MaterialUpdateOperation. # noqa: E501
- Return type:
- property material_data_sources¶
Gets the material_data_sources of this MaterialUpdateOperation. # noqa: E501
- Returns:
The material_data_sources of this MaterialUpdateOperation. # noqa: E501
- Return type:
list[str]
- property material_spec¶
Gets the material_spec of this MaterialUpdateOperation. # noqa: E501
Material spec object that will be used as the base to apply the physical properties passed in materialData. # noqa: E501
- Returns:
The material_spec of this MaterialUpdateOperation. # noqa: E501
- Return type:
object
- openapi_types = {'material_data': 'MaterialResponse', 'material_data_sources': 'list[str]', 'material_spec': 'object', 'path': 'str', 'reference': 'MaterialUpdateOperationReference'}¶
- property path¶
Gets the path of this MaterialUpdateOperation. # noqa: E501
JSON pointer (considering the model field as root) specifying where to add the material. If it points to a container (e.g. /materials or /materials/solids), the material will be added to that container. If it points to an existing material instead (e.g. /materials/0 or /materials/solids/0), the new material will replace the one the pointer points to. # noqa: E501
- Returns:
The path of this MaterialUpdateOperation. # noqa: E501
- Return type:
str
- property reference¶
Gets the reference of this MaterialUpdateOperation. # noqa: E501
- Returns:
The reference of this MaterialUpdateOperation. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.material_update_operation_reference module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.material_update_operation_reference.MaterialUpdateOperationReference(material_group_id=None, material_id=None, interpolation_parameters=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'interpolation_parameters': 'interpolationParameters', 'material_group_id': 'materialGroupId', 'material_id': 'materialId'}¶
- property interpolation_parameters¶
Gets the interpolation_parameters of this MaterialUpdateOperationReference. # noqa: E501
Parameters taken into account when some material property values need to be interpolated. When this object is part of a request, the parameters will be taken into account during interpolation, while when it’s part of the response, the parameters show the values which were used (if any) during the interpolation. Note that the values used during interpolation might differ from what is requested. # noqa: E501
- Returns:
The interpolation_parameters of this MaterialUpdateOperationReference. # noqa: E501
- Return type:
dict(str, object)
- property material_group_id¶
Gets the material_group_id of this MaterialUpdateOperationReference. # noqa: E501
Identifier of the material group # noqa: E501
- Returns:
The material_group_id of this MaterialUpdateOperationReference. # noqa: E501
- Return type:
str
- property material_id¶
Gets the material_id of this MaterialUpdateOperationReference. # noqa: E501
Identifier of the material # noqa: E501
- Returns:
The material_id of this MaterialUpdateOperationReference. # noqa: E501
- Return type:
str
- openapi_types = {'interpolation_parameters': 'dict(str, object)', 'material_group_id': 'str', 'material_id': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.material_update_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.material_update_request.MaterialUpdateRequest(operations=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'operations': 'operations'}¶
- openapi_types = {'operations': 'list[MaterialUpdateOperation]'}¶
- property operations¶
Gets the operations of this MaterialUpdateRequest. # noqa: E501
- Returns:
The operations of this MaterialUpdateRequest. # noqa: E501
- Return type:
list[MaterialUpdateOperation]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.material_update_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.material_update_response.MaterialUpdateResponse(spec=None, tables=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'spec': 'spec', 'tables': 'tables'}¶
- openapi_types = {'spec': 'SimulationSpec', 'tables': 'list[object]'}¶
- property spec¶
Gets the spec of this MaterialUpdateResponse. # noqa: E501
- Returns:
The spec of this MaterialUpdateResponse. # noqa: E501
- Return type:
- property tables¶
Gets the tables of this MaterialUpdateResponse. # noqa: E501
Tables containing parametric values, created during the material update operation(s). These tables are going to be used by the solvers during the simulation runs. # noqa: E501
- Returns:
The tables of this MaterialUpdateResponse. # noqa: E501
- Return type:
list[object]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.maximum_number_iteration_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.maximum_number_iteration_control.MaximumNumberIterationControl(type='MAXIMUM_NUMBER', max_num_iteration=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_num_iteration': 'maxNumIteration', 'type': 'type'}¶
- property max_num_iteration¶
Gets the max_num_iteration of this MaximumNumberIterationControl. # noqa: E501
- Returns:
The max_num_iteration of this MaximumNumberIterationControl. # noqa: E501
- Return type:
int
- openapi_types = {'max_num_iteration': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MaximumNumberIterationControl. # noqa: E501
Schema name: MaximumNumberIterationControl # noqa: E501
- Returns:
The type of this MaximumNumberIterationControl. # noqa: E501
- Return type:
str
simscale_sdk.models.mean_age_of_fluid_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mean_age_of_fluid_result_type.MeanAgeOfFluidResultType(type='MEAN_AGE_OF_FLUID', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MeanAgeOfFluidResultType. # noqa: E501
Schema name: MeanAgeOfFluidResultType # noqa: E501
- Returns:
The type of this MeanAgeOfFluidResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.mean_radiant_temperature_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mean_radiant_temperature_result_type.MeanRadiantTemperatureResultType(type='MEAN_RADIANT_TEMPERATURE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MeanRadiantTemperatureResultType. # noqa: E501
Schema name: MeanRadiantTemperatureResultType # noqa: E501
- Returns:
The type of this MeanRadiantTemperatureResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.mean_value_outlet_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mean_value_outlet_vbc.MeanValueOutletVBC(type='MEAN_VALUE_OUTLET_VELOCITY', normal_velocity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'normal_velocity': 'normalVelocity', 'type': 'type'}¶
- property normal_velocity¶
Gets the normal_velocity of this MeanValueOutletVBC. # noqa: E501
- Returns:
The normal_velocity of this MeanValueOutletVBC. # noqa: E501
- Return type:
- openapi_types = {'normal_velocity': 'DimensionalFunctionSpeed', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MeanValueOutletVBC. # noqa: E501
Schema name: MeanValueOutletVBC # noqa: E501
- Returns:
The type of this MeanValueOutletVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.mean_value_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mean_value_pbc.MeanValuePBC(type='FIXED_MEAN', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalPressure'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MeanValuePBC. # noqa: E501
Schema name: MeanValuePBC # noqa: E501
- Returns:
The type of this MeanValuePBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this MeanValuePBC. # noqa: E501
- Returns:
The value of this MeanValuePBC. # noqa: E501
- Return type:
simscale_sdk.models.mean_value_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mean_value_vbc.MeanValueVBC(type='FIXED_MEAN', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalVectorSpeed'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MeanValueVBC. # noqa: E501
Schema name: MeanValueVBC # noqa: E501
- Returns:
The type of this MeanValueVBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this MeanValueVBC. # noqa: E501
- Returns:
The value of this MeanValueVBC. # noqa: E501
- Return type:
simscale_sdk.models.mesh module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mesh.Mesh(mesh_id=None, name=None, created_at=None, number_of_cells=None, number_of_nodes=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'created_at': 'createdAt', 'mesh_id': 'meshId', 'name': 'name', 'number_of_cells': 'numberOfCells', 'number_of_nodes': 'numberOfNodes'}¶
- property created_at¶
Gets the created_at of this Mesh. # noqa: E501
The time when the mesh was imported. # noqa: E501
- Returns:
The created_at of this Mesh. # noqa: E501
- Return type:
datetime
- property mesh_id¶
Gets the mesh_id of this Mesh. # noqa: E501
The ID of the mesh. # noqa: E501
- Returns:
The mesh_id of this Mesh. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this Mesh. # noqa: E501
The name of the mesh. # noqa: E501
- Returns:
The name of this Mesh. # noqa: E501
- Return type:
str
- property number_of_cells¶
Gets the number_of_cells of this Mesh. # noqa: E501
Number of cells of the mesh. # noqa: E501
- Returns:
The number_of_cells of this Mesh. # noqa: E501
- Return type:
int
- property number_of_nodes¶
Gets the number_of_nodes of this Mesh. # noqa: E501
Number of nodes of the mesh. # noqa: E501
- Returns:
The number_of_nodes of this Mesh. # noqa: E501
- Return type:
int
- openapi_types = {'created_at': 'datetime', 'mesh_id': 'str', 'name': 'str', 'number_of_cells': 'int', 'number_of_nodes': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.mesh_operation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mesh_operation.MeshOperation(mesh_operation_id=None, name=None, version='6.0', geometry_id=None, model=None, created_at=None, modified_at=None, started_at=None, finished_at=None, compute_resource=None, status=None, progress=None, mesh_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'compute_resource': 'computeResource', 'created_at': 'createdAt', 'finished_at': 'finishedAt', 'geometry_id': 'geometryId', 'mesh_id': 'meshId', 'mesh_operation_id': 'meshOperationId', 'model': 'model', 'modified_at': 'modifiedAt', 'name': 'name', 'progress': 'progress', 'started_at': 'startedAt', 'status': 'status', 'version': 'version'}¶
- property compute_resource¶
Gets the compute_resource of this MeshOperation. # noqa: E501
- Returns:
The compute_resource of this MeshOperation. # noqa: E501
- Return type:
- property created_at¶
Gets the created_at of this MeshOperation. # noqa: E501
The time the mesh operation was created. # noqa: E501
- Returns:
The created_at of this MeshOperation. # noqa: E501
- Return type:
datetime
- property finished_at¶
Gets the finished_at of this MeshOperation. # noqa: E501
The time the mesh operation was finished. # noqa: E501
- Returns:
The finished_at of this MeshOperation. # noqa: E501
- Return type:
datetime
- property geometry_id¶
Gets the geometry_id of this MeshOperation. # noqa: E501
The geometry ID of the mesh operation. # noqa: E501
- Returns:
The geometry_id of this MeshOperation. # noqa: E501
- Return type:
str
- property mesh_id¶
Gets the mesh_id of this MeshOperation. # noqa: E501
The ID of the generated mesh. # noqa: E501
- Returns:
The mesh_id of this MeshOperation. # noqa: E501
- Return type:
str
- property mesh_operation_id¶
Gets the mesh_operation_id of this MeshOperation. # noqa: E501
The mesh operation ID. # noqa: E501
- Returns:
The mesh_operation_id of this MeshOperation. # noqa: E501
- Return type:
str
- property model¶
Gets the model of this MeshOperation. # noqa: E501
- Returns:
The model of this MeshOperation. # noqa: E501
- Return type:
- property modified_at¶
Gets the modified_at of this MeshOperation. # noqa: E501
The time the mesh operation was last modified. # noqa: E501
- Returns:
The modified_at of this MeshOperation. # noqa: E501
- Return type:
datetime
- property name¶
Gets the name of this MeshOperation. # noqa: E501
The name of the mesh operation. # noqa: E501
- Returns:
The name of this MeshOperation. # noqa: E501
- Return type:
str
- openapi_types = {'compute_resource': 'MeshOperationComputeResource', 'created_at': 'datetime', 'finished_at': 'datetime', 'geometry_id': 'str', 'mesh_id': 'str', 'mesh_operation_id': 'str', 'model': 'Algorithm', 'modified_at': 'datetime', 'name': 'str', 'progress': 'float', 'started_at': 'datetime', 'status': 'Status', 'version': 'str'}¶
- property progress¶
Gets the progress of this MeshOperation. # noqa: E501
The current progress while the mesh operation is in progress. # noqa: E501
- Returns:
The progress of this MeshOperation. # noqa: E501
- Return type:
float
- property started_at¶
Gets the started_at of this MeshOperation. # noqa: E501
The time the mesh operation was started. # noqa: E501
- Returns:
The started_at of this MeshOperation. # noqa: E501
- Return type:
datetime
- property status¶
Gets the status of this MeshOperation. # noqa: E501
- Returns:
The status of this MeshOperation. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property version¶
Gets the version of this MeshOperation. # noqa: E501
- Returns:
The version of this MeshOperation. # noqa: E501
- Return type:
str
simscale_sdk.models.mesh_operation_compute_resource module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mesh_operation_compute_resource.MeshOperationComputeResource(type=None, value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'ComputeResourceType', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MeshOperationComputeResource. # noqa: E501
- Returns:
The type of this MeshOperationComputeResource. # noqa: E501
- Return type:
- property value¶
Gets the value of this MeshOperationComputeResource. # noqa: E501
- Returns:
The value of this MeshOperationComputeResource. # noqa: E501
- Return type:
float
simscale_sdk.models.mesh_operations module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mesh_operations.MeshOperations(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this MeshOperations. # noqa: E501
- Returns:
The embedded of this MeshOperations. # noqa: E501
- Return type:
list[SlimMeshOperation]
- property links¶
Gets the links of this MeshOperations. # noqa: E501
- Returns:
The links of this MeshOperations. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this MeshOperations. # noqa: E501
- Returns:
The meta of this MeshOperations. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[SlimMeshOperation]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.mesh_quality_controls module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mesh_quality_controls.MeshQualityControls(max_non_orthogonality=None, max_boundary_skewness=None, max_internal_skewness=None, max_concaveness=None, min_volume=None, min_tet_quality=None, min_face_area=None, min_face_twist=None, min_determinant=None, min_face_weight=None, min_volume_ratio=None, min_triangle_twist=None, error_distribution_iterations=None, error_reduction=None, relaxed_max_non_orthogonality=None, merge_tolerance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'error_distribution_iterations': 'errorDistributionIterations', 'error_reduction': 'errorReduction', 'max_boundary_skewness': 'maxBoundarySkewness', 'max_concaveness': 'maxConcaveness', 'max_internal_skewness': 'maxInternalSkewness', 'max_non_orthogonality': 'maxNonOrthogonality', 'merge_tolerance': 'mergeTolerance', 'min_determinant': 'minDeterminant', 'min_face_area': 'minFaceArea', 'min_face_twist': 'minFaceTwist', 'min_face_weight': 'minFaceWeight', 'min_tet_quality': 'minTetQuality', 'min_triangle_twist': 'minTriangleTwist', 'min_volume': 'minVolume', 'min_volume_ratio': 'minVolumeRatio', 'relaxed_max_non_orthogonality': 'relaxedMaxNonOrthogonality'}¶
- property error_distribution_iterations¶
Gets the error_distribution_iterations of this MeshQualityControls. # noqa: E501
<p>Define the number of error distribution iterations.</p> # noqa: E501
- Returns:
The error_distribution_iterations of this MeshQualityControls. # noqa: E501
- Return type:
int
- property error_reduction¶
Gets the error_reduction of this MeshQualityControls. # noqa: E501
<p>This parameter specifies how much the displacement is scaled at error locations.</p> # noqa: E501
- Returns:
The error_reduction of this MeshQualityControls. # noqa: E501
- Return type:
float
- property max_boundary_skewness¶
Gets the max_boundary_skewness of this MeshQualityControls. # noqa: E501
- Returns:
The max_boundary_skewness of this MeshQualityControls. # noqa: E501
- Return type:
- property max_concaveness¶
Gets the max_concaveness of this MeshQualityControls. # noqa: E501
- Returns:
The max_concaveness of this MeshQualityControls. # noqa: E501
- Return type:
- property max_internal_skewness¶
Gets the max_internal_skewness of this MeshQualityControls. # noqa: E501
- Returns:
The max_internal_skewness of this MeshQualityControls. # noqa: E501
- Return type:
- property max_non_orthogonality¶
Gets the max_non_orthogonality of this MeshQualityControls. # noqa: E501
- Returns:
The max_non_orthogonality of this MeshQualityControls. # noqa: E501
- Return type:
- property merge_tolerance¶
Gets the merge_tolerance of this MeshQualityControls. # noqa: E501
<p>This parameters specifies the accuracy of face merging as a fraction of the initial bounding box.</p> # noqa: E501
- Returns:
The merge_tolerance of this MeshQualityControls. # noqa: E501
- Return type:
float
- property min_determinant¶
Gets the min_determinant of this MeshQualityControls. # noqa: E501
<p>Define the minimum normalised cell determinant. Choose a value between 0 and 1. Hex corresponds to 1.</p> # noqa: E501
- Returns:
The min_determinant of this MeshQualityControls. # noqa: E501
- Return type:
float
- property min_face_area¶
Gets the min_face_area of this MeshQualityControls. # noqa: E501
- Returns:
The min_face_area of this MeshQualityControls. # noqa: E501
- Return type:
- property min_face_twist¶
Gets the min_face_twist of this MeshQualityControls. # noqa: E501
<p>Define the minimum cosine of face twist allowed (see documentation). Set to a value smaller than -1 to disable. The value results from the dot product of the face normal and the face centre triangles normal.</p> # noqa: E501
- Returns:
The min_face_twist of this MeshQualityControls. # noqa: E501
- Return type:
float
- property min_face_weight¶
Gets the min_face_weight of this MeshQualityControls. # noqa: E501
<p>The face weight specifies the distribution of a face’s contribution to its two neighbouring cells. A very small face weight would mean that the neighbouring cells are disproportionately different in size. Choose a value between 0 and 0.5. 0.5 refers to a face with neighbouring cells of the same size.</p> # noqa: E501
- Returns:
The min_face_weight of this MeshQualityControls. # noqa: E501
- Return type:
float
- property min_tet_quality¶
Gets the min_tet_quality of this MeshQualityControls. # noqa: E501
<p>Define a minimum tetrahedron quality for cells (see documentation). Choose a low negative number to disable this check, e.g. -1e30.</p> # noqa: E501
- Returns:
The min_tet_quality of this MeshQualityControls. # noqa: E501
- Return type:
float
- property min_triangle_twist¶
Gets the min_triangle_twist of this MeshQualityControls. # noqa: E501
<p>Same as Min Face Twist, but for adjacent triangular faces (see documentation). Choose a value below -1 to disable this feature.</p> # noqa: E501
- Returns:
The min_triangle_twist of this MeshQualityControls. # noqa: E501
- Return type:
float
- property min_volume¶
Gets the min_volume of this MeshQualityControls. # noqa: E501
- Returns:
The min_volume of this MeshQualityControls. # noqa: E501
- Return type:
- property min_volume_ratio¶
Gets the min_volume_ratio of this MeshQualityControls. # noqa: E501
<p>This parameter specifies the minimum allowed volume ratio between two adjacent cells. Choose a value between 0 and 1. 1 means that the neighbouring cells have the same volume.</p> # noqa: E501
- Returns:
The min_volume_ratio of this MeshQualityControls. # noqa: E501
- Return type:
float
- openapi_types = {'error_distribution_iterations': 'int', 'error_reduction': 'float', 'max_boundary_skewness': 'DimensionalAngle', 'max_concaveness': 'DimensionalAngle', 'max_internal_skewness': 'DimensionalAngle', 'max_non_orthogonality': 'DimensionalAngle', 'merge_tolerance': 'float', 'min_determinant': 'float', 'min_face_area': 'DimensionalArea', 'min_face_twist': 'float', 'min_face_weight': 'float', 'min_tet_quality': 'float', 'min_triangle_twist': 'float', 'min_volume': 'DimensionalVolume', 'min_volume_ratio': 'float', 'relaxed_max_non_orthogonality': 'DimensionalAngle'}¶
- property relaxed_max_non_orthogonality¶
Gets the relaxed_max_non_orthogonality of this MeshQualityControls. # noqa: E501
- Returns:
The relaxed_max_non_orthogonality of this MeshQualityControls. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.meshes module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.meshes.Meshes(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this Meshes. # noqa: E501
- Returns:
The embedded of this Meshes. # noqa: E501
- Return type:
list[Mesh]
- property links¶
Gets the links of this Meshes. # noqa: E501
- Returns:
The links of this Meshes. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this Meshes. # noqa: E501
- Returns:
The meta of this Meshes. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[Mesh]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.min_max_fields_calculation_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.min_max_fields_calculation_result_control_item.MinMaxFieldsCalculationResultControlItem(type='MIN_MAX_FIELDS_CALCULATION', name=None, field_selection=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'field_selection': 'fieldSelection', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property field_selection¶
Gets the field_selection of this MinMaxFieldsCalculationResultControlItem. # noqa: E501
- Returns:
The field_selection of this MinMaxFieldsCalculationResultControlItem. # noqa: E501
- Return type:
OneOfMinMaxFieldsCalculationResultControlItemFieldSelection
- property name¶
Gets the name of this MinMaxFieldsCalculationResultControlItem. # noqa: E501
- Returns:
The name of this MinMaxFieldsCalculationResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'field_selection': 'OneOfMinMaxFieldsCalculationResultControlItemFieldSelection', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this MinMaxFieldsCalculationResultControlItem. # noqa: E501
- Returns:
The topological_reference of this MinMaxFieldsCalculationResultControlItem. # noqa: E501
- Return type:
- property type¶
Gets the type of this MinMaxFieldsCalculationResultControlItem. # noqa: E501
Schema name: MinMaxFieldsCalculationResultControlItem # noqa: E501
- Returns:
The type of this MinMaxFieldsCalculationResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.mixed_timestep_calculation_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mixed_timestep_calculation_type.MixedTimestepCalculationType(type='MIXED', fixed_subdivision=None, adaptive_augmentation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property adaptive_augmentation¶
Gets the adaptive_augmentation of this MixedTimestepCalculationType. # noqa: E501
- Returns:
The adaptive_augmentation of this MixedTimestepCalculationType. # noqa: E501
- Return type:
- attribute_map = {'adaptive_augmentation': 'adaptiveAugmentation', 'fixed_subdivision': 'fixedSubdivision', 'type': 'type'}¶
- property fixed_subdivision¶
Gets the fixed_subdivision of this MixedTimestepCalculationType. # noqa: E501
- Returns:
The fixed_subdivision of this MixedTimestepCalculationType. # noqa: E501
- Return type:
- openapi_types = {'adaptive_augmentation': 'AdaptiveAugmentation', 'fixed_subdivision': 'FixedSubdivision', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MixedTimestepCalculationType. # noqa: E501
<p>Select how the time increments should be computed in case of an adaptation event. Currently four types are available (which may not all be available for every event):</p><ul><li><p><b>Manual</b>: Here the user defines fixed time step subdivision and augmentation settings.</p></ul><ul><li><p><b>Newton Iterations Target</b>: With this setting the user defines a target value for the Newton Iterations and the time increments are calculated automatically to having this value as objective.</p></ul><ul><li><p><b>Field Change Target</b>: With this setting the user defines a target value for change of a specific field component within a time increment and the time increments are calculated automatically to having this value as objective.</p></ul><ul><li><p><b>Mixed</b>: The mixed type uses a fixed subdivision and an automatic adaptation of the time step with a target value for the change of the selected field component.</p></ul> Schema name: MixedTimestepCalculationType # noqa: E501
- Returns:
The type of this MixedTimestepCalculationType. # noqa: E501
- Return type:
str
simscale_sdk.models.mixing_length_inlet_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mixing_length_inlet_ebc.MixingLengthInletEBC(type='TURBULENCE_MIXING_LENGTH_DISSIPATION_RATE_INLET', mixing_length=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'mixing_length': 'mixingLength', 'type': 'type'}¶
- property mixing_length¶
Gets the mixing_length of this MixingLengthInletEBC. # noqa: E501
- Returns:
The mixing_length of this MixingLengthInletEBC. # noqa: E501
- Return type:
- openapi_types = {'mixing_length': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MixingLengthInletEBC. # noqa: E501
Schema name: MixingLengthInletEBC # noqa: E501
- Returns:
The type of this MixingLengthInletEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.modal_base_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.modal_base_control.ModalBaseControl(eigenfrequency_scope=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'eigenfrequency_scope': 'eigenfrequencyScope'}¶
- property eigenfrequency_scope¶
Gets the eigenfrequency_scope of this ModalBaseControl. # noqa: E501
- Returns:
The eigenfrequency_scope of this ModalBaseControl. # noqa: E501
- Return type:
OneOfModalBaseControlEigenfrequencyScope
- openapi_types = {'eigenfrequency_scope': 'OneOfModalBaseControlEigenfrequencyScope'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.modal_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.modal_solver.ModalSolver(solver=None, solver_model=None, eigen_solver=None, calculate_frequency=None, eigen_mode=None, enhanced_accuracy=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'calculate_frequency': 'calculateFrequency', 'eigen_mode': 'eigenMode', 'eigen_solver': 'eigenSolver', 'enhanced_accuracy': 'enhancedAccuracy', 'solver': 'solver', 'solver_model': 'solverModel'}¶
- property calculate_frequency¶
Gets the calculate_frequency of this ModalSolver. # noqa: E501
- Returns:
The calculate_frequency of this ModalSolver. # noqa: E501
- Return type:
- property eigen_mode¶
Gets the eigen_mode of this ModalSolver. # noqa: E501
- Returns:
The eigen_mode of this ModalSolver. # noqa: E501
- Return type:
- property eigen_solver¶
Gets the eigen_solver of this ModalSolver. # noqa: E501
- Returns:
The eigen_solver of this ModalSolver. # noqa: E501
- Return type:
OneOfModalSolverEigenSolver
- property enhanced_accuracy¶
Gets the enhanced_accuracy of this ModalSolver. # noqa: E501
Further increase the accuracy of the results by running two simulations. The results of the first one will be used as input for the second one to fine-tune the setup. # noqa: E501
- Returns:
The enhanced_accuracy of this ModalSolver. # noqa: E501
- Return type:
bool
- openapi_types = {'calculate_frequency': 'CalculateFrequency', 'eigen_mode': 'EigenModeVerification', 'eigen_solver': 'OneOfModalSolverEigenSolver', 'enhanced_accuracy': 'bool', 'solver': 'OneOfModalSolverSolver', 'solver_model': 'object'}¶
- property solver¶
Gets the solver of this ModalSolver. # noqa: E501
- Returns:
The solver of this ModalSolver. # noqa: E501
- Return type:
OneOfModalSolverSolver
- property solver_model¶
Gets the solver_model of this ModalSolver. # noqa: E501
- Returns:
The solver_model of this ModalSolver. # noqa: E501
- Return type:
object
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.model_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.model_settings.ModelSettings(parts=None, hide_selected_parts=False, show_volumes=None, scalar_field=None, scalar_settings=None, vector_settings=None, opacity=None, render_mode=None, solid_color=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'hide_selected_parts': 'hideSelectedParts', 'opacity': 'opacity', 'parts': 'parts', 'render_mode': 'renderMode', 'scalar_field': 'scalarField', 'scalar_settings': 'scalarSettings', 'show_volumes': 'showVolumes', 'solid_color': 'solidColor', 'vector_settings': 'vectorSettings'}¶
- property hide_selected_parts¶
Gets the hide_selected_parts of this ModelSettings. # noqa: E501
If set to true, the parts array indicates the hidden parts, while the rest of the model parts are visible (blacklist). On the other hand, if set to false, then the parts array indicate the visible parts while the rest of the model parts are hidden (whitelist). If the parts array is empty, then setting this value to true will hide all the model parts, while setting it to false will show all the model parts. # noqa: E501
- Returns:
The hide_selected_parts of this ModelSettings. # noqa: E501
- Return type:
bool
- property opacity¶
Gets the opacity of this ModelSettings. # noqa: E501
- Returns:
The opacity of this ModelSettings. # noqa: E501
- Return type:
float
- openapi_types = {'hide_selected_parts': 'bool', 'opacity': 'float', 'parts': 'list[Part]', 'render_mode': 'RenderMode', 'scalar_field': 'ScalarField', 'scalar_settings': 'list[ScalarSettings]', 'show_volumes': 'bool', 'solid_color': 'Color', 'vector_settings': 'list[VectorSettings]'}¶
- property parts¶
Gets the parts of this ModelSettings. # noqa: E501
The parts to show or hide in the report (see hideSelectedParts). # noqa: E501
- Returns:
The parts of this ModelSettings. # noqa: E501
- Return type:
list[Part]
- property render_mode¶
Gets the render_mode of this ModelSettings. # noqa: E501
- Returns:
The render_mode of this ModelSettings. # noqa: E501
- Return type:
- property scalar_field¶
Gets the scalar_field of this ModelSettings. # noqa: E501
- Returns:
The scalar_field of this ModelSettings. # noqa: E501
- Return type:
- property scalar_settings¶
Gets the scalar_settings of this ModelSettings. # noqa: E501
- Returns:
The scalar_settings of this ModelSettings. # noqa: E501
- Return type:
list[ScalarSettings]
- property show_volumes¶
Gets the show_volumes of this ModelSettings. # noqa: E501
If set to false, then volumes will be hidden unless they are mentioned explicitly, i.e. when a volume is included in the parts array, and hideSelectedParts is set to false. # noqa: E501
- Returns:
The show_volumes of this ModelSettings. # noqa: E501
- Return type:
bool
- property solid_color¶
Gets the solid_color of this ModelSettings. # noqa: E501
- Returns:
The solid_color of this ModelSettings. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property vector_settings¶
Gets the vector_settings of this ModelSettings. # noqa: E501
The settings for the different vectors of the model. # noqa: E501
- Returns:
The vector_settings of this ModelSettings. # noqa: E501
- Return type:
list[VectorSettings]
simscale_sdk.models.modeled_turbulence_intensity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.modeled_turbulence_intensity.ModeledTurbulenceIntensity(type='MODELED_TURBULENCE_INTENSITY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ModeledTurbulenceIntensity. # noqa: E501
Schema name: ModeledTurbulenceIntensity # noqa: E501
- Returns:
The type of this ModeledTurbulenceIntensity. # noqa: E501
- Return type:
str
simscale_sdk.models.moderate_contact_stiffness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.moderate_contact_stiffness.ModerateContactStiffness(type='MODERATE_CONTACT_STIFFNESS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ModerateContactStiffness. # noqa: E501
Schema name: ModerateContactStiffness # noqa: E501
- Returns:
The type of this ModerateContactStiffness. # noqa: E501
- Return type:
str
simscale_sdk.models.moderate_resolution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.moderate_resolution.ModerateResolution(type='MODERATE_RESOLUTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ModerateResolution. # noqa: E501
Output will be written every 4 time steps. Schema name: ModerateResolution # noqa: E501
- Returns:
The type of this ModerateResolution. # noqa: E501
- Return type:
str
simscale_sdk.models.moment_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.moment_field_selection.MomentFieldSelection(type='MOMENT', moment_type=None, reference_point=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'moment_type': 'momentType', 'reference_point': 'referencePoint', 'type': 'type'}¶
- property moment_type¶
Gets the moment_type of this MomentFieldSelection. # noqa: E501
- Returns:
The moment_type of this MomentFieldSelection. # noqa: E501
- Return type:
OneOfMomentFieldSelectionMomentType
- openapi_types = {'moment_type': 'OneOfMomentFieldSelectionMomentType', 'reference_point': 'DimensionalVectorLength', 'type': 'str'}¶
- property reference_point¶
Gets the reference_point of this MomentFieldSelection. # noqa: E501
- Returns:
The reference_point of this MomentFieldSelection. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MomentFieldSelection. # noqa: E501
Schema name: MomentFieldSelection # noqa: E501
- Returns:
The type of this MomentFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.mooney_rivlin_hyper_elastic_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mooney_rivlin_hyper_elastic_model.MooneyRivlinHyperElasticModel(type='MOONEY_RIVLIN', c10=None, c01=None, d1=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'c01': 'c01', 'c10': 'c10', 'd1': 'd1', 'type': 'type'}¶
- property c01¶
Gets the c01 of this MooneyRivlinHyperElasticModel. # noqa: E501
- Returns:
The c01 of this MooneyRivlinHyperElasticModel. # noqa: E501
- Return type:
- property c10¶
Gets the c10 of this MooneyRivlinHyperElasticModel. # noqa: E501
- Returns:
The c10 of this MooneyRivlinHyperElasticModel. # noqa: E501
- Return type:
- property d1¶
Gets the d1 of this MooneyRivlinHyperElasticModel. # noqa: E501
- Returns:
The d1 of this MooneyRivlinHyperElasticModel. # noqa: E501
- Return type:
- openapi_types = {'c01': 'DimensionalPressure', 'c10': 'DimensionalPressure', 'd1': 'DimensionalInvPressure', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MooneyRivlinHyperElasticModel. # noqa: E501
Schema name: MooneyRivlinHyperElasticModel # noqa: E501
- Returns:
The type of this MooneyRivlinHyperElasticModel. # noqa: E501
- Return type:
str
simscale_sdk.models.move_content_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.move_content_request.MoveContentRequest(entries=None, to=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'entries': 'entries', 'to': 'to'}¶
- property entries¶
Gets the entries of this MoveContentRequest. # noqa: E501
- Returns:
The entries of this MoveContentRequest. # noqa: E501
- Return type:
list[ResourceToMove]
- openapi_types = {'entries': 'list[ResourceToMove]', 'to': 'ResourceLocation'}¶
- property to¶
Gets the to of this MoveContentRequest. # noqa: E501
- Returns:
The to of this MoveContentRequest. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.moving_wall_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.moving_wall_vbc.MovingWallVBC(type='MOVING_WALL_VELOCITY', value=None, turbulence_wall=None, orientation_reference=None, wall_contact_model=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'orientation_reference': 'orientationReference', 'turbulence_wall': 'turbulenceWall', 'type': 'type', 'value': 'value', 'wall_contact_model': 'wallContactModel'}¶
- openapi_types = {'orientation_reference': 'str', 'turbulence_wall': 'str', 'type': 'str', 'value': 'DimensionalVectorSpeed', 'wall_contact_model': 'list[WallContactAngle]'}¶
- property orientation_reference¶
Gets the orientation_reference of this MovingWallVBC. # noqa: E501
- Returns:
The orientation_reference of this MovingWallVBC. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_wall¶
Gets the turbulence_wall of this MovingWallVBC. # noqa: E501
- Returns:
The turbulence_wall of this MovingWallVBC. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this MovingWallVBC. # noqa: E501
Schema name: MovingWallVBC # noqa: E501
- Returns:
The type of this MovingWallVBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this MovingWallVBC. # noqa: E501
- Returns:
The value of this MovingWallVBC. # noqa: E501
- Return type:
- property wall_contact_model¶
Gets the wall_contact_model of this MovingWallVBC. # noqa: E501
- Returns:
The wall_contact_model of this MovingWallVBC. # noqa: E501
- Return type:
list[WallContactAngle]
simscale_sdk.models.mrf_rotating_zone module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mrf_rotating_zone.MRFRotatingZone(type='MULTI_REFERENCE_FRAME', name=None, origin=None, axis=None, angular_velocity=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property angular_velocity¶
Gets the angular_velocity of this MRFRotatingZone. # noqa: E501
- Returns:
The angular_velocity of this MRFRotatingZone. # noqa: E501
- Return type:
- attribute_map = {'angular_velocity': 'angularVelocity', 'axis': 'axis', 'name': 'name', 'origin': 'origin', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property axis¶
Gets the axis of this MRFRotatingZone. # noqa: E501
- Returns:
The axis of this MRFRotatingZone. # noqa: E501
- Return type:
- property name¶
Gets the name of this MRFRotatingZone. # noqa: E501
- Returns:
The name of this MRFRotatingZone. # noqa: E501
- Return type:
str
- openapi_types = {'angular_velocity': 'DimensionalFunctionRotationSpeed', 'axis': 'DimensionalVectorLength', 'name': 'str', 'origin': 'DimensionalVectorLength', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property origin¶
Gets the origin of this MRFRotatingZone. # noqa: E501
- Returns:
The origin of this MRFRotatingZone. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this MRFRotatingZone. # noqa: E501
- Returns:
The topological_reference of this MRFRotatingZone. # noqa: E501
- Return type:
- property type¶
Gets the type of this MRFRotatingZone. # noqa: E501
Schema name: MRFRotatingZone # noqa: E501
- Returns:
The type of this MRFRotatingZone. # noqa: E501
- Return type:
str
simscale_sdk.models.mrt_solar_parameters module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mrt_solar_parameters.MrtSolarParameters(fraction_body_surface=None, projected_area_factor=None, short_wave_absorptivity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fraction_body_surface': 'fractionBodySurface', 'projected_area_factor': 'projectedAreaFactor', 'short_wave_absorptivity': 'shortWaveAbsorptivity'}¶
- property fraction_body_surface¶
Gets the fraction_body_surface of this MrtSolarParameters. # noqa: E501
- Returns:
The fraction_body_surface of this MrtSolarParameters. # noqa: E501
- Return type:
OneOfMrtSolarParametersFractionBodySurface
- openapi_types = {'fraction_body_surface': 'OneOfMrtSolarParametersFractionBodySurface', 'projected_area_factor': 'float', 'short_wave_absorptivity': 'float'}¶
- property projected_area_factor¶
Gets the projected_area_factor of this MrtSolarParameters. # noqa: E501
The projected area of a standard person exposed to direct beam sunlight in the range [0, 1]. This projection depends on the time of day and year usually in the range [0, 0.7]. This parameter is not a necessary input if the solar load is computed from time and place since it can be computed. # noqa: E501
- Returns:
The projected_area_factor of this MrtSolarParameters. # noqa: E501
- Return type:
float
- property short_wave_absorptivity¶
Gets the short_wave_absorptivity of this MrtSolarParameters. # noqa: E501
The radiation wavelength of a source depends on its temperature. Since the sun is much hotter than surfaces in a typical room, the amount of sun heat absorbed by a person is different than the amount it is able to emit back to its surroundings. Typical values are: <br><li><b> 0.2 </b>: White clothing. <br><li><b> 0.57 </b>: Khaki clothing <br><li><b> 0.57 </b>: White skin <br><li><b> 0.65 </b>: Brown skin <br><li><b> 0.84 </b>: Black skin. <br><li><b> 0.88 </b>: Black clothing. # noqa: E501
- Returns:
The short_wave_absorptivity of this MrtSolarParameters. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.mules_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mules_solver.MULESSolver(type='MULES_V7', alpha_correctors=None, alpha_sub_cycles=None, compression_coefficient=None, isotropic_compression_coefficient=None, semi_implicit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property alpha_correctors¶
Gets the alpha_correctors of this MULESSolver. # noqa: E501
- Returns:
The alpha_correctors of this MULESSolver. # noqa: E501
- Return type:
int
- property alpha_sub_cycles¶
Gets the alpha_sub_cycles of this MULESSolver. # noqa: E501
- Returns:
The alpha_sub_cycles of this MULESSolver. # noqa: E501
- Return type:
int
- attribute_map = {'alpha_correctors': 'alphaCorrectors', 'alpha_sub_cycles': 'alphaSubCycles', 'compression_coefficient': 'compressionCoefficient', 'isotropic_compression_coefficient': 'isotropicCompressionCoefficient', 'semi_implicit': 'semiImplicit', 'type': 'type'}¶
- property compression_coefficient¶
Gets the compression_coefficient of this MULESSolver. # noqa: E501
- Returns:
The compression_coefficient of this MULESSolver. # noqa: E501
- Return type:
float
- property isotropic_compression_coefficient¶
Gets the isotropic_compression_coefficient of this MULESSolver. # noqa: E501
- Returns:
The isotropic_compression_coefficient of this MULESSolver. # noqa: E501
- Return type:
float
- openapi_types = {'alpha_correctors': 'int', 'alpha_sub_cycles': 'int', 'compression_coefficient': 'float', 'isotropic_compression_coefficient': 'float', 'semi_implicit': 'OneOfMULESSolverSemiImplicit', 'type': 'str'}¶
- property semi_implicit¶
Gets the semi_implicit of this MULESSolver. # noqa: E501
- Returns:
The semi_implicit of this MULESSolver. # noqa: E501
- Return type:
OneOfMULESSolverSemiImplicit
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MULESSolver. # noqa: E501
Schema name: MULESSolver # noqa: E501
- Returns:
The type of this MULESSolver. # noqa: E501
- Return type:
str
simscale_sdk.models.multifrontal_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.multifrontal_solver.MultifrontalSolver(type='MULTIFRONT', renumbering_method=None, force_symmetric=None, precision_singularity_detection=None, stop_if_singular=None, eliminate_lagrange_multipliers=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'eliminate_lagrange_multipliers': 'eliminateLagrangeMultipliers', 'force_symmetric': 'forceSymmetric', 'precision_singularity_detection': 'precisionSingularityDetection', 'renumbering_method': 'renumberingMethod', 'stop_if_singular': 'stopIfSingular', 'type': 'type'}¶
- property eliminate_lagrange_multipliers¶
Gets the eliminate_lagrange_multipliers of this MultifrontalSolver. # noqa: E501
This option makes it possible to eliminate the Lagrange Multipliers which are introduced by generalized boundary conditions like bonded contact, remote boundary conditions and symmetry conditions. If activated, this option removes the Lagrange Multipliers which leads to a reduction of the total number of unknowns and can increase the robustness of iterative solvers. # noqa: E501
- Returns:
The eliminate_lagrange_multipliers of this MultifrontalSolver. # noqa: E501
- Return type:
bool
- property force_symmetric¶
Gets the force_symmetric of this MultifrontalSolver. # noqa: E501
Choose if you want to enforce a symmetric matrix. # noqa: E501
- Returns:
The force_symmetric of this MultifrontalSolver. # noqa: E501
- Return type:
bool
- openapi_types = {'eliminate_lagrange_multipliers': 'bool', 'force_symmetric': 'bool', 'precision_singularity_detection': 'int', 'renumbering_method': 'str', 'stop_if_singular': 'bool', 'type': 'str'}¶
- property precision_singularity_detection¶
Gets the precision_singularity_detection of this MultifrontalSolver. # noqa: E501
Define the precision value for the detection of a singular matrix. Setting it to -1 disables the singularity check. Positive values enable the check, with 9 being a good starting point. Smaller values make the check more strict. This is an advanced option that should only be used to debug a model. # noqa: E501
- Returns:
The precision_singularity_detection of this MultifrontalSolver. # noqa: E501
- Return type:
int
- property renumbering_method¶
Gets the renumbering_method of this MultifrontalSolver. # noqa: E501
Choose a renumbering method for the solution process.<br/>For large models around and above 50000 degrees of freedom you should consider using MDA. # noqa: E501
- Returns:
The renumbering_method of this MultifrontalSolver. # noqa: E501
- Return type:
str
- property stop_if_singular¶
Gets the stop_if_singular of this MultifrontalSolver. # noqa: E501
Choose if the calculation should be stopped if the problem turns out to be singular. This is only relevant if the precision for detecting a singular matrix is set to a positive value. # noqa: E501
- Returns:
The stop_if_singular of this MultifrontalSolver. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MultifrontalSolver. # noqa: E501
Schema name: MultifrontalSolver # noqa: E501
- Returns:
The type of this MultifrontalSolver. # noqa: E501
- Return type:
str
simscale_sdk.models.multilinear_elasto_plastic_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.multilinear_elasto_plastic_model.MultilinearElastoPlasticModel(type='MULTILINEAR', plastic_hardening=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'plastic_hardening': 'plasticHardening', 'type': 'type'}¶
- openapi_types = {'plastic_hardening': 'IsotropicPlasticHardening', 'type': 'str'}¶
- property plastic_hardening¶
Gets the plastic_hardening of this MultilinearElastoPlasticModel. # noqa: E501
- Returns:
The plastic_hardening of this MultilinearElastoPlasticModel. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MultilinearElastoPlasticModel. # noqa: E501
Schema name: MultilinearElastoPlasticModel # noqa: E501
- Returns:
The type of this MultilinearElastoPlasticModel. # noqa: E501
- Return type:
str
simscale_sdk.models.multiphase module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.multiphase.Multiphase(type='MULTIPHASE', use_local_time_stepping=None, turbulence_model=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, advanced_concepts=None, numerics=None, simulation_control=None, result_control=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_concepts¶
Gets the advanced_concepts of this Multiphase. # noqa: E501
- Returns:
The advanced_concepts of this Multiphase. # noqa: E501
- Return type:
- attribute_map = {'advanced_concepts': 'advancedConcepts', 'boundary_conditions': 'boundaryConditions', 'initial_conditions': 'initialConditions', 'materials': 'materials', 'model': 'model', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'turbulence_model': 'turbulenceModel', 'type': 'type', 'use_local_time_stepping': 'useLocalTimeStepping'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this Multiphase. # noqa: E501
- Returns:
The boundary_conditions of this Multiphase. # noqa: E501
- Return type:
list[OneOfMultiphaseBoundaryConditions]
- property initial_conditions¶
Gets the initial_conditions of this Multiphase. # noqa: E501
- Returns:
The initial_conditions of this Multiphase. # noqa: E501
- Return type:
- property materials¶
Gets the materials of this Multiphase. # noqa: E501
- Returns:
The materials of this Multiphase. # noqa: E501
- Return type:
- property model¶
Gets the model of this Multiphase. # noqa: E501
- Returns:
The model of this Multiphase. # noqa: E501
- Return type:
- property numerics¶
Gets the numerics of this Multiphase. # noqa: E501
- Returns:
The numerics of this Multiphase. # noqa: E501
- Return type:
- openapi_types = {'advanced_concepts': 'AdvancedConcepts', 'boundary_conditions': 'list[OneOfMultiphaseBoundaryConditions]', 'initial_conditions': 'FluidInitialConditions', 'materials': 'IncompressibleFluidMaterials', 'model': 'FluidModel', 'numerics': 'FluidNumerics', 'result_control': 'FluidResultControls', 'simulation_control': 'FluidSimulationControl', 'turbulence_model': 'str', 'type': 'str', 'use_local_time_stepping': 'bool'}¶
- property result_control¶
Gets the result_control of this Multiphase. # noqa: E501
- Returns:
The result_control of this Multiphase. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this Multiphase. # noqa: E501
- Returns:
The simulation_control of this Multiphase. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_model¶
Gets the turbulence_model of this Multiphase. # noqa: E501
Choose a turbulence model for your CFD analysis:<ul><li><strong>No turbulence</strong>: Laminar</li><li><strong>RANS</strong>: <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#standard-k-epsilon-model’ target=’_blank’>k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/#realizable-k-epsilon-model’ target=’_blank’>Realizable k-epsilon</a>, <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-omega-sst/’ target=’_blank’>k-omega and k-omega SST</a></li><li><strong>LES</strong>: Smagorinsky, Spalart-Allmaras</li></ul><p><p><a href=’https://www.simscale.com/blog/2017/12/turbulence-cfd-analysis/’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The turbulence_model of this Multiphase. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this Multiphase. # noqa: E501
Schema name: Multiphase # noqa: E501
- Returns:
The type of this Multiphase. # noqa: E501
- Return type:
str
- property use_local_time_stepping¶
Gets the use_local_time_stepping of this Multiphase. # noqa: E501
With the <i>Local time stepping</i> option enabled, it’s possible to accelerate the simulation towards a steady-state. As a result, faster computing times and smaller result data size. Commonly used in ship hull resistance analysis. # noqa: E501
- Returns:
The use_local_time_stepping of this Multiphase. # noqa: E501
- Return type:
bool
simscale_sdk.models.multiplied_slave_nodes_iteration_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.multiplied_slave_nodes_iteration_control.MultipliedSlaveNodesIterationControl(type='MULTIPLIED_SLAVE_NODE', multiple_value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'multiple_value': 'multipleValue', 'type': 'type'}¶
- property multiple_value¶
Gets the multiple_value of this MultipliedSlaveNodesIterationControl. # noqa: E501
- Returns:
The multiple_value of this MultipliedSlaveNodesIterationControl. # noqa: E501
- Return type:
int
- openapi_types = {'multiple_value': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MultipliedSlaveNodesIterationControl. # noqa: E501
Schema name: MultipliedSlaveNodesIterationControl # noqa: E501
- Returns:
The type of this MultipliedSlaveNodesIterationControl. # noqa: E501
- Return type:
str
simscale_sdk.models.mumps_direct_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mumps_direct_solver.MumpsDirectSolver(type='MUMPS_DIRECT', auto_constrain=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'auto_constrain': 'autoConstrain', 'type': 'type'}¶
- property auto_constrain¶
Gets the auto_constrain of this MumpsDirectSolver. # noqa: E501
- Returns:
The auto_constrain of this MumpsDirectSolver. # noqa: E501
- Return type:
bool
- openapi_types = {'auto_constrain': 'bool', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MumpsDirectSolver. # noqa: E501
Schema name: MumpsDirectSolver # noqa: E501
- Returns:
The type of this MumpsDirectSolver. # noqa: E501
- Return type:
str
simscale_sdk.models.mumps_preconditoner module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mumps_preconditoner.MUMPSPreconditoner(type='MUMPS_LDLT', actualisation_rate=None, memory_percentage_for_pivoting=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property actualisation_rate¶
Gets the actualisation_rate of this MUMPSPreconditoner. # noqa: E501
Set the reactualisation intervall for the preconditioner matrix P. If this value is set to 30 the preconditioner is recomputed just every 30th iteration. This preconditioner is computionally more expensive than the incomplete LDLT factorization but nearer to the exact solution. This setting makes it possible to save computation time by taking advantage of this fact. # noqa: E501
- Returns:
The actualisation_rate of this MUMPSPreconditoner. # noqa: E501
- Return type:
int
- attribute_map = {'actualisation_rate': 'actualisationRate', 'memory_percentage_for_pivoting': 'memoryPercentageForPivoting', 'type': 'type'}¶
- property memory_percentage_for_pivoting¶
Gets the memory_percentage_for_pivoting of this MUMPSPreconditoner. # noqa: E501
Define how much additional memory should be reserved for the pivoting operations. If MUMPS estimates that the necessary space for factorising the matrix would be 100, choosing a value of 20 would mean that MUMPS allocates a memory space of 120. # noqa: E501
- Returns:
The memory_percentage_for_pivoting of this MUMPSPreconditoner. # noqa: E501
- Return type:
float
- openapi_types = {'actualisation_rate': 'int', 'memory_percentage_for_pivoting': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MUMPSPreconditoner. # noqa: E501
Schema name: MUMPSPreconditoner # noqa: E501
- Returns:
The type of this MUMPSPreconditoner. # noqa: E501
- Return type:
str
simscale_sdk.models.mumps_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.mumps_solver.MUMPSSolver(type='MUMPS', force_symmetric=None, precision_singularity_detection=None, stop_if_singular=None, matrix_type=None, memory_percentage_for_pivoting=None, linear_system_relative_residual=None, matrix_filtering_threshold=None, single_precision=None, preprocessing=None, renumbering_method=None, postprocessing=None, mumps_acceleration=None, distributed_matrix_storage=None, memory_management=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'distributed_matrix_storage': 'distributedMatrixStorage', 'force_symmetric': 'forceSymmetric', 'linear_system_relative_residual': 'linearSystemRelativeResidual', 'matrix_filtering_threshold': 'matrixFilteringThreshold', 'matrix_type': 'matrixType', 'memory_management': 'memoryManagement', 'memory_percentage_for_pivoting': 'memoryPercentageForPivoting', 'mumps_acceleration': 'mumpsAcceleration', 'postprocessing': 'postprocessing', 'precision_singularity_detection': 'precisionSingularityDetection', 'preprocessing': 'preprocessing', 'renumbering_method': 'renumberingMethod', 'single_precision': 'singlePrecision', 'stop_if_singular': 'stopIfSingular', 'type': 'type'}¶
- property distributed_matrix_storage¶
Gets the distributed_matrix_storage of this MUMPSSolver. # noqa: E501
Choose this parameter as <b>true</b> to ensure that the system matrix saving is distributed among the processors of the computation. If multiple cores are used only the relevant part for each core is saved. If it is set to false the whole matrix is saved for each processor. Enabling this can significantly reductions in memory consumption, but introduces numerical instability in rare occasions. # noqa: E501
- Returns:
The distributed_matrix_storage of this MUMPSSolver. # noqa: E501
- Return type:
bool
- property force_symmetric¶
Gets the force_symmetric of this MUMPSSolver. # noqa: E501
Choose if you want to enforce a symmetric matrix. # noqa: E501
- Returns:
The force_symmetric of this MUMPSSolver. # noqa: E501
- Return type:
bool
- property linear_system_relative_residual¶
Gets the linear_system_relative_residual of this MUMPSSolver. # noqa: E501
Set the maximum allowable numerical error in solving the linear equation system. Use -1 if you do not wish to carry out a check on the solution error (not recommended). # noqa: E501
- Returns:
The linear_system_relative_residual of this MUMPSSolver. # noqa: E501
- Return type:
float
- property matrix_filtering_threshold¶
Gets the matrix_filtering_threshold of this MUMPSSolver. # noqa: E501
This parameter allows a filtration of the matrix entries that are saved and possibly passed to the nonlinear algorithm (Newton) and is similar to a relaxation mechanism. If the given threshold value is strictly positive, MUMPS only saves the matrix entries that satisfy the following condition: |K<sub>ij</sub>| value*(|K<sub>ii</sub>|+|K<sub>jj</sub>|). Thus using this functionality might save computation time as well as memory consumption, but the effects strongly depend on the given value and is only advised for the experienced user. # noqa: E501
- Returns:
The matrix_filtering_threshold of this MUMPSSolver. # noqa: E501
- Return type:
float
- property matrix_type¶
Gets the matrix_type of this MUMPSSolver. # noqa: E501
<p>Choose the type of your system matrix by directly selecting the appropriate type or using the <b>automatic detection</b>. With the selection <b>automatic detection</b> the matrix type <b>symmetric positive indefinite</b> is selected if a symmetric system matrix is detected, and <b>asymmetric</b> otherwise. # noqa: E501
- Returns:
The matrix_type of this MUMPSSolver. # noqa: E501
- Return type:
str
- property memory_management¶
Gets the memory_management of this MUMPSSolver. # noqa: E501
Choose the memory managment priority of the MUMPS solver. If <b>in-core</b> is used the memory managment is optimized with respect to the calculation time by saving all objects in the RAM. If <b>out-of-core</b> is chosen, the memory managment is optimized for a minimal RAM usage. If <b>automatic</b> is selected, MUMPS choses automatically a reasonable memory managment mode. The option <b>memory demand evaluation</b> is helpful to estimate the RAM consumption. This estimate is written to the solver log file. In this case the solution process aborts after the memory usage is estimated, allowing the user to start a new run with the best settings. # noqa: E501
- Returns:
The memory_management of this MUMPSSolver. # noqa: E501
- Return type:
str
- property memory_percentage_for_pivoting¶
Gets the memory_percentage_for_pivoting of this MUMPSSolver. # noqa: E501
Define how much additional memory should be reserved for the pivoting operations. If MUMPS estimates that the necessary space for factorising the matrix would be 100, choosing a value of 20 would mean that MUMPS allocates a memory space of 120. # noqa: E501
- Returns:
The memory_percentage_for_pivoting of this MUMPSSolver. # noqa: E501
- Return type:
float
- property mumps_acceleration¶
Gets the mumps_acceleration of this MUMPSSolver. # noqa: E501
- Returns:
The mumps_acceleration of this MUMPSSolver. # noqa: E501
- Return type:
OneOfMUMPSSolverMumpsAcceleration
- openapi_types = {'distributed_matrix_storage': 'bool', 'force_symmetric': 'bool', 'linear_system_relative_residual': 'float', 'matrix_filtering_threshold': 'float', 'matrix_type': 'str', 'memory_management': 'str', 'memory_percentage_for_pivoting': 'float', 'mumps_acceleration': 'OneOfMUMPSSolverMumpsAcceleration', 'postprocessing': 'str', 'precision_singularity_detection': 'int', 'preprocessing': 'bool', 'renumbering_method': 'str', 'single_precision': 'bool', 'stop_if_singular': 'bool', 'type': 'str'}¶
- property postprocessing¶
Gets the postprocessing of this MUMPSSolver. # noqa: E501
With this option the user can control the iterative refinement of the linear system solution. This option only has an effect if the value of the <b> linear system relative residual</b> given by the user is greater than zero, otherwise it is ignored. If it is <b>activate</b> MUMPS carries out at least one additional iteration of the linear system resolution and at most 10 iterations. The process is stopped if the residual isn’t reduced by at least a factor of 5. If this option is set to be <b>inactive</b> no additional iteration is done and if <b>automatic</b> is chosen MUMPS automatically decides if additional iterations should be done and the maximum number of iterations is set to 4. # noqa: E501
- Returns:
The postprocessing of this MUMPSSolver. # noqa: E501
- Return type:
str
- property precision_singularity_detection¶
Gets the precision_singularity_detection of this MUMPSSolver. # noqa: E501
Define the precision value for the detection of a singular matrix. Setting it to -1 disables the singularity check. Positive values enable the check, with 9 being a good starting point. Smaller values make the check more strict. This is an advanced option that should only be used to debug a model. # noqa: E501
- Returns:
The precision_singularity_detection of this MUMPSSolver. # noqa: E501
- Return type:
int
- property preprocessing¶
Gets the preprocessing of this MUMPSSolver. # noqa: E501
If this option is activated MUMPS performs a pre-processing on order to identify the best parameter setting for some internal parameters adapted to the current problem. # noqa: E501
- Returns:
The preprocessing of this MUMPSSolver. # noqa: E501
- Return type:
bool
- property renumbering_method¶
Gets the renumbering_method of this MUMPSSolver. # noqa: E501
Choose the renumbering method for the system matrix entries. The choice of the renumbering method has a big impact on the memory consumption and the solution time. Currently supported are:<ul><li><p><b>SCOTCH</b> is a powerful renumbering tool, suited for most scenarios and the standard choice for MUMPS.</p></ul><ul><li><p><b>PORD</b> is a renumbering tool that comes with MUMPS.</p></ul><ul><li><p><b>AMD</b> uses the <i>Approximate Minimum Degree</i> method.</p></ul><ul><li><p><b>AMF</b> uses the <i>Approximate Minimum Fill</i> method.</p></ul><ul><li><p><b>QAMD</b> is a variant of AMD with automatic detection of quasi-dense matrix lines.</p></ul>If <b>automatic</b> is selected the user let MUMPS choose the renumbering tool. The methods AMD, AMF and QAMD are generally inferior to the more sophisticated methods SCOTCH and PORD but may be a better choice in some cases. # noqa: E501
- Returns:
The renumbering_method of this MUMPSSolver. # noqa: E501
- Return type:
str
- property single_precision¶
Gets the single_precision of this MUMPSSolver. # noqa: E501
If this option is activated the matrix factorisation is done with single precision and thus a reduction in memory consumption (often about 50%) and computation time is gained if the problem is well conditioned. If the problem is ill-conditioned one risks that in a nonlinear computation the newton algorithm fails to converge. # noqa: E501
- Returns:
The single_precision of this MUMPSSolver. # noqa: E501
- Return type:
bool
- property stop_if_singular¶
Gets the stop_if_singular of this MUMPSSolver. # noqa: E501
Choose if the calculation should be stopped if the problem turns out to be singular. This is only relevant if the precision for detecting a singular matrix is set to a positive value. # noqa: E501
- Returns:
The stop_if_singular of this MUMPSSolver. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this MUMPSSolver. # noqa: E501
Schema name: MUMPSSolver # noqa: E501
- Returns:
The type of this MUMPSSolver. # noqa: E501
- Return type:
str
simscale_sdk.models.natural_convection_inlet_outlet_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.natural_convection_inlet_outlet_bc.NaturalConvectionInletOutletBC(type='NATURAL_CONVECTION_INLET_OUTLET', name=None, pressure_rgh=None, gauge_pressure_rgh=None, turbulence=None, temperature=None, passive_scalars=None, net_radiative_heat_flux=None, radiative_intensity_ray=None, relative_humidity=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gauge_pressure_rgh': 'gaugePressureRgh', 'name': 'name', 'net_radiative_heat_flux': 'netRadiativeHeatFlux', 'passive_scalars': 'passiveScalars', 'pressure_rgh': 'pressureRgh', 'radiative_intensity_ray': 'radiativeIntensityRay', 'relative_humidity': 'relativeHumidity', 'temperature': 'temperature', 'topological_reference': 'topologicalReference', 'turbulence': 'turbulence', 'type': 'type'}¶
- property gauge_pressure_rgh¶
Gets the gauge_pressure_rgh of this NaturalConvectionInletOutletBC. # noqa: E501
- Returns:
The gauge_pressure_rgh of this NaturalConvectionInletOutletBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this NaturalConvectionInletOutletBC. # noqa: E501
- Returns:
The name of this NaturalConvectionInletOutletBC. # noqa: E501
- Return type:
str
- property net_radiative_heat_flux¶
Gets the net_radiative_heat_flux of this NaturalConvectionInletOutletBC. # noqa: E501
- Returns:
The net_radiative_heat_flux of this NaturalConvectionInletOutletBC. # noqa: E501
- Return type:
OneOfNaturalConvectionInletOutletBCNetRadiativeHeatFlux
- openapi_types = {'gauge_pressure_rgh': 'AmbientPBC', 'name': 'str', 'net_radiative_heat_flux': 'OneOfNaturalConvectionInletOutletBCNetRadiativeHeatFlux', 'passive_scalars': 'list[InletOutletPSBC]', 'pressure_rgh': 'AmbientPBC', 'radiative_intensity_ray': 'OpenBoundaryRayBC', 'relative_humidity': 'InletOutletRHBC', 'temperature': 'AmbientTBC', 'topological_reference': 'TopologicalReference', 'turbulence': 'OneOfNaturalConvectionInletOutletBCTurbulence', 'type': 'str'}¶
- property passive_scalars¶
Gets the passive_scalars of this NaturalConvectionInletOutletBC. # noqa: E501
Please choose a boundary condition for passive scalar (T). # noqa: E501
- Returns:
The passive_scalars of this NaturalConvectionInletOutletBC. # noqa: E501
- Return type:
list[InletOutletPSBC]
- property pressure_rgh¶
Gets the pressure_rgh of this NaturalConvectionInletOutletBC. # noqa: E501
- Returns:
The pressure_rgh of this NaturalConvectionInletOutletBC. # noqa: E501
- Return type:
- property radiative_intensity_ray¶
Gets the radiative_intensity_ray of this NaturalConvectionInletOutletBC. # noqa: E501
- Returns:
The radiative_intensity_ray of this NaturalConvectionInletOutletBC. # noqa: E501
- Return type:
- property relative_humidity¶
Gets the relative_humidity of this NaturalConvectionInletOutletBC. # noqa: E501
- Returns:
The relative_humidity of this NaturalConvectionInletOutletBC. # noqa: E501
- Return type:
- property temperature¶
Gets the temperature of this NaturalConvectionInletOutletBC. # noqa: E501
- Returns:
The temperature of this NaturalConvectionInletOutletBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this NaturalConvectionInletOutletBC. # noqa: E501
- Returns:
The topological_reference of this NaturalConvectionInletOutletBC. # noqa: E501
- Return type:
- property turbulence¶
Gets the turbulence of this NaturalConvectionInletOutletBC. # noqa: E501
- Returns:
The turbulence of this NaturalConvectionInletOutletBC. # noqa: E501
- Return type:
OneOfNaturalConvectionInletOutletBCTurbulence
- property type¶
Gets the type of this NaturalConvectionInletOutletBC. # noqa: E501
<p>This boundary condition is suitable for an <b>open boundary</b> where the air can enter or exit freely from or to the <b>atmosphere<b>. <a href=’https://www.simscale.com/docs/simulation-setup/boundary-conditions/natural-convection-inlet-outlet/’ target=’_blank’>Learn more</a>.</P> Schema name: NaturalConvectionInletOutletBC # noqa: E501
- Returns:
The type of this NaturalConvectionInletOutletBC. # noqa: E501
- Return type:
str
simscale_sdk.models.neo_hooke_hyper_elastic_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.neo_hooke_hyper_elastic_model.NeoHookeHyperElasticModel(type='NEO_HOOKE', c10=None, d1=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'c10': 'c10', 'd1': 'd1', 'type': 'type'}¶
- property c10¶
Gets the c10 of this NeoHookeHyperElasticModel. # noqa: E501
- Returns:
The c10 of this NeoHookeHyperElasticModel. # noqa: E501
- Return type:
- property d1¶
Gets the d1 of this NeoHookeHyperElasticModel. # noqa: E501
- Returns:
The d1 of this NeoHookeHyperElasticModel. # noqa: E501
- Return type:
- openapi_types = {'c10': 'DimensionalPressure', 'd1': 'DimensionalInvPressure', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NeoHookeHyperElasticModel. # noqa: E501
Schema name: NeoHookeHyperElasticModel # noqa: E501
- Returns:
The type of this NeoHookeHyperElasticModel. # noqa: E501
- Return type:
str
simscale_sdk.models.new_region_refinement_pacefish_v38 module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.new_region_refinement_pacefish_v38.NewRegionRefinementPacefishV38(type='REGION_PACEFISH_V38', name=None, mesh_sizing=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'mesh_sizing': 'meshSizing', 'name': 'name', 'type': 'type'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this NewRegionRefinementPacefishV38. # noqa: E501
- Returns:
The geometry_primitive_uuids of this NewRegionRefinementPacefishV38. # noqa: E501
- Return type:
list[str]
- property mesh_sizing¶
Gets the mesh_sizing of this NewRegionRefinementPacefishV38. # noqa: E501
- Returns:
The mesh_sizing of this NewRegionRefinementPacefishV38. # noqa: E501
- Return type:
OneOfNewRegionRefinementPacefishV38MeshSizing
- property name¶
Gets the name of this NewRegionRefinementPacefishV38. # noqa: E501
- Returns:
The name of this NewRegionRefinementPacefishV38. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'mesh_sizing': 'OneOfNewRegionRefinementPacefishV38MeshSizing', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NewRegionRefinementPacefishV38. # noqa: E501
Schema name: NewRegionRefinementPacefishV38 # noqa: E501
- Returns:
The type of this NewRegionRefinementPacefishV38. # noqa: E501
- Return type:
str
simscale_sdk.models.new_surface_refinement_pacefish_v38 module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.new_surface_refinement_pacefish_v38.NewSurfaceRefinementPacefishV38(type='SURFACE_PACEFISH_V38', name=None, mesh_sizing=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'mesh_sizing': 'meshSizing', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property mesh_sizing¶
Gets the mesh_sizing of this NewSurfaceRefinementPacefishV38. # noqa: E501
- Returns:
The mesh_sizing of this NewSurfaceRefinementPacefishV38. # noqa: E501
- Return type:
OneOfNewSurfaceRefinementPacefishV38MeshSizing
- property name¶
Gets the name of this NewSurfaceRefinementPacefishV38. # noqa: E501
- Returns:
The name of this NewSurfaceRefinementPacefishV38. # noqa: E501
- Return type:
str
- openapi_types = {'mesh_sizing': 'OneOfNewSurfaceRefinementPacefishV38MeshSizing', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this NewSurfaceRefinementPacefishV38. # noqa: E501
- Returns:
The topological_reference of this NewSurfaceRefinementPacefishV38. # noqa: E501
- Return type:
- property type¶
Gets the type of this NewSurfaceRefinementPacefishV38. # noqa: E501
Schema name: NewSurfaceRefinementPacefishV38 # noqa: E501
- Returns:
The type of this NewSurfaceRefinementPacefishV38. # noqa: E501
- Return type:
str
simscale_sdk.models.newmark_time_integration_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.newmark_time_integration_scheme.NewmarkTimeIntegrationScheme(type='NEWMARK', beta=None, gamma=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'beta': 'beta', 'gamma': 'gamma', 'type': 'type'}¶
- property beta¶
Gets the beta of this NewmarkTimeIntegrationScheme. # noqa: E501
<p>The choice of the values for the parameters <b>α</b> and <b>β</b> influences the stability, accuracy and numerical damping of the <i>Newmark Sheme</i>.</v> # noqa: E501
- Returns:
The beta of this NewmarkTimeIntegrationScheme. # noqa: E501
- Return type:
float
- property gamma¶
Gets the gamma of this NewmarkTimeIntegrationScheme. # noqa: E501
<p>The choice of the values for the parameters <b>α</b> and <b>β</b> influences the stability, accuracy and numerical damping of the <i>Newmark Sheme</i>.</v> # noqa: E501
- Returns:
The gamma of this NewmarkTimeIntegrationScheme. # noqa: E501
- Return type:
float
- openapi_types = {'beta': 'float', 'gamma': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NewmarkTimeIntegrationScheme. # noqa: E501
Schema name: NewmarkTimeIntegrationScheme # noqa: E501
- Returns:
The type of this NewmarkTimeIntegrationScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.newton_contact_non_linearity_resolution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.newton_contact_non_linearity_resolution.NewtonContactNonLinearityResolution(type='NEWTON', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NewtonContactNonLinearityResolution. # noqa: E501
Schema name: NewtonContactNonLinearityResolution # noqa: E501
- Returns:
The type of this NewtonContactNonLinearityResolution. # noqa: E501
- Return type:
str
simscale_sdk.models.newton_friction_non_linearity_resolution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.newton_friction_non_linearity_resolution.NewtonFrictionNonLinearityResolution(type='NEWTON_V29', iteration_criterion=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'iteration_criterion': 'iterationCriterion', 'type': 'type'}¶
- property iteration_criterion¶
Gets the iteration_criterion of this NewtonFrictionNonLinearityResolution. # noqa: E501
- Returns:
The iteration_criterion of this NewtonFrictionNonLinearityResolution. # noqa: E501
- Return type:
float
- openapi_types = {'iteration_criterion': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NewtonFrictionNonLinearityResolution. # noqa: E501
Schema name: NewtonFrictionNonLinearityResolution # noqa: E501
- Returns:
The type of this NewtonFrictionNonLinearityResolution. # noqa: E501
- Return type:
str
simscale_sdk.models.newton_iteration_timestep_calculation_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.newton_iteration_timestep_calculation_type.NewtonIterationTimestepCalculationType(type='NEWTON_ITERATION', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NewtonIterationTimestepCalculationType. # noqa: E501
<p>Select how the time increments should be computed in case of an adaptation event. Currently four types are available (which may not all be available for every event):</p><ul><li><p><b>Manual</b>: Here the user defines fixed time step subdivision and augmentation settings.</p></ul><ul><li><p><b>Newton Iterations Target</b>: With this setting the user defines a target value for the Newton Iterations and the time increments are calculated automatically to having this value as objective.</p></ul><ul><li><p><b>Field Change Target</b>: With this setting the user defines a target value for change of a specific field component within a time increment and the time increments are calculated automatically to having this value as objective.</p></ul><ul><li><p><b>Mixed</b>: The mixed type uses a fixed subdivision and an automatic adaptation of the time step with a target value for the change of the selected field component.</p></ul> Schema name: NewtonIterationTimestepCalculationType # noqa: E501
- Returns:
The type of this NewtonIterationTimestepCalculationType. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this NewtonIterationTimestepCalculationType. # noqa: E501
<p>Define the target value for the number of Newton Iterations within a time step.</p> # noqa: E501
- Returns:
The value of this NewtonIterationTimestepCalculationType. # noqa: E501
- Return type:
int
simscale_sdk.models.newton_krylov_resolution_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.newton_krylov_resolution_type.NewtonKrylovResolutionType(type='NEWTON_KRYLOV', convergence_criteria=None, prediction_matrix=None, jacobian_matrix=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'convergence_criteria': 'convergenceCriteria', 'jacobian_matrix': 'jacobianMatrix', 'prediction_matrix': 'predictionMatrix', 'type': 'type'}¶
- property convergence_criteria¶
Gets the convergence_criteria of this NewtonKrylovResolutionType. # noqa: E501
- Returns:
The convergence_criteria of this NewtonKrylovResolutionType. # noqa: E501
- Return type:
OneOfNewtonKrylovResolutionTypeConvergenceCriteria
- property jacobian_matrix¶
Gets the jacobian_matrix of this NewtonKrylovResolutionType. # noqa: E501
- Returns:
The jacobian_matrix of this NewtonKrylovResolutionType. # noqa: E501
- Return type:
OneOfNewtonKrylovResolutionTypeJacobianMatrix
- openapi_types = {'convergence_criteria': 'OneOfNewtonKrylovResolutionTypeConvergenceCriteria', 'jacobian_matrix': 'OneOfNewtonKrylovResolutionTypeJacobianMatrix', 'prediction_matrix': 'str', 'type': 'str'}¶
- property prediction_matrix¶
Gets the prediction_matrix of this NewtonKrylovResolutionType. # noqa: E501
<p>Select which stiffnes matrix should be used in the prediction phase of the Newton method. A good choice leads to a good starting point for the first Newton iteration and thus a faster convergence.</p> # noqa: E501
- Returns:
The prediction_matrix of this NewtonKrylovResolutionType. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NewtonKrylovResolutionType. # noqa: E501
<p>Choose how the nonlinearities are solved. Currently for direct solvers only the Newton-Raphson method is available via the selection <b>Newton</b>. For iterative solvers also an inexact version of the Newton-Raphson method is available via the selection <b>Newton-Krylov</b>.</p> Schema name: NewtonKrylovResolutionType # noqa: E501
- Returns:
The type of this NewtonKrylovResolutionType. # noqa: E501
- Return type:
str
simscale_sdk.models.newton_non_linearity_resolution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.newton_non_linearity_resolution.NewtonNonLinearityResolution(type='NEWTON', iteration_criterion=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'iteration_criterion': 'iterationCriterion', 'type': 'type'}¶
- property iteration_criterion¶
Gets the iteration_criterion of this NewtonNonLinearityResolution. # noqa: E501
- Returns:
The iteration_criterion of this NewtonNonLinearityResolution. # noqa: E501
- Return type:
float
- openapi_types = {'iteration_criterion': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NewtonNonLinearityResolution. # noqa: E501
Schema name: NewtonNonLinearityResolution # noqa: E501
- Returns:
The type of this NewtonNonLinearityResolution. # noqa: E501
- Return type:
str
simscale_sdk.models.newton_resolution_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.newton_resolution_type.NewtonResolutionType(type='NEWTON', convergence_criteria=None, prediction_matrix=None, jacobian_matrix=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'convergence_criteria': 'convergenceCriteria', 'jacobian_matrix': 'jacobianMatrix', 'prediction_matrix': 'predictionMatrix', 'type': 'type'}¶
- property convergence_criteria¶
Gets the convergence_criteria of this NewtonResolutionType. # noqa: E501
- Returns:
The convergence_criteria of this NewtonResolutionType. # noqa: E501
- Return type:
OneOfNewtonResolutionTypeConvergenceCriteria
- property jacobian_matrix¶
Gets the jacobian_matrix of this NewtonResolutionType. # noqa: E501
- Returns:
The jacobian_matrix of this NewtonResolutionType. # noqa: E501
- Return type:
OneOfNewtonResolutionTypeJacobianMatrix
- openapi_types = {'convergence_criteria': 'OneOfNewtonResolutionTypeConvergenceCriteria', 'jacobian_matrix': 'OneOfNewtonResolutionTypeJacobianMatrix', 'prediction_matrix': 'str', 'type': 'str'}¶
- property prediction_matrix¶
Gets the prediction_matrix of this NewtonResolutionType. # noqa: E501
<p>Select which stiffnes matrix should be used in the prediction phase of the Newton method. A good choice leads to a good starting point for the first Newton iteration and thus a faster convergence.</p> # noqa: E501
- Returns:
The prediction_matrix of this NewtonResolutionType. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NewtonResolutionType. # noqa: E501
<p>Choose how the nonlinearities are solved. Currently for direct solvers only the Newton-Raphson method is available via the selection <b>Newton</b>. For iterative solvers also an inexact version of the Newton-Raphson method is available via the selection <b>Newton-Krylov</b>.</p> Schema name: NewtonResolutionType # noqa: E501
- Returns:
The type of this NewtonResolutionType. # noqa: E501
- Return type:
str
simscale_sdk.models.newtonian_viscosity_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.newtonian_viscosity_model.NewtonianViscosityModel(type='NEWTONIAN', kinematic_viscosity=None, kinematic_viscosity_function=None, dynamic_viscosity_function=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'dynamic_viscosity_function': 'dynamicViscosityFunction', 'kinematic_viscosity': 'kinematicViscosity', 'kinematic_viscosity_function': 'kinematicViscosityFunction', 'type': 'type'}¶
- property dynamic_viscosity_function¶
Gets the dynamic_viscosity_function of this NewtonianViscosityModel. # noqa: E501
- Returns:
The dynamic_viscosity_function of this NewtonianViscosityModel. # noqa: E501
- Return type:
- property kinematic_viscosity¶
Gets the kinematic_viscosity of this NewtonianViscosityModel. # noqa: E501
- Returns:
The kinematic_viscosity of this NewtonianViscosityModel. # noqa: E501
- Return type:
- property kinematic_viscosity_function¶
Gets the kinematic_viscosity_function of this NewtonianViscosityModel. # noqa: E501
- Returns:
The kinematic_viscosity_function of this NewtonianViscosityModel. # noqa: E501
- Return type:
- openapi_types = {'dynamic_viscosity_function': 'DimensionalFunctionDynamicViscosity', 'kinematic_viscosity': 'DimensionalKinematicViscosity', 'kinematic_viscosity_function': 'DimensionalFunctionKinematicViscosity', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NewtonianViscosityModel. # noqa: E501
Choose between <a href=’https://www.simscale.com/docs/simulation-setup/materials/#newtonian-model’ target=’_blank’>Newtonian</a> and <a href=’https://www.simscale.com/docs/simulation-setup/materials/non-newtonian-models/’ target=’_blank’>Non-Newtonian</a> viscosity models. Schema name: NewtonianViscosityModel # noqa: E501
- Returns:
The type of this NewtonianViscosityModel. # noqa: E501
- Return type:
str
simscale_sdk.models.no_core_loss module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.no_core_loss.NoCoreLoss(type='NONE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NoCoreLoss. # noqa: E501
Schema name: NoCoreLoss # noqa: E501
- Returns:
The type of this NoCoreLoss. # noqa: E501
- Return type:
str
simscale_sdk.models.no_creep_formulation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.no_creep_formulation.NoCreepFormulation(type='NO_CREEP', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NoCreepFormulation. # noqa: E501
Schema name: NoCreepFormulation # noqa: E501
- Returns:
The type of this NoCreepFormulation. # noqa: E501
- Return type:
str
simscale_sdk.models.no_current_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.no_current_ebc.NoCurrentEBC(type='NO_CURRENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NoCurrentEBC. # noqa: E501
Schema name: NoCurrentEBC # noqa: E501
- Returns:
The type of this NoCurrentEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.no_fictitious_clearance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.no_fictitious_clearance.NoFictitiousClearance(type='NO_FICTITIOUS_CLEARANCE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NoFictitiousClearance. # noqa: E501
Schema name: NoFictitiousClearance # noqa: E501
- Returns:
The type of this NoFictitiousClearance. # noqa: E501
- Return type:
str
simscale_sdk.models.no_friction module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.no_friction.NoFriction(type='NO_FRICTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NoFriction. # noqa: E501
Schema name: NoFriction # noqa: E501
- Returns:
The type of this NoFriction. # noqa: E501
- Return type:
str
simscale_sdk.models.no_slip_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.no_slip_vbc.NoSlipVBC(type='NO_SLIP', turbulence_wall=None, enable_surface_roughness=None, surface_roughness=None, no_slip_wall_roughness_type=None, wall_contact_model=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'enable_surface_roughness': 'enableSurfaceRoughness', 'no_slip_wall_roughness_type': 'noSlipWallRoughnessType', 'surface_roughness': 'surfaceRoughness', 'turbulence_wall': 'turbulenceWall', 'type': 'type', 'wall_contact_model': 'wallContactModel'}¶
- property enable_surface_roughness¶
Gets the enable_surface_roughness of this NoSlipVBC. # noqa: E501
When turned <em>ON</em>, this wall’s is no longer considered to be <em>smooth</em>. Its roughness may be then be specified. # noqa: E501
- Returns:
The enable_surface_roughness of this NoSlipVBC. # noqa: E501
- Return type:
bool
- property no_slip_wall_roughness_type¶
Gets the no_slip_wall_roughness_type of this NoSlipVBC. # noqa: E501
- Returns:
The no_slip_wall_roughness_type of this NoSlipVBC. # noqa: E501
- Return type:
OneOfNoSlipVBCNoSlipWallRoughnessType
- openapi_types = {'enable_surface_roughness': 'bool', 'no_slip_wall_roughness_type': 'OneOfNoSlipVBCNoSlipWallRoughnessType', 'surface_roughness': 'DimensionalLength', 'turbulence_wall': 'str', 'type': 'str', 'wall_contact_model': 'list[WallContactAngle]'}¶
- property surface_roughness¶
Gets the surface_roughness of this NoSlipVBC. # noqa: E501
- Returns:
The surface_roughness of this NoSlipVBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_wall¶
Gets the turbulence_wall of this NoSlipVBC. # noqa: E501
- Returns:
The turbulence_wall of this NoSlipVBC. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this NoSlipVBC. # noqa: E501
Schema name: NoSlipVBC # noqa: E501
- Returns:
The type of this NoSlipVBC. # noqa: E501
- Return type:
str
- property wall_contact_model¶
Gets the wall_contact_model of this NoSlipVBC. # noqa: E501
- Returns:
The wall_contact_model of this NoSlipVBC. # noqa: E501
- Return type:
list[WallContactAngle]
simscale_sdk.models.no_slip_wall_aerodynamic_roughness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.no_slip_wall_aerodynamic_roughness.NoSlipWallAerodynamicRoughness(type='NO_SLIP_WALL_AERODYNAMIC_ROUGHNESS', surface_roughness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'surface_roughness': 'surfaceRoughness', 'type': 'type'}¶
- openapi_types = {'surface_roughness': 'DimensionalLength', 'type': 'str'}¶
- property surface_roughness¶
Gets the surface_roughness of this NoSlipWallAerodynamicRoughness. # noqa: E501
- Returns:
The surface_roughness of this NoSlipWallAerodynamicRoughness. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NoSlipWallAerodynamicRoughness. # noqa: E501
Schema name: NoSlipWallAerodynamicRoughness # noqa: E501
- Returns:
The type of this NoSlipWallAerodynamicRoughness. # noqa: E501
- Return type:
str
simscale_sdk.models.no_slip_wall_equivalent_sand_roughness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.no_slip_wall_equivalent_sand_roughness.NoSlipWallEquivalentSandRoughness(type='NO_SLIP_WALL_EQUIVALENT_SAND_ROUGHNESS', surface_roughness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'surface_roughness': 'surfaceRoughness', 'type': 'type'}¶
- openapi_types = {'surface_roughness': 'DimensionalLength', 'type': 'str'}¶
- property surface_roughness¶
Gets the surface_roughness of this NoSlipWallEquivalentSandRoughness. # noqa: E501
- Returns:
The surface_roughness of this NoSlipWallEquivalentSandRoughness. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NoSlipWallEquivalentSandRoughness. # noqa: E501
Schema name: NoSlipWallEquivalentSandRoughness # noqa: E501
- Returns:
The type of this NoSlipWallEquivalentSandRoughness. # noqa: E501
- Return type:
str
simscale_sdk.models.no_wall_thermal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.no_wall_thermal.NoWallThermal(type='NO_RESISTANCE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NoWallThermal. # noqa: E501
Schema name: NoWallThermal # noqa: E501
- Returns:
The type of this NoWallThermal. # noqa: E501
- Return type:
str
simscale_sdk.models.nodal_force_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.nodal_force_type.NodalForceType(type='NODAL', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this NodalForceType. # noqa: E501
- Returns:
The component_selection of this NodalForceType. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NodalForceType. # noqa: E501
Schema name: NodalForceType # noqa: E501
- Returns:
The type of this NodalForceType. # noqa: E501
- Return type:
str
simscale_sdk.models.nodal_load_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.nodal_load_bc.NodalLoadBC(type='NODAL_LOAD', name=None, force=None, scaling=None, phase_angle=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'force': 'force', 'name': 'name', 'phase_angle': 'phaseAngle', 'scaling': 'scaling', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property force¶
Gets the force of this NodalLoadBC. # noqa: E501
- Returns:
The force of this NodalLoadBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this NodalLoadBC. # noqa: E501
- Returns:
The name of this NodalLoadBC. # noqa: E501
- Return type:
str
- openapi_types = {'force': 'DimensionalVectorFunctionForce', 'name': 'str', 'phase_angle': 'DimensionalAngle', 'scaling': 'DimensionalFunctionDimensionless', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property phase_angle¶
Gets the phase_angle of this NodalLoadBC. # noqa: E501
- Returns:
The phase_angle of this NodalLoadBC. # noqa: E501
- Return type:
- property scaling¶
Gets the scaling of this NodalLoadBC. # noqa: E501
- Returns:
The scaling of this NodalLoadBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this NodalLoadBC. # noqa: E501
- Returns:
The topological_reference of this NodalLoadBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this NodalLoadBC. # noqa: E501
This is a <b>force</b> boundary condition representing an equal point force on <b>each node of the assignment</b>. The total force applied on the assignment is calculated as the user defined forces times the number of nodes in the assignment.<br /><br />Important remarks: <br /><ul><li>Currently, it only works on <a href= https://www.simscale.com/docs/simulation-setup/meshing/mesh-upload/’ target=’_blank’>uploaded meshes</a></li><li>As the total load is depending on the number of nodes, and thus the mesh fineness, it is recommended only for loads on single nodes.</li><li>In most cases point loads are unphysical and distributed loads should be used instead.</li></ul> Schema name: NodalLoadBC # noqa: E501
- Returns:
The type of this NodalLoadBC. # noqa: E501
- Return type:
str
simscale_sdk.models.nodal_moment_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.nodal_moment_type.NodalMomentType(type='NODAL', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this NodalMomentType. # noqa: E501
- Returns:
The component_selection of this NodalMomentType. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NodalMomentType. # noqa: E501
Schema name: NodalMomentType # noqa: E501
- Returns:
The type of this NodalMomentType. # noqa: E501
- Return type:
str
simscale_sdk.models.non_monotomous_residual_retiming_event module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.non_monotomous_residual_retiming_event.NonMonotomousResidualRetimingEvent(type='NON_MONOTOMOUS_RESIDUAL', timestep_calculation_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'timestep_calculation_type': 'timestepCalculationType', 'type': 'type'}¶
- openapi_types = {'timestep_calculation_type': 'OneOfNonMonotomousResidualRetimingEventTimestepCalculationType', 'type': 'str'}¶
- property timestep_calculation_type¶
Gets the timestep_calculation_type of this NonMonotomousResidualRetimingEvent. # noqa: E501
- Returns:
The timestep_calculation_type of this NonMonotomousResidualRetimingEvent. # noqa: E501
- Return type:
OneOfNonMonotomousResidualRetimingEventTimestepCalculationType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NonMonotomousResidualRetimingEvent. # noqa: E501
<p>Select the event for the time step adaptation. Currently there are four different events possible that trigger a time step adaptation:</p><ul><li><p><b>Error</b>: This is the case of a general error like for example non-convergence or singular matrix errors.</p></ul><ul><li><p><b>Collision</b>: This event is triggered if in a computation with physical contact a contact state change from open to closed is noticed. This time step adaptation is especially useful in dynamics to reduce the effect of artificial oscillations due to inexact collision detection.</p></ul><ul><li><p><b>Field Change</b>: The user can define the maximum delta that a field is allowed to change within one time step, if the defined threshold is exceeded the time step is adapted. This time stepping criteria is especially useful to capture material nonlinearitier more exact.</p></ul><ul><li><p><b>Non-monotonous residual</b>: This event is triggered if the residual has not been reduced within three iterations . This criteria is mostly used to reduce runtime by detecting diverging time steps before reaching the maximum number of allowed newton iterations.</p></ul> Schema name: NonMonotomousResidualRetimingEvent # noqa: E501
- Returns:
The type of this NonMonotomousResidualRetimingEvent. # noqa: E501
- Return type:
str
simscale_sdk.models.none_damping module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.none_damping.NoneDamping(type='NONE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NoneDamping. # noqa: E501
Schema name: NoneDamping # noqa: E501
- Returns:
The type of this NoneDamping. # noqa: E501
- Return type:
str
simscale_sdk.models.none_reactualization module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.none_reactualization.NoneReactualization(type='NONE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NoneReactualization. # noqa: E501
Schema name: NoneReactualization # noqa: E501
- Returns:
The type of this NoneReactualization. # noqa: E501
- Return type:
str
simscale_sdk.models.nonlinear_isotropic_permeability module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.nonlinear_isotropic_permeability.NonlinearIsotropicPermeability(type='NONLINEAR_ISOTROPIC', bh_curve=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'bh_curve': 'bhCurve', 'type': 'type'}¶
- property bh_curve¶
Gets the bh_curve of this NonlinearIsotropicPermeability. # noqa: E501
- Returns:
The bh_curve of this NonlinearIsotropicPermeability. # noqa: E501
- Return type:
- openapi_types = {'bh_curve': 'DimensionalFunctionMagneticFluxDensity', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NonlinearIsotropicPermeability. # noqa: E501
Schema name: NonlinearIsotropicPermeability # noqa: E501
- Returns:
The type of this NonlinearIsotropicPermeability. # noqa: E501
- Return type:
str
simscale_sdk.models.normalized_displacement_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.normalized_displacement_result_control_item.NormalizedDisplacementResultControlItem(type='NORMALIZED_DISPLACEMENT', name=None, displacement_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'displacement_type': 'displacementType', 'name': 'name', 'type': 'type'}¶
- property displacement_type¶
Gets the displacement_type of this NormalizedDisplacementResultControlItem. # noqa: E501
- Returns:
The displacement_type of this NormalizedDisplacementResultControlItem. # noqa: E501
- Return type:
- property name¶
Gets the name of this NormalizedDisplacementResultControlItem. # noqa: E501
- Returns:
The name of this NormalizedDisplacementResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'displacement_type': 'NormalizedDisplacementType', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NormalizedDisplacementResultControlItem. # noqa: E501
Schema name: NormalizedDisplacementResultControlItem # noqa: E501
- Returns:
The type of this NormalizedDisplacementResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.normalized_displacement_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.normalized_displacement_type.NormalizedDisplacementType(type='NORMALIZED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NormalizedDisplacementType. # noqa: E501
Schema name: NormalizedDisplacementType # noqa: E501
- Returns:
The type of this NormalizedDisplacementType. # noqa: E501
- Return type:
str
simscale_sdk.models.norton_creep_formulation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.norton_creep_formulation.NortonCreepFormulation(type='NORTON', a=None, n=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property a¶
Gets the a of this NortonCreepFormulation. # noqa: E501
- Returns:
The a of this NortonCreepFormulation. # noqa: E501
- Return type:
- attribute_map = {'a': 'a', 'n': 'n', 'type': 'type'}¶
- property n¶
Gets the n of this NortonCreepFormulation. # noqa: E501
<p>Define the parameter <b>n</b> of the Norton creep formulation: <ul><b>ε̇ = A*σ<sup>n</sup></b></ul></p> # noqa: E501
- Returns:
The n of this NortonCreepFormulation. # noqa: E501
- Return type:
float
- openapi_types = {'a': 'DimensionalStrainRate', 'n': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NortonCreepFormulation. # noqa: E501
Schema name: NortonCreepFormulation # noqa: E501
- Returns:
The type of this NortonCreepFormulation. # noqa: E501
- Return type:
str
simscale_sdk.models.number_iterations_write_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.number_iterations_write_control.NumberIterationsWriteControl(type='NUMBER_OF_ITERATIONS_STEADY_STATE', write_interval=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'write_interval': 'writeInterval'}¶
- openapi_types = {'type': 'str', 'write_interval': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NumberIterationsWriteControl. # noqa: E501
This option controls how the simulation results are written and how frequently. Schema name: NumberIterationsWriteControl # noqa: E501
- Returns:
The type of this NumberIterationsWriteControl. # noqa: E501
- Return type:
str
- property write_interval¶
Gets the write_interval of this NumberIterationsWriteControl. # noqa: E501
Specify an interval value that defines the number of iterations between two writes of the result. # noqa: E501
- Returns:
The write_interval of this NumberIterationsWriteControl. # noqa: E501
- Return type:
int
simscale_sdk.models.number_of_cells_per_direction module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.number_of_cells_per_direction.NumberOfCellsPerDirection(x=None, y=None, z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'x': 'x', 'y': 'y', 'z': 'z'}¶
- openapi_types = {'x': 'int', 'y': 'int', 'z': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property x¶
Gets the x of this NumberOfCellsPerDirection. # noqa: E501
- Returns:
The x of this NumberOfCellsPerDirection. # noqa: E501
- Return type:
int
- property y¶
Gets the y of this NumberOfCellsPerDirection. # noqa: E501
- Returns:
The y of this NumberOfCellsPerDirection. # noqa: E501
- Return type:
int
- property z¶
Gets the z of this NumberOfCellsPerDirection. # noqa: E501
- Returns:
The z of this NumberOfCellsPerDirection. # noqa: E501
- Return type:
int
simscale_sdk.models.numerical_sequence_parameter_value_generator module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.numerical_sequence_parameter_value_generator.NumericalSequenceParameterValueGenerator(type='NUMERICAL_SEQUENCE', start=None, end=None, step=None, inclusive=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'end': 'end', 'inclusive': 'inclusive', 'start': 'start', 'step': 'step', 'type': 'type'}¶
- property end¶
Gets the end of this NumericalSequenceParameterValueGenerator. # noqa: E501
- Returns:
The end of this NumericalSequenceParameterValueGenerator. # noqa: E501
- Return type:
float
- property inclusive¶
Gets the inclusive of this NumericalSequenceParameterValueGenerator. # noqa: E501
- Returns:
The inclusive of this NumericalSequenceParameterValueGenerator. # noqa: E501
- Return type:
bool
- openapi_types = {'end': 'float', 'inclusive': 'bool', 'start': 'float', 'step': 'float', 'type': 'str'}¶
- property start¶
Gets the start of this NumericalSequenceParameterValueGenerator. # noqa: E501
- Returns:
The start of this NumericalSequenceParameterValueGenerator. # noqa: E501
- Return type:
float
- property step¶
Gets the step of this NumericalSequenceParameterValueGenerator. # noqa: E501
- Returns:
The step of this NumericalSequenceParameterValueGenerator. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this NumericalSequenceParameterValueGenerator. # noqa: E501
Schema name: NumericalSequenceParameterValueGenerator # noqa: E501
- Returns:
The type of this NumericalSequenceParameterValueGenerator. # noqa: E501
- Return type:
str
simscale_sdk.models.oak module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.oak.Oak(type='OAK', average_tree_height=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'average_tree_height': 'averageTreeHeight', 'type': 'type'}¶
- property average_tree_height¶
Gets the average_tree_height of this Oak. # noqa: E501
- Returns:
The average_tree_height of this Oak. # noqa: E501
- Return type:
- openapi_types = {'average_tree_height': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Oak. # noqa: E501
Schema name: Oak # noqa: E501
- Returns:
The type of this Oak. # noqa: E501
- Return type:
str
simscale_sdk.models.off_position_tolerance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.off_position_tolerance.OffPositionTolerance(type='OFF', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OffPositionTolerance. # noqa: E501
Schema name: OffPositionTolerance # noqa: E501
- Returns:
The type of this OffPositionTolerance. # noqa: E501
- Return type:
str
simscale_sdk.models.ogden_hyper_elastic_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.ogden_hyper_elastic_model.OgdenHyperElasticModel(type='OGDEN', order=None, d1=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'d1': 'd1', 'order': 'order', 'type': 'type'}¶
- property d1¶
Gets the d1 of this OgdenHyperElasticModel. # noqa: E501
- Returns:
The d1 of this OgdenHyperElasticModel. # noqa: E501
- Return type:
- openapi_types = {'d1': 'DimensionalInvPressure', 'order': 'OneOfOgdenHyperElasticModelOrder', 'type': 'str'}¶
- property order¶
Gets the order of this OgdenHyperElasticModel. # noqa: E501
- Returns:
The order of this OgdenHyperElasticModel. # noqa: E501
- Return type:
OneOfOgdenHyperElasticModelOrder
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OgdenHyperElasticModel. # noqa: E501
<p>Choose the hyperelastic material model that should be used. All models derive the stress-strain relation from a strain energy function defined by the material model parameters.</p> Schema name: OgdenHyperElasticModel # noqa: E501
- Returns:
The type of this OgdenHyperElasticModel. # noqa: E501
- Return type:
str
simscale_sdk.models.open_boundary_ray_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.open_boundary_ray_bc.OpenBoundaryRayBC(type='OPEN_BOUNDARY_RAY', farfield_black_body_temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'farfield_black_body_temperature': 'farfieldBlackBodyTemperature', 'type': 'type'}¶
- property farfield_black_body_temperature¶
Gets the farfield_black_body_temperature of this OpenBoundaryRayBC. # noqa: E501
- Returns:
The farfield_black_body_temperature of this OpenBoundaryRayBC. # noqa: E501
- Return type:
- openapi_types = {'farfield_black_body_temperature': 'DimensionalTemperature', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OpenBoundaryRayBC. # noqa: E501
<p><b>Radiative behaviour of the wall</b>. The Kirchhoff’s law of thermal radiation is applied in all options. This means that the <b>absorptivity of the surface is equal to its emissivity</b>. <br> <ul><li><b>Opaque</b> is applied to surfaces with transmissivity equal to 0. The radiation that hits the surface will be absorbed and reflected, but not transmitted, e.g.: brick or concrete walls.</li><li><b>Transparent</b> is applied to surfaces with transmissivity equal to 1. The radiation that hits the surface will be fully transmitted to the other side, e.g.: inlets, outlets or regular windows.</li><li><b>Semi-transparent</b> is applied to non-fully transparent surfaces. The radiation that hits the surface will be absorbed, reflected and transmitted, e.g. some stained glass windows.</li></ul></p> Schema name: OpenBoundaryRayBC # noqa: E501
- Returns:
The type of this OpenBoundaryRayBC. # noqa: E501
- Return type:
str
simscale_sdk.models.open_coil module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.open_coil.OpenCoil(type='OPEN_COIL', bodies=None, entry_port=None, exit_port=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'bodies': 'bodies', 'entry_port': 'entryPort', 'exit_port': 'exitPort', 'type': 'type'}¶
- property bodies¶
Gets the bodies of this OpenCoil. # noqa: E501
- Returns:
The bodies of this OpenCoil. # noqa: E501
- Return type:
- property entry_port¶
Gets the entry_port of this OpenCoil. # noqa: E501
- Returns:
The entry_port of this OpenCoil. # noqa: E501
- Return type:
- property exit_port¶
Gets the exit_port of this OpenCoil. # noqa: E501
- Returns:
The exit_port of this OpenCoil. # noqa: E501
- Return type:
- openapi_types = {'bodies': 'TopologicalReference', 'entry_port': 'TopologicalReference', 'exit_port': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OpenCoil. # noqa: E501
Schema name: OpenCoil # noqa: E501
- Returns:
The type of this OpenCoil. # noqa: E501
- Return type:
str
simscale_sdk.models.open_window_rsbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.open_window_rsbc.OpenWindowRSBC(type='OPEN_WINDOW', radiative_source_value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'radiative_source_value': 'radiativeSourceValue', 'type': 'type'}¶
- openapi_types = {'radiative_source_value': 'DimensionalHeatFlux', 'type': 'str'}¶
- property radiative_source_value¶
Gets the radiative_source_value of this OpenWindowRSBC. # noqa: E501
- Returns:
The radiative_source_value of this OpenWindowRSBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OpenWindowRSBC. # noqa: E501
Schema name: OpenWindowRSBC # noqa: E501
- Returns:
The type of this OpenWindowRSBC. # noqa: E501
- Return type:
str
simscale_sdk.models.operative_temperature_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.operative_temperature_result_type.OperativeTemperatureResultType(type='OPERATIVE_TEMPERATURE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OperativeTemperatureResultType. # noqa: E501
Schema name: OperativeTemperatureResultType # noqa: E501
- Returns:
The type of this OperativeTemperatureResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.original_entity_reference module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.original_entity_reference.OriginalEntityReference(path=None, body=None, entity=None, attribute_list=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property attribute_list¶
Gets the attribute_list of this OriginalEntityReference. # noqa: E501
The attributes assigned to the entity. # noqa: E501
- Returns:
The attribute_list of this OriginalEntityReference. # noqa: E501
- Return type:
list[EntityAttribute]
- attribute_map = {'attribute_list': 'attributeList', 'body': 'body', 'entity': 'entity', 'path': 'path'}¶
- property body¶
Gets the body of this OriginalEntityReference. # noqa: E501
The original body name. # noqa: E501
- Returns:
The body of this OriginalEntityReference. # noqa: E501
- Return type:
str
- property entity¶
Gets the entity of this OriginalEntityReference. # noqa: E501
The original entity name. # noqa: E501
- Returns:
The entity of this OriginalEntityReference. # noqa: E501
- Return type:
str
- openapi_types = {'attribute_list': 'list[EntityAttribute]', 'body': 'str', 'entity': 'str', 'path': 'list[BodyPath]'}¶
- property path¶
Gets the path of this OriginalEntityReference. # noqa: E501
The path from the root of the model. # noqa: E501
- Returns:
The path of this OriginalEntityReference. # noqa: E501
- Return type:
list[BodyPath]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.orthotropic_conductivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.orthotropic_conductivity.OrthotropicConductivity(type='ORTHOTROPIC', thermal_conductivity_x=None, thermal_conductivity_y=None, thermal_conductivity_z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'thermal_conductivity_x': 'thermalConductivityX', 'thermal_conductivity_y': 'thermalConductivityY', 'thermal_conductivity_z': 'thermalConductivityZ', 'type': 'type'}¶
- openapi_types = {'thermal_conductivity_x': 'DimensionalFunctionThermalConductivity', 'thermal_conductivity_y': 'DimensionalFunctionThermalConductivity', 'thermal_conductivity_z': 'DimensionalFunctionThermalConductivity', 'type': 'str'}¶
- property thermal_conductivity_x¶
Gets the thermal_conductivity_x of this OrthotropicConductivity. # noqa: E501
- Returns:
The thermal_conductivity_x of this OrthotropicConductivity. # noqa: E501
- Return type:
- property thermal_conductivity_y¶
Gets the thermal_conductivity_y of this OrthotropicConductivity. # noqa: E501
- Returns:
The thermal_conductivity_y of this OrthotropicConductivity. # noqa: E501
- Return type:
- property thermal_conductivity_z¶
Gets the thermal_conductivity_z of this OrthotropicConductivity. # noqa: E501
- Returns:
The thermal_conductivity_z of this OrthotropicConductivity. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OrthotropicConductivity. # noqa: E501
<p>Define the directional dependency of this property. Isotropic means directionally independent. Orthotropic means directionally dependent.</p> Schema name: OrthotropicConductivity # noqa: E501
- Returns:
The type of this OrthotropicConductivity. # noqa: E501
- Return type:
str
simscale_sdk.models.orthotropic_directional_dependency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.orthotropic_directional_dependency.OrthotropicDirectionalDependency(type='ORTHOTROPIC', youngs_modulus_x=None, youngs_modulus_y=None, youngs_modulus_z=None, poissons_ratio_xy=None, poissons_ratio_yz=None, poissons_ratio_xz=None, shear_modulus_xy=None, shear_modulus_yz=None, shear_modulus_xz=None, expansion_coefficient_x=None, expansion_coefficient_y=None, expansion_coefficient_z=None, reference_temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'expansion_coefficient_x': 'expansionCoefficientX', 'expansion_coefficient_y': 'expansionCoefficientY', 'expansion_coefficient_z': 'expansionCoefficientZ', 'poissons_ratio_xy': 'poissonsRatioXY', 'poissons_ratio_xz': 'poissonsRatioXZ', 'poissons_ratio_yz': 'poissonsRatioYZ', 'reference_temperature': 'referenceTemperature', 'shear_modulus_xy': 'shearModulusXY', 'shear_modulus_xz': 'shearModulusXZ', 'shear_modulus_yz': 'shearModulusYZ', 'type': 'type', 'youngs_modulus_x': 'youngsModulusX', 'youngs_modulus_y': 'youngsModulusY', 'youngs_modulus_z': 'youngsModulusZ'}¶
- property expansion_coefficient_x¶
Gets the expansion_coefficient_x of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The expansion_coefficient_x of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
- property expansion_coefficient_y¶
Gets the expansion_coefficient_y of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The expansion_coefficient_y of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
- property expansion_coefficient_z¶
Gets the expansion_coefficient_z of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The expansion_coefficient_z of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
- openapi_types = {'expansion_coefficient_x': 'DimensionalFunctionThermalExpansionRate', 'expansion_coefficient_y': 'DimensionalFunctionThermalExpansionRate', 'expansion_coefficient_z': 'DimensionalFunctionThermalExpansionRate', 'poissons_ratio_xy': 'OneOfOrthotropicDirectionalDependencyPoissonsRatioXY', 'poissons_ratio_xz': 'OneOfOrthotropicDirectionalDependencyPoissonsRatioXZ', 'poissons_ratio_yz': 'OneOfOrthotropicDirectionalDependencyPoissonsRatioYZ', 'reference_temperature': 'DimensionalTemperature', 'shear_modulus_xy': 'DimensionalFunctionPressure', 'shear_modulus_xz': 'DimensionalFunctionPressure', 'shear_modulus_yz': 'DimensionalFunctionPressure', 'type': 'str', 'youngs_modulus_x': 'DimensionalFunctionPressure', 'youngs_modulus_y': 'DimensionalFunctionPressure', 'youngs_modulus_z': 'DimensionalFunctionPressure'}¶
- property poissons_ratio_xy¶
Gets the poissons_ratio_xy of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The poissons_ratio_xy of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
OneOfOrthotropicDirectionalDependencyPoissonsRatioXY
- property poissons_ratio_xz¶
Gets the poissons_ratio_xz of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The poissons_ratio_xz of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
OneOfOrthotropicDirectionalDependencyPoissonsRatioXZ
- property poissons_ratio_yz¶
Gets the poissons_ratio_yz of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The poissons_ratio_yz of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
OneOfOrthotropicDirectionalDependencyPoissonsRatioYZ
- property reference_temperature¶
Gets the reference_temperature of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The reference_temperature of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
- property shear_modulus_xy¶
Gets the shear_modulus_xy of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The shear_modulus_xy of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
- property shear_modulus_xz¶
Gets the shear_modulus_xz of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The shear_modulus_xz of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
- property shear_modulus_yz¶
Gets the shear_modulus_yz of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The shear_modulus_yz of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OrthotropicDirectionalDependency. # noqa: E501
Schema name: OrthotropicDirectionalDependency # noqa: E501
- Returns:
The type of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
str
- property youngs_modulus_x¶
Gets the youngs_modulus_x of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The youngs_modulus_x of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
- property youngs_modulus_y¶
Gets the youngs_modulus_y of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The youngs_modulus_y of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
- property youngs_modulus_z¶
Gets the youngs_modulus_z of this OrthotropicDirectionalDependency. # noqa: E501
- Returns:
The youngs_modulus_z of this OrthotropicDirectionalDependency. # noqa: E501
- Return type:
simscale_sdk.models.orthotropic_electric_conductivity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.orthotropic_electric_conductivity.OrthotropicElectricConductivity(type='ORTHOTROPIC_ELECTRIC_CONDUCTIVITY', electric_resistivity_x=None, electric_resistivity_y=None, electric_resistivity_z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'electric_resistivity_x': 'electricResistivityX', 'electric_resistivity_y': 'electricResistivityY', 'electric_resistivity_z': 'electricResistivityZ', 'type': 'type'}¶
- property electric_resistivity_x¶
Gets the electric_resistivity_x of this OrthotropicElectricConductivity. # noqa: E501
- Returns:
The electric_resistivity_x of this OrthotropicElectricConductivity. # noqa: E501
- Return type:
- property electric_resistivity_y¶
Gets the electric_resistivity_y of this OrthotropicElectricConductivity. # noqa: E501
- Returns:
The electric_resistivity_y of this OrthotropicElectricConductivity. # noqa: E501
- Return type:
- property electric_resistivity_z¶
Gets the electric_resistivity_z of this OrthotropicElectricConductivity. # noqa: E501
- Returns:
The electric_resistivity_z of this OrthotropicElectricConductivity. # noqa: E501
- Return type:
- openapi_types = {'electric_resistivity_x': 'DimensionalFunctionElectricResistivity', 'electric_resistivity_y': 'DimensionalFunctionElectricResistivity', 'electric_resistivity_z': 'DimensionalFunctionElectricResistivity', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OrthotropicElectricConductivity. # noqa: E501
<p>Define the directional dependency of this property. Isotropic means directionally independent. Orthotropic means directionally dependent.</p> Schema name: OrthotropicElectricConductivity # noqa: E501
- Returns:
The type of this OrthotropicElectricConductivity. # noqa: E501
- Return type:
str
simscale_sdk.models.orthotropic_spring_stiffness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.orthotropic_spring_stiffness.OrthotropicSpringStiffness(type='ORTHOTROPIC', stiffness_definition=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'stiffness_definition': 'stiffnessDefinition', 'type': 'type'}¶
- openapi_types = {'stiffness_definition': 'OneOfOrthotropicSpringStiffnessStiffnessDefinition', 'type': 'str'}¶
- property stiffness_definition¶
Gets the stiffness_definition of this OrthotropicSpringStiffness. # noqa: E501
- Returns:
The stiffness_definition of this OrthotropicSpringStiffness. # noqa: E501
- Return type:
OneOfOrthotropicSpringStiffnessStiffnessDefinition
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OrthotropicSpringStiffness. # noqa: E501
Schema name: OrthotropicSpringStiffness # noqa: E501
- Returns:
The type of this OrthotropicSpringStiffness. # noqa: E501
- Return type:
str
simscale_sdk.models.oscillating_linear_sbm module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.oscillating_linear_sbm.OscillatingLinearSBM(type='OSCILLATING_LINEAR_MOTION', name=None, amplitude=None, angular_velocity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property amplitude¶
Gets the amplitude of this OscillatingLinearSBM. # noqa: E501
- Returns:
The amplitude of this OscillatingLinearSBM. # noqa: E501
- Return type:
- property angular_velocity¶
Gets the angular_velocity of this OscillatingLinearSBM. # noqa: E501
- Returns:
The angular_velocity of this OscillatingLinearSBM. # noqa: E501
- Return type:
- attribute_map = {'amplitude': 'amplitude', 'angular_velocity': 'angularVelocity', 'name': 'name', 'type': 'type'}¶
- property name¶
Gets the name of this OscillatingLinearSBM. # noqa: E501
- Returns:
The name of this OscillatingLinearSBM. # noqa: E501
- Return type:
str
- openapi_types = {'amplitude': 'DimensionalVectorLength', 'angular_velocity': 'DimensionalRotationSpeed', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OscillatingLinearSBM. # noqa: E501
Schema name: OscillatingLinearSBM # noqa: E501
- Returns:
The type of this OscillatingLinearSBM. # noqa: E501
- Return type:
str
simscale_sdk.models.oscillating_rotating_motion_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.oscillating_rotating_motion_type.OscillatingRotatingMotionType(type='OSCILLATING_ROTATING_MOTION', rotation_center=None, amplitude=None, angular_velocity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property amplitude¶
Gets the amplitude of this OscillatingRotatingMotionType. # noqa: E501
- Returns:
The amplitude of this OscillatingRotatingMotionType. # noqa: E501
- Return type:
- property angular_velocity¶
Gets the angular_velocity of this OscillatingRotatingMotionType. # noqa: E501
- Returns:
The angular_velocity of this OscillatingRotatingMotionType. # noqa: E501
- Return type:
- attribute_map = {'amplitude': 'amplitude', 'angular_velocity': 'angularVelocity', 'rotation_center': 'rotationCenter', 'type': 'type'}¶
- openapi_types = {'amplitude': 'DimensionalVectorAngle', 'angular_velocity': 'DimensionalFunctionRotationSpeed', 'rotation_center': 'DimensionalVectorLength', 'type': 'str'}¶
- property rotation_center¶
Gets the rotation_center of this OscillatingRotatingMotionType. # noqa: E501
- Returns:
The rotation_center of this OscillatingRotatingMotionType. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OscillatingRotatingMotionType. # noqa: E501
Schema name: OscillatingRotatingMotionType # noqa: E501
- Returns:
The type of this OscillatingRotatingMotionType. # noqa: E501
- Return type:
str
simscale_sdk.models.oscillating_rotating_sbm module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.oscillating_rotating_sbm.OscillatingRotatingSBM(type='OSCILLATING_ROTATING_MOTION', name=None, rotation_center=None, amplitude=None, angular_velocity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property amplitude¶
Gets the amplitude of this OscillatingRotatingSBM. # noqa: E501
- Returns:
The amplitude of this OscillatingRotatingSBM. # noqa: E501
- Return type:
- property angular_velocity¶
Gets the angular_velocity of this OscillatingRotatingSBM. # noqa: E501
- Returns:
The angular_velocity of this OscillatingRotatingSBM. # noqa: E501
- Return type:
- attribute_map = {'amplitude': 'amplitude', 'angular_velocity': 'angularVelocity', 'name': 'name', 'rotation_center': 'rotationCenter', 'type': 'type'}¶
- property name¶
Gets the name of this OscillatingRotatingSBM. # noqa: E501
- Returns:
The name of this OscillatingRotatingSBM. # noqa: E501
- Return type:
str
- openapi_types = {'amplitude': 'DimensionalVectorAngle', 'angular_velocity': 'DimensionalRotationSpeed', 'name': 'str', 'rotation_center': 'DimensionalVectorLength', 'type': 'str'}¶
- property rotation_center¶
Gets the rotation_center of this OscillatingRotatingSBM. # noqa: E501
- Returns:
The rotation_center of this OscillatingRotatingSBM. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OscillatingRotatingSBM. # noqa: E501
Schema name: OscillatingRotatingSBM # noqa: E501
- Returns:
The type of this OscillatingRotatingSBM. # noqa: E501
- Return type:
str
simscale_sdk.models.outlet_back_flow_mf_values module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.outlet_back_flow_mf_values.OutletBackFlowMFValues(type='OUTLET_BACK_FLOW_MF_VALUES', back_flow_mass_fractions=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'back_flow_mass_fractions': 'backFlowMassFractions', 'type': 'type'}¶
- property back_flow_mass_fractions¶
Gets the back_flow_mass_fractions of this OutletBackFlowMFValues. # noqa: E501
- Returns:
The back_flow_mass_fractions of this OutletBackFlowMFValues. # noqa: E501
- Return type:
list[FixedValueMassFractionBC]
- openapi_types = {'back_flow_mass_fractions': 'list[FixedValueMassFractionBC]', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OutletBackFlowMFValues. # noqa: E501
It specifies the mass fraction values of the back flow. If there is no back flow, the values are ignored. Schema name: OutletBackFlowMFValues # noqa: E501
- Returns:
The type of this OutletBackFlowMFValues. # noqa: E501
- Return type:
str
simscale_sdk.models.outlet_back_flow_pf_values module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.outlet_back_flow_pf_values.OutletBackFlowPFValues(type='OUTLET_BACK_FLOW_PF_VALUES', back_flow_phase_fractions=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'back_flow_phase_fractions': 'backFlowPhaseFractions', 'type': 'type'}¶
- property back_flow_phase_fractions¶
Gets the back_flow_phase_fractions of this OutletBackFlowPFValues. # noqa: E501
- Returns:
The back_flow_phase_fractions of this OutletBackFlowPFValues. # noqa: E501
- Return type:
- openapi_types = {'back_flow_phase_fractions': 'list[FixedValuePhaseFractionBC]', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OutletBackFlowPFValues. # noqa: E501
It specifies the phase fraction values of the back flow. If there is no back flow, the values are ignored. Schema name: OutletBackFlowPFValues # noqa: E501
- Returns:
The type of this OutletBackFlowPFValues. # noqa: E501
- Return type:
str
simscale_sdk.models.outlet_flow_driven_pf module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.outlet_flow_driven_pf.OutletFlowDrivenPF(type='OUTLET_FLOW_DRIVEN_PF', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OutletFlowDrivenPF. # noqa: E501
Phase fraction values are automatically computed. Schema name: OutletFlowDrivenPF # noqa: E501
- Returns:
The type of this OutletFlowDrivenPF. # noqa: E501
- Return type:
str
simscale_sdk.models.outlet_mean_phase_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.outlet_mean_phase_vbc.OutletMeanPhaseVBC(type='OUTLET_MEAN_PHASE', phase=None, mean_velocity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'mean_velocity': 'meanVelocity', 'phase': 'phase', 'type': 'type'}¶
- property mean_velocity¶
Gets the mean_velocity of this OutletMeanPhaseVBC. # noqa: E501
- Returns:
The mean_velocity of this OutletMeanPhaseVBC. # noqa: E501
- Return type:
- openapi_types = {'mean_velocity': 'DimensionalSpeed', 'phase': 'str', 'type': 'str'}¶
- property phase¶
Gets the phase of this OutletMeanPhaseVBC. # noqa: E501
- Returns:
The phase of this OutletMeanPhaseVBC. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OutletMeanPhaseVBC. # noqa: E501
Schema name: OutletMeanPhaseVBC # noqa: E501
- Returns:
The type of this OutletMeanPhaseVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.outside_region_refinement_with_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.outside_region_refinement_with_length.OutsideRegionRefinementWithLength(type='OUTSIDE', length=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'length': 'length', 'type': 'type'}¶
- property length¶
Gets the length of this OutsideRegionRefinementWithLength. # noqa: E501
- Returns:
The length of this OutsideRegionRefinementWithLength. # noqa: E501
- Return type:
- openapi_types = {'length': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OutsideRegionRefinementWithLength. # noqa: E501
Schema name: OutsideRegionRefinementWithLength # noqa: E501
- Returns:
The type of this OutsideRegionRefinementWithLength. # noqa: E501
- Return type:
str
simscale_sdk.models.outside_region_refinement_with_levels module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.outside_region_refinement_with_levels.OutsideRegionRefinementWithLevels(type='OUTSIDE', level=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'level': 'level', 'type': 'type'}¶
- property level¶
Gets the level of this OutsideRegionRefinementWithLevels. # noqa: E501
- Returns:
The level of this OutsideRegionRefinementWithLevels. # noqa: E501
- Return type:
int
- openapi_types = {'level': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this OutsideRegionRefinementWithLevels. # noqa: E501
Schema name: OutsideRegionRefinementWithLevels # noqa: E501
- Returns:
The type of this OutsideRegionRefinementWithLevels. # noqa: E501
- Return type:
str
simscale_sdk.models.pacefish_automesh module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pacefish_automesh.PacefishAutomesh(type='PACEFISH_AUTOMESH', new_fineness=None, progressive_refinement=None, reference_length_computation=None, reynolds_scaling_type=None, primary_topology=None, refinements=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'new_fineness': 'newFineness', 'primary_topology': 'primaryTopology', 'progressive_refinement': 'progressiveRefinement', 'reference_length_computation': 'referenceLengthComputation', 'refinements': 'refinements', 'reynolds_scaling_type': 'reynoldsScalingType', 'type': 'type'}¶
- property new_fineness¶
Gets the new_fineness of this PacefishAutomesh. # noqa: E501
- Returns:
The new_fineness of this PacefishAutomesh. # noqa: E501
- Return type:
OneOfPacefishAutomeshNewFineness
- openapi_types = {'new_fineness': 'OneOfPacefishAutomeshNewFineness', 'primary_topology': 'OneOfPacefishAutomeshPrimaryTopology', 'progressive_refinement': 'ProgressiveRefinement', 'reference_length_computation': 'OneOfPacefishAutomeshReferenceLengthComputation', 'refinements': 'list[OneOfPacefishAutomeshRefinements]', 'reynolds_scaling_type': 'OneOfPacefishAutomeshReynoldsScalingType', 'type': 'str'}¶
- property primary_topology¶
Gets the primary_topology of this PacefishAutomesh. # noqa: E501
- Returns:
The primary_topology of this PacefishAutomesh. # noqa: E501
- Return type:
OneOfPacefishAutomeshPrimaryTopology
- property progressive_refinement¶
Gets the progressive_refinement of this PacefishAutomesh. # noqa: E501
- Returns:
The progressive_refinement of this PacefishAutomesh. # noqa: E501
- Return type:
- property reference_length_computation¶
Gets the reference_length_computation of this PacefishAutomesh. # noqa: E501
- Returns:
The reference_length_computation of this PacefishAutomesh. # noqa: E501
- Return type:
OneOfPacefishAutomeshReferenceLengthComputation
- property refinements¶
Gets the refinements of this PacefishAutomesh. # noqa: E501
- Returns:
The refinements of this PacefishAutomesh. # noqa: E501
- Return type:
list[OneOfPacefishAutomeshRefinements]
- property reynolds_scaling_type¶
Gets the reynolds_scaling_type of this PacefishAutomesh. # noqa: E501
- Returns:
The reynolds_scaling_type of this PacefishAutomesh. # noqa: E501
- Return type:
OneOfPacefishAutomeshReynoldsScalingType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PacefishAutomesh. # noqa: E501
<p>Choose between <i>Automatic</i> and <i>Manual</i> mesh settings. <a href=’https://www.simscale.com/docs/analysis-types/incompressible-lbm/#mesh’ target=’_blank’>Learn more.</a></p><p><b>Note:</b> Mesh fineness impacts the accuracy of your results as well as computing time and result size. A finer mesh will be more demanding in terms of machine size and memory but lead to more accurate results in most cases.</p> Schema name: PacefishAutomesh # noqa: E501
- Returns:
The type of this PacefishAutomesh. # noqa: E501
- Return type:
str
simscale_sdk.models.pacefish_fineness_coarse module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pacefish_fineness_coarse.PacefishFinenessCoarse(type='COARSE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PacefishFinenessCoarse. # noqa: E501
<p>This parameter determines the <b>fineness of the mesh</b> and affects the overall number of cells. It is recommended to start with the <i>coarse</i> setting. <a href=’https://www.simscale.com/docs/analysis-types/pedestrian-wind-comfort-analysis/mesh-settings/’ target=’_blank’>Find out more.</a></p><p><b>Note:</b> This setting will impact the accuracy of your results as well as computing time and result size. A finer mesh will be more demanding in terms of machine size and memory but lead to more accurate results in most cases.</p> Schema name: PacefishFinenessCoarse # noqa: E501
- Returns:
The type of this PacefishFinenessCoarse. # noqa: E501
- Return type:
str
simscale_sdk.models.pacefish_fineness_fine module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pacefish_fineness_fine.PacefishFinenessFine(type='FINE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PacefishFinenessFine. # noqa: E501
<p>This parameter determines the <b>fineness of the mesh</b> and affects the overall number of cells. It is recommended to start with the <i>coarse</i> setting. <a href=’https://www.simscale.com/docs/analysis-types/pedestrian-wind-comfort-analysis/mesh-settings/’ target=’_blank’>Find out more.</a></p><p><b>Note:</b> This setting will impact the accuracy of your results as well as computing time and result size. A finer mesh will be more demanding in terms of machine size and memory but lead to more accurate results in most cases.</p> Schema name: PacefishFinenessFine # noqa: E501
- Returns:
The type of this PacefishFinenessFine. # noqa: E501
- Return type:
str
simscale_sdk.models.pacefish_fineness_moderate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pacefish_fineness_moderate.PacefishFinenessModerate(type='MODERATE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PacefishFinenessModerate. # noqa: E501
<p>This parameter determines the <b>fineness of the mesh</b> and affects the overall number of cells. It is recommended to start with the <i>coarse</i> setting. <a href=’https://www.simscale.com/docs/analysis-types/pedestrian-wind-comfort-analysis/mesh-settings/’ target=’_blank’>Find out more.</a></p><p><b>Note:</b> This setting will impact the accuracy of your results as well as computing time and result size. A finer mesh will be more demanding in terms of machine size and memory but lead to more accurate results in most cases.</p> Schema name: PacefishFinenessModerate # noqa: E501
- Returns:
The type of this PacefishFinenessModerate. # noqa: E501
- Return type:
str
simscale_sdk.models.pacefish_fineness_target_size module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pacefish_fineness_target_size.PacefishFinenessTargetSize(type='TARGET_SIZE', minimum_cell_size=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'minimum_cell_size': 'minimumCellSize', 'type': 'type'}¶
- property minimum_cell_size¶
Gets the minimum_cell_size of this PacefishFinenessTargetSize. # noqa: E501
- Returns:
The minimum_cell_size of this PacefishFinenessTargetSize. # noqa: E501
- Return type:
- openapi_types = {'minimum_cell_size': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PacefishFinenessTargetSize. # noqa: E501
<p>This parameter determines the <b>fineness of the mesh</b> and affects the overall number of cells. It is recommended to start with the <i>coarse</i> setting. <a href=’https://www.simscale.com/docs/analysis-types/pedestrian-wind-comfort-analysis/mesh-settings/’ target=’_blank’>Find out more.</a></p><p><b>Note:</b> This setting will impact the accuracy of your results as well as computing time and result size. A finer mesh will be more demanding in terms of machine size and memory but lead to more accurate results in most cases.</p> Schema name: PacefishFinenessTargetSize # noqa: E501
- Returns:
The type of this PacefishFinenessTargetSize. # noqa: E501
- Return type:
str
simscale_sdk.models.pacefish_fineness_very_coarse module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pacefish_fineness_very_coarse.PacefishFinenessVeryCoarse(type='VERY_COARSE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PacefishFinenessVeryCoarse. # noqa: E501
<p>This parameter determines the <b>fineness of the mesh</b> and affects the overall number of cells. It is recommended to start with the <i>coarse</i> setting. <a href=’https://www.simscale.com/docs/analysis-types/pedestrian-wind-comfort-analysis/mesh-settings/’ target=’_blank’>Find out more.</a></p><p><b>Note:</b> This setting will impact the accuracy of your results as well as computing time and result size. A finer mesh will be more demanding in terms of machine size and memory but lead to more accurate results in most cases.</p> Schema name: PacefishFinenessVeryCoarse # noqa: E501
- Returns:
The type of this PacefishFinenessVeryCoarse. # noqa: E501
- Return type:
str
simscale_sdk.models.pacefish_fineness_very_fine module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pacefish_fineness_very_fine.PacefishFinenessVeryFine(type='VERY_FINE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PacefishFinenessVeryFine. # noqa: E501
<p>This parameter determines the <b>fineness of the mesh</b> and affects the overall number of cells. It is recommended to start with the <i>coarse</i> setting. <a href=’https://www.simscale.com/docs/analysis-types/pedestrian-wind-comfort-analysis/mesh-settings/’ target=’_blank’>Find out more.</a></p><p><b>Note:</b> This setting will impact the accuracy of your results as well as computing time and result size. A finer mesh will be more demanding in terms of machine size and memory but lead to more accurate results in most cases.</p> Schema name: PacefishFinenessVeryFine # noqa: E501
- Returns:
The type of this PacefishFinenessVeryFine. # noqa: E501
- Return type:
str
simscale_sdk.models.pacefish_mesh_legacy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pacefish_mesh_legacy.PacefishMeshLegacy(type='PACEFISH_MESH_LEGACY', fineness=None, progressive_refinement=None, reference_length=None, reynolds_scaling_type=None, refinements=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fineness': 'fineness', 'progressive_refinement': 'progressiveRefinement', 'reference_length': 'referenceLength', 'refinements': 'refinements', 'reynolds_scaling_type': 'reynoldsScalingType', 'type': 'type'}¶
- property fineness¶
Gets the fineness of this PacefishMeshLegacy. # noqa: E501
- Returns:
The fineness of this PacefishMeshLegacy. # noqa: E501
- Return type:
str
- openapi_types = {'fineness': 'str', 'progressive_refinement': 'ProgressiveRefinement', 'reference_length': 'DimensionalLength', 'refinements': 'list[OneOfPacefishMeshLegacyRefinements]', 'reynolds_scaling_type': 'ManualReynoldsScaling', 'type': 'str'}¶
- property progressive_refinement¶
Gets the progressive_refinement of this PacefishMeshLegacy. # noqa: E501
- Returns:
The progressive_refinement of this PacefishMeshLegacy. # noqa: E501
- Return type:
- property reference_length¶
Gets the reference_length of this PacefishMeshLegacy. # noqa: E501
- Returns:
The reference_length of this PacefishMeshLegacy. # noqa: E501
- Return type:
- property refinements¶
Gets the refinements of this PacefishMeshLegacy. # noqa: E501
- Returns:
The refinements of this PacefishMeshLegacy. # noqa: E501
- Return type:
list[OneOfPacefishMeshLegacyRefinements]
- property reynolds_scaling_type¶
Gets the reynolds_scaling_type of this PacefishMeshLegacy. # noqa: E501
- Returns:
The reynolds_scaling_type of this PacefishMeshLegacy. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PacefishMeshLegacy. # noqa: E501
<p>Choose between <i>Automatic</i> and <i>Manual</i> mesh settings. <a href=’https://www.simscale.com/docs/analysis-types/incompressible-lbm/#mesh’ target=’_blank’>Learn more.</a></p><p><b>Note:</b> Mesh fineness impacts the accuracy of your results as well as computing time and result size. A finer mesh will be more demanding in terms of machine size and memory but lead to more accurate results in most cases.</p> Schema name: PacefishMeshLegacy # noqa: E501
- Returns:
The type of this PacefishMeshLegacy. # noqa: E501
- Return type:
str
simscale_sdk.models.parameter_with_value_generator module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.parameter_with_value_generator.ParameterWithValueGenerator(value_source='GENERATOR', name=None, path=None, value_generator=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'path': 'path', 'value_generator': 'valueGenerator', 'value_source': 'valueSource'}¶
- property name¶
Gets the name of this ParameterWithValueGenerator. # noqa: E501
- Returns:
The name of this ParameterWithValueGenerator. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'path': 'str', 'value_generator': 'NumericalSequenceParameterValueGenerator', 'value_source': 'str'}¶
- property path¶
Gets the path of this ParameterWithValueGenerator. # noqa: E501
- Returns:
The path of this ParameterWithValueGenerator. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property value_generator¶
Gets the value_generator of this ParameterWithValueGenerator. # noqa: E501
- Returns:
The value_generator of this ParameterWithValueGenerator. # noqa: E501
- Return type:
- property value_source¶
Gets the value_source of this ParameterWithValueGenerator. # noqa: E501
Schema name: ParameterWithValueGenerator # noqa: E501
- Returns:
The value_source of this ParameterWithValueGenerator. # noqa: E501
- Return type:
str
simscale_sdk.models.parameter_with_values module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.parameter_with_values.ParameterWithValues(value_source='CONFIGURATION', name=None, path=None, values=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'path': 'path', 'value_source': 'valueSource', 'values': 'values'}¶
- property name¶
Gets the name of this ParameterWithValues. # noqa: E501
- Returns:
The name of this ParameterWithValues. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'path': 'str', 'value_source': 'str', 'values': 'list[AnyOfParameterWithValuesValues]'}¶
- property path¶
Gets the path of this ParameterWithValues. # noqa: E501
- Returns:
The path of this ParameterWithValues. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property value_source¶
Gets the value_source of this ParameterWithValues. # noqa: E501
Schema name: ParameterWithValues # noqa: E501
- Returns:
The value_source of this ParameterWithValues. # noqa: E501
- Return type:
str
- property values¶
Gets the values of this ParameterWithValues. # noqa: E501
- Returns:
The values of this ParameterWithValues. # noqa: E501
- Return type:
simscale_sdk.models.parametric_material_property module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.parametric_material_property.ParametricMaterialProperty(name=None, label=None, unit=None, value_type='parametric', data_type=None, parameters=None, parametric_values=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'data_type': 'dataType', 'label': 'label', 'name': 'name', 'parameters': 'parameters', 'parametric_values': 'parametricValues', 'unit': 'unit', 'value_type': 'valueType'}¶
- property data_type¶
Gets the data_type of this ParametricMaterialProperty. # noqa: E501
- Returns:
The data_type of this ParametricMaterialProperty. # noqa: E501
- Return type:
- property label¶
Gets the label of this ParametricMaterialProperty. # noqa: E501
The material property label to support internationalization. The content of this field is a i18n key. If this field is not present, the name field can be used as a fallback for English language. # noqa: E501
- Returns:
The label of this ParametricMaterialProperty. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this ParametricMaterialProperty. # noqa: E501
The material property name # noqa: E501
- Returns:
The name of this ParametricMaterialProperty. # noqa: E501
- Return type:
str
- openapi_types = {'data_type': 'PropertyDataType', 'label': 'str', 'name': 'str', 'parameters': 'list[MaterialPropertyParameter]', 'parametric_values': 'list[dict(str, object)]', 'unit': 'str', 'value_type': 'str'}¶
- property parameters¶
Gets the parameters of this ParametricMaterialProperty. # noqa: E501
Parameter properties of the material # noqa: E501
- Returns:
The parameters of this ParametricMaterialProperty. # noqa: E501
- Return type:
- property parametric_values¶
Gets the parametric_values of this ParametricMaterialProperty. # noqa: E501
- Returns:
The parametric_values of this ParametricMaterialProperty. # noqa: E501
- Return type:
list[dict(str, object)]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this ParametricMaterialProperty. # noqa: E501
The material property unit # noqa: E501
- Returns:
The unit of this ParametricMaterialProperty. # noqa: E501
- Return type:
str
- property value_type¶
Gets the value_type of this ParametricMaterialProperty. # noqa: E501
- Returns:
The value_type of this ParametricMaterialProperty. # noqa: E501
- Return type:
str
simscale_sdk.models.part module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.part.Part(part_identifier=None, parent_identifier=None, opacity=None, render_mode=None, solid_color=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'opacity': 'opacity', 'parent_identifier': 'parentIdentifier', 'part_identifier': 'partIdentifier', 'render_mode': 'renderMode', 'solid_color': 'solidColor'}¶
- property opacity¶
Gets the opacity of this Part. # noqa: E501
- Returns:
The opacity of this Part. # noqa: E501
- Return type:
float
- openapi_types = {'opacity': 'float', 'parent_identifier': 'str', 'part_identifier': 'str', 'render_mode': 'RenderMode', 'solid_color': 'Color'}¶
- property parent_identifier¶
Gets the parent_identifier of this Part. # noqa: E501
The identifier of the parent of the part in the result. This value is necessary in cases where multiple parts appear in the result with the same name/identifier. # noqa: E501
- Returns:
The parent_identifier of this Part. # noqa: E501
- Return type:
str
- property part_identifier¶
Gets the part_identifier of this Part. # noqa: E501
The identifier of the part in the result. # noqa: E501
- Returns:
The part_identifier of this Part. # noqa: E501
- Return type:
str
- property render_mode¶
Gets the render_mode of this Part. # noqa: E501
- Returns:
The render_mode of this Part. # noqa: E501
- Return type:
- property solid_color¶
Gets the solid_color of this Part. # noqa: E501
- Returns:
The solid_color of this Part. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.partial_vector_function module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.partial_vector_function.PartialVectorFunction(x=None, y=None, z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'x': 'x', 'y': 'y', 'z': 'z'}¶
- openapi_types = {'x': 'OneOfPartialVectorFunctionX', 'y': 'OneOfPartialVectorFunctionY', 'z': 'OneOfPartialVectorFunctionZ'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property x¶
Gets the x of this PartialVectorFunction. # noqa: E501
- Returns:
The x of this PartialVectorFunction. # noqa: E501
- Return type:
OneOfPartialVectorFunctionX
- property y¶
Gets the y of this PartialVectorFunction. # noqa: E501
- Returns:
The y of this PartialVectorFunction. # noqa: E501
- Return type:
OneOfPartialVectorFunctionY
- property z¶
Gets the z of this PartialVectorFunction. # noqa: E501
- Returns:
The z of this PartialVectorFunction. # noqa: E501
- Return type:
OneOfPartialVectorFunctionZ
simscale_sdk.models.particle_trace module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.particle_trace.ParticleTrace(seed_settings=None, visualization_style=None, trace_both_directions=True, scalar_field=None, solid_color=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'scalar_field': 'scalarField', 'seed_settings': 'seedSettings', 'solid_color': 'solidColor', 'trace_both_directions': 'traceBothDirections', 'visualization_style': 'visualizationStyle'}¶
- openapi_types = {'scalar_field': 'ScalarField', 'seed_settings': 'SeedSettings', 'solid_color': 'Color', 'trace_both_directions': 'bool', 'visualization_style': 'OneOfVisualizationStyle'}¶
- property scalar_field¶
Gets the scalar_field of this ParticleTrace. # noqa: E501
- Returns:
The scalar_field of this ParticleTrace. # noqa: E501
- Return type:
- property seed_settings¶
Gets the seed_settings of this ParticleTrace. # noqa: E501
- Returns:
The seed_settings of this ParticleTrace. # noqa: E501
- Return type:
- property solid_color¶
Gets the solid_color of this ParticleTrace. # noqa: E501
- Returns:
The solid_color of this ParticleTrace. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property trace_both_directions¶
Gets the trace_both_directions of this ParticleTrace. # noqa: E501
If set to true, the trace will be computed both forwards and backwards from the seed points. # noqa: E501
- Returns:
The trace_both_directions of this ParticleTrace. # noqa: E501
- Return type:
bool
- property visualization_style¶
Gets the visualization_style of this ParticleTrace. # noqa: E501
- Returns:
The visualization_style of this ParticleTrace. # noqa: E501
- Return type:
OneOfVisualizationStyle
simscale_sdk.models.particle_trace_animation_output_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.particle_trace_animation_output_settings.ParticleTraceAnimationOutputSettings(name=None, format='GIF', resolution=None, frame_rate=20, show_legend=True, show_cube=True, background_color=None, type='PARTICLE_TRACE', frame_index=None, steps=300, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'background_color': 'backgroundColor', 'format': 'format', 'frame_index': 'frameIndex', 'frame_rate': 'frameRate', 'name': 'name', 'resolution': 'resolution', 'show_cube': 'showCube', 'show_legend': 'showLegend', 'steps': 'steps', 'type': 'type'}¶
- property background_color¶
Gets the background_color of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Returns:
The background_color of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Return type:
- property format¶
Gets the format of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Returns:
The format of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Return type:
str
- property frame_index¶
Gets the frame_index of this ParticleTraceAnimationOutputSettings. # noqa: E501
Default is the last frame (time step) in the result. # noqa: E501
- Returns:
The frame_index of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Return type:
int
- property frame_rate¶
Gets the frame_rate of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Returns:
The frame_rate of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Return type:
int
- property name¶
Gets the name of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Returns:
The name of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Return type:
str
- openapi_types = {'background_color': 'Color', 'format': 'str', 'frame_index': 'int', 'frame_rate': 'int', 'name': 'str', 'resolution': 'ResolutionInfo', 'show_cube': 'bool', 'show_legend': 'bool', 'steps': 'int', 'type': 'str'}¶
- property resolution¶
Gets the resolution of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Returns:
The resolution of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Return type:
- property show_cube¶
Gets the show_cube of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Returns:
The show_cube of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Return type:
bool
- property show_legend¶
Gets the show_legend of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Returns:
The show_legend of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Return type:
bool
- property steps¶
Gets the steps of this ParticleTraceAnimationOutputSettings. # noqa: E501
The number of steps to generate for the particle trace animation. # noqa: E501
- Returns:
The steps of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Returns:
The type of this ParticleTraceAnimationOutputSettings. # noqa: E501
- Return type:
str
simscale_sdk.models.particle_trace_animation_output_settings_all_of module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.particle_trace_animation_output_settings_all_of.ParticleTraceAnimationOutputSettingsAllOf(type='PARTICLE_TRACE', frame_index=None, steps=300, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'frame_index': 'frameIndex', 'steps': 'steps', 'type': 'type'}¶
- property frame_index¶
Gets the frame_index of this ParticleTraceAnimationOutputSettingsAllOf. # noqa: E501
Default is the last frame (time step) in the result. # noqa: E501
- Returns:
The frame_index of this ParticleTraceAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
int
- openapi_types = {'frame_index': 'int', 'steps': 'int', 'type': 'str'}¶
- property steps¶
Gets the steps of this ParticleTraceAnimationOutputSettingsAllOf. # noqa: E501
The number of steps to generate for the particle trace animation. # noqa: E501
- Returns:
The steps of this ParticleTraceAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ParticleTraceAnimationOutputSettingsAllOf. # noqa: E501
- Returns:
The type of this ParticleTraceAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
str
simscale_sdk.models.pbicg_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pbicg_solver.PBICGSolver(type='PBICG', absolute_tolerance=None, relative_tolerance=None, preconditioner=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property absolute_tolerance¶
Gets the absolute_tolerance of this PBICGSolver. # noqa: E501
<p>Define the absolute tolerance for the residual. The convergence process will be stopped as soon as the residual falls below the absolute tolerance.</p> # noqa: E501
- Returns:
The absolute_tolerance of this PBICGSolver. # noqa: E501
- Return type:
float
- attribute_map = {'absolute_tolerance': 'absoluteTolerance', 'preconditioner': 'preconditioner', 'relative_tolerance': 'relativeTolerance', 'type': 'type'}¶
- openapi_types = {'absolute_tolerance': 'float', 'preconditioner': 'OneOfPBICGSolverPreconditioner', 'relative_tolerance': 'float', 'type': 'str'}¶
- property preconditioner¶
Gets the preconditioner of this PBICGSolver. # noqa: E501
- Returns:
The preconditioner of this PBICGSolver. # noqa: E501
- Return type:
OneOfPBICGSolverPreconditioner
- property relative_tolerance¶
Gets the relative_tolerance of this PBICGSolver. # noqa: E501
<p>Choose the relative tolerance for the residual. The convergence process will be stopped as soon as the ratio of current to initial residual falls below the relative tolerance.</p> # noqa: E501
- Returns:
The relative_tolerance of this PBICGSolver. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PBICGSolver. # noqa: E501
Schema name: PBICGSolver # noqa: E501
- Returns:
The type of this PBICGSolver. # noqa: E501
- Return type:
str
simscale_sdk.models.pbicg_stab_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pbicg_stab_solver.PBICGStabSolver(type='PBICGStab', absolute_tolerance=None, relative_tolerance=None, preconditioner=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property absolute_tolerance¶
Gets the absolute_tolerance of this PBICGStabSolver. # noqa: E501
<p>Define the absolute tolerance for the residual. The convergence process will be stopped as soon as the residual falls below the absolute tolerance.</p> # noqa: E501
- Returns:
The absolute_tolerance of this PBICGStabSolver. # noqa: E501
- Return type:
float
- attribute_map = {'absolute_tolerance': 'absoluteTolerance', 'preconditioner': 'preconditioner', 'relative_tolerance': 'relativeTolerance', 'type': 'type'}¶
- openapi_types = {'absolute_tolerance': 'float', 'preconditioner': 'OneOfPBICGStabSolverPreconditioner', 'relative_tolerance': 'float', 'type': 'str'}¶
- property preconditioner¶
Gets the preconditioner of this PBICGStabSolver. # noqa: E501
- Returns:
The preconditioner of this PBICGStabSolver. # noqa: E501
- Return type:
OneOfPBICGStabSolverPreconditioner
- property relative_tolerance¶
Gets the relative_tolerance of this PBICGStabSolver. # noqa: E501
<p>Choose the relative tolerance for the residual. The convergence process will be stopped as soon as the ratio of current to initial residual falls below the relative tolerance.</p> # noqa: E501
- Returns:
The relative_tolerance of this PBICGStabSolver. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PBICGStabSolver. # noqa: E501
Schema name: PBICGStabSolver # noqa: E501
- Returns:
The type of this PBICGStabSolver. # noqa: E501
- Return type:
str
simscale_sdk.models.pcg_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pcg_solver.PCGSolver(type='PCG', absolute_tolerance=None, relative_tolerance=None, preconditioner=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property absolute_tolerance¶
Gets the absolute_tolerance of this PCGSolver. # noqa: E501
<p>Define the absolute tolerance for the residual. The convergence process will be stopped as soon as the residual falls below the absolute tolerance.</p> # noqa: E501
- Returns:
The absolute_tolerance of this PCGSolver. # noqa: E501
- Return type:
float
- attribute_map = {'absolute_tolerance': 'absoluteTolerance', 'preconditioner': 'preconditioner', 'relative_tolerance': 'relativeTolerance', 'type': 'type'}¶
- openapi_types = {'absolute_tolerance': 'float', 'preconditioner': 'OneOfPCGSolverPreconditioner', 'relative_tolerance': 'float', 'type': 'str'}¶
- property preconditioner¶
Gets the preconditioner of this PCGSolver. # noqa: E501
- Returns:
The preconditioner of this PCGSolver. # noqa: E501
- Return type:
OneOfPCGSolverPreconditioner
- property relative_tolerance¶
Gets the relative_tolerance of this PCGSolver. # noqa: E501
<p>Choose the relative tolerance for the residual. The convergence process will be stopped as soon as the ratio of current to initial residual falls below the relative tolerance.</p> # noqa: E501
- Returns:
The relative_tolerance of this PCGSolver. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PCGSolver. # noqa: E501
Schema name: PCGSolver # noqa: E501
- Returns:
The type of this PCGSolver. # noqa: E501
- Return type:
str
simscale_sdk.models.pedestrian_comfort_surface module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pedestrian_comfort_surface.PedestrianComfortSurface(name=None, height_above_ground=None, ground=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'ground': 'ground', 'height_above_ground': 'heightAboveGround', 'name': 'name'}¶
- property ground¶
Gets the ground of this PedestrianComfortSurface. # noqa: E501
- Returns:
The ground of this PedestrianComfortSurface. # noqa: E501
- Return type:
OneOfPedestrianComfortSurfaceGround
- property height_above_ground¶
Gets the height_above_ground of this PedestrianComfortSurface. # noqa: E501
- Returns:
The height_above_ground of this PedestrianComfortSurface. # noqa: E501
- Return type:
- property name¶
Gets the name of this PedestrianComfortSurface. # noqa: E501
- Returns:
The name of this PedestrianComfortSurface. # noqa: E501
- Return type:
str
- openapi_types = {'ground': 'OneOfPedestrianComfortSurfaceGround', 'height_above_ground': 'DimensionalLength', 'name': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.penalty_method module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.penalty_method.PenaltyMethod(type='PENALTY_METHOD', contact_stiffness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'contact_stiffness': 'contactStiffness', 'type': 'type'}¶
- property contact_stiffness¶
Gets the contact_stiffness of this PenaltyMethod. # noqa: E501
- Returns:
The contact_stiffness of this PenaltyMethod. # noqa: E501
- Return type:
OneOfPenaltyMethodContactStiffness
- openapi_types = {'contact_stiffness': 'OneOfPenaltyMethodContactStiffness', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PenaltyMethod. # noqa: E501
Schema name: PenaltyMethod # noqa: E501
- Returns:
The type of this PenaltyMethod. # noqa: E501
- Return type:
str
simscale_sdk.models.peng_robinson_gas_equation_of_state module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.peng_robinson_gas_equation_of_state.PengRobinsonGasEquationOfState(type='PENG_ROBINSON_GAS', critical_temperature=None, critical_volume=None, critical_pressure=None, acentric_factor=None, energy=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property acentric_factor¶
Gets the acentric_factor of this PengRobinsonGasEquationOfState. # noqa: E501
Specify the acentric factor. It is a property of the material that characterized the changes in thermodynamic properties of the fluid due to non-spherical molecules. # noqa: E501
- Returns:
The acentric_factor of this PengRobinsonGasEquationOfState. # noqa: E501
- Return type:
float
- attribute_map = {'acentric_factor': 'acentricFactor', 'critical_pressure': 'criticalPressure', 'critical_temperature': 'criticalTemperature', 'critical_volume': 'criticalVolume', 'energy': 'energy', 'type': 'type'}¶
- property critical_pressure¶
Gets the critical_pressure of this PengRobinsonGasEquationOfState. # noqa: E501
- Returns:
The critical_pressure of this PengRobinsonGasEquationOfState. # noqa: E501
- Return type:
- property critical_temperature¶
Gets the critical_temperature of this PengRobinsonGasEquationOfState. # noqa: E501
- Returns:
The critical_temperature of this PengRobinsonGasEquationOfState. # noqa: E501
- Return type:
- property critical_volume¶
Gets the critical_volume of this PengRobinsonGasEquationOfState. # noqa: E501
- Returns:
The critical_volume of this PengRobinsonGasEquationOfState. # noqa: E501
- Return type:
- property energy¶
Gets the energy of this PengRobinsonGasEquationOfState. # noqa: E501
<p><b>Energy</b> provides the methods for the form of energy to be used. The options are:</p><p><b>Sensible enthalpy:</b> The enthalpy form of equation is used without the heat of formation. In most cases this is the recommended choice.</p><p><b>Sensible internal Energy:</b> The internal energy form of equation is used without the heat of formation but also incorporates energy change due to reactions.</p> # noqa: E501
- Returns:
The energy of this PengRobinsonGasEquationOfState. # noqa: E501
- Return type:
str
- openapi_types = {'acentric_factor': 'float', 'critical_pressure': 'DimensionalPressure', 'critical_temperature': 'DimensionalTemperature', 'critical_volume': 'DimensionalMolarMass', 'energy': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PengRobinsonGasEquationOfState. # noqa: E501
<br><p>The <b>Equation of state</b> describes the relation between density of a fluid and the fluid pressure and temperature. The available options are:</p><p><b>Rho const:</b> Fluid density is assumed constant.</p><p><b>Incompressibel perfect gas:</b> The fluid is assumed to be an ‘Ideal Gas’ that is incompressible by pressure. But, fluid density can change due to temperature.</p><p><b>Perfect gas:</b> Fluid is assumed to be an ‘Ideal Gas’ and obeys the ‘Ideal Gas Law’.</p><p><b>Perfect fluid:</b> Fluid density can change due to pressure and temperature with respect to a base value.</p><p><b>Adiabatic perfect fluid:</b> The fluid is a perfect fluid which is adiabatic in nature.</p> <a href=’https://www.simscale.com/docs/simulation-setup/materials/thermophysical-fluid-models/#equation-of-state’ target=’_blank’>Learn more</a>. Schema name: PengRobinsonGasEquationOfState # noqa: E501
- Returns:
The type of this PengRobinsonGasEquationOfState. # noqa: E501
- Return type:
str
simscale_sdk.models.perfect_fluid_equation_of_state module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.perfect_fluid_equation_of_state.PerfectFluidEquationOfState(type='PERFECT_FLUID', fluid_constant=None, reference_density=None, energy=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'energy': 'energy', 'fluid_constant': 'fluidConstant', 'reference_density': 'referenceDensity', 'type': 'type'}¶
- property energy¶
Gets the energy of this PerfectFluidEquationOfState. # noqa: E501
<p><b>Energy</b> provides the methods for the form of energy to be used. The options are:</p><p><b>Sensible enthalpy:</b> The enthalpy form of equation is used without the heat of formation. In most cases this is the recommended choice.</p><p><b>Sensible internal Energy:</b> The internal energy form of equation is used without the heat of formation but also incorporates energy change due to reactions.</p> # noqa: E501
- Returns:
The energy of this PerfectFluidEquationOfState. # noqa: E501
- Return type:
str
- property fluid_constant¶
Gets the fluid_constant of this PerfectFluidEquationOfState. # noqa: E501
- Returns:
The fluid_constant of this PerfectFluidEquationOfState. # noqa: E501
- Return type:
- openapi_types = {'energy': 'str', 'fluid_constant': 'DimensionalSpecificHeat', 'reference_density': 'DimensionalDensity', 'type': 'str'}¶
- property reference_density¶
Gets the reference_density of this PerfectFluidEquationOfState. # noqa: E501
- Returns:
The reference_density of this PerfectFluidEquationOfState. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PerfectFluidEquationOfState. # noqa: E501
<br><p>The <b>Equation of state</b> describes the relation between density of a fluid and the fluid pressure and temperature. The available options are:</p><p><b>Rho const:</b> Fluid density is assumed constant.</p><p><b>Incompressibel perfect gas:</b> The fluid is assumed to be an ‘Ideal Gas’ that is incompressible by pressure. But, fluid density can change due to temperature.</p><p><b>Perfect gas:</b> Fluid is assumed to be an ‘Ideal Gas’ and obeys the ‘Ideal Gas Law’.</p><p><b>Perfect fluid:</b> Fluid density can change due to pressure and temperature with respect to a base value.</p><p><b>Adiabatic perfect fluid:</b> The fluid is a perfect fluid which is adiabatic in nature.</p> <a href=’https://www.simscale.com/docs/simulation-setup/materials/thermophysical-fluid-models/#equation-of-state’ target=’_blank’>Learn more</a>. Schema name: PerfectFluidEquationOfState # noqa: E501
- Returns:
The type of this PerfectFluidEquationOfState. # noqa: E501
- Return type:
str
simscale_sdk.models.perfect_gas_equation_of_state module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.perfect_gas_equation_of_state.PerfectGasEquationOfState(type='PERFECT_GAS', energy=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'energy': 'energy', 'type': 'type'}¶
- property energy¶
Gets the energy of this PerfectGasEquationOfState. # noqa: E501
<p><b>Energy</b> provides the methods for the form of energy to be used. The options are:</p><p><b>Sensible enthalpy:</b> The enthalpy form of equation is used without the heat of formation. In most cases this is the recommended choice.</p><p><b>Sensible internal Energy:</b> The internal energy form of equation is used without the heat of formation but also incorporates energy change due to reactions.</p> # noqa: E501
- Returns:
The energy of this PerfectGasEquationOfState. # noqa: E501
- Return type:
str
- openapi_types = {'energy': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PerfectGasEquationOfState. # noqa: E501
<br><p>The <b>Equation of state</b> describes the relation between density of a fluid and the fluid pressure and temperature. The available options are:</p><p><b>Rho const:</b> Fluid density is assumed constant.</p><p><b>Incompressibel perfect gas:</b> The fluid is assumed to be an ‘Ideal Gas’ that is incompressible by pressure. But, fluid density can change due to temperature.</p><p><b>Perfect gas:</b> Fluid is assumed to be an ‘Ideal Gas’ and obeys the ‘Ideal Gas Law’.</p><p><b>Perfect fluid:</b> Fluid density can change due to pressure and temperature with respect to a base value.</p><p><b>Adiabatic perfect fluid:</b> The fluid is a perfect fluid which is adiabatic in nature.</p> <a href=’https://www.simscale.com/docs/simulation-setup/materials/thermophysical-fluid-models/#equation-of-state’ target=’_blank’>Learn more</a>. Schema name: PerfectGasEquationOfState # noqa: E501
- Returns:
The type of this PerfectGasEquationOfState. # noqa: E501
- Return type:
str
simscale_sdk.models.perfect_plasticity_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.perfect_plasticity_model.PerfectPlasticityModel(type='PERFECT_PLASTICITY', yield_stress=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'yield_stress': 'yieldStress'}¶
- openapi_types = {'type': 'str', 'yield_stress': 'DimensionalFunctionPressure'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PerfectPlasticityModel. # noqa: E501
Schema name: PerfectPlasticityModel # noqa: E501
- Returns:
The type of this PerfectPlasticityModel. # noqa: E501
- Return type:
str
- property yield_stress¶
Gets the yield_stress of this PerfectPlasticityModel. # noqa: E501
- Returns:
The yield_stress of this PerfectPlasticityModel. # noqa: E501
- Return type:
simscale_sdk.models.perforated_plate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.perforated_plate.PerforatedPlate(type='PERFORATED_PLATE', name=None, plate_data=None, darcy_forchheimer_type=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'darcy_forchheimer_type': 'darcyForchheimerType', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'plate_data': 'plateData', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property darcy_forchheimer_type¶
Gets the darcy_forchheimer_type of this PerforatedPlate. # noqa: E501
- Returns:
The darcy_forchheimer_type of this PerforatedPlate. # noqa: E501
- Return type:
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this PerforatedPlate. # noqa: E501
- Returns:
The geometry_primitive_uuids of this PerforatedPlate. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this PerforatedPlate. # noqa: E501
- Returns:
The name of this PerforatedPlate. # noqa: E501
- Return type:
str
- openapi_types = {'darcy_forchheimer_type': 'RectifyingDarcyForchheimer', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'plate_data': 'PlateData', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property plate_data¶
Gets the plate_data of this PerforatedPlate. # noqa: E501
- Returns:
The plate_data of this PerforatedPlate. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PerforatedPlate. # noqa: E501
- Returns:
The topological_reference of this PerforatedPlate. # noqa: E501
- Return type:
- property type¶
Gets the type of this PerforatedPlate. # noqa: E501
Schema name: PerforatedPlate # noqa: E501
- Returns:
The type of this PerforatedPlate. # noqa: E501
- Return type:
str
simscale_sdk.models.periodic_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.periodic_bc.PeriodicBC(type='PERIODIC', name=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this PeriodicBC. # noqa: E501
- Returns:
The name of this PeriodicBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PeriodicBC. # noqa: E501
- Returns:
The topological_reference of this PeriodicBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this PeriodicBC. # noqa: E501
This boundary condition should be used on two faces of a system as if they are physically connected. It is required that the two faces are of same size and shape and the face elements of the mesh are congruent on both sides. Works for uploaded meshes only. <a href=’https://www.simscale.com/docs/simulation-setup/boundary-conditions/periodic-boundary-condition/’ target=’_blank’>Learn more</a>. Schema name: PeriodicBC # noqa: E501
- Returns:
The type of this PeriodicBC. # noqa: E501
- Return type:
str
simscale_sdk.models.permanent_magnet_material module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.permanent_magnet_material.PermanentMagnetMaterial(type='PERMANENT_MAGNET', remanence=None, magnetization_direction_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'magnetization_direction_type': 'magnetizationDirectionType', 'remanence': 'remanence', 'type': 'type'}¶
- property magnetization_direction_type¶
Gets the magnetization_direction_type of this PermanentMagnetMaterial. # noqa: E501
- Returns:
The magnetization_direction_type of this PermanentMagnetMaterial. # noqa: E501
- Return type:
OneOfPermanentMagnetMaterialMagnetizationDirectionType
- openapi_types = {'magnetization_direction_type': 'OneOfPermanentMagnetMaterialMagnetizationDirectionType', 'remanence': 'DimensionalMagneticFluxDensity', 'type': 'str'}¶
- property remanence¶
Gets the remanence of this PermanentMagnetMaterial. # noqa: E501
- Returns:
The remanence of this PermanentMagnetMaterial. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PermanentMagnetMaterial. # noqa: E501
A permanent magnet retains a significant portion of its magnetization indefinitely, even without an external magnetic field. Schema name: PermanentMagnetMaterial # noqa: E501
- Returns:
The type of this PermanentMagnetMaterial. # noqa: E501
- Return type:
str
simscale_sdk.models.permission module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.permission.Permission(scope=None, permission=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'permission': 'permission', 'scope': 'scope'}¶
- openapi_types = {'permission': 'PermissionLevel', 'scope': 'PermissionScope'}¶
- property permission¶
Gets the permission of this Permission. # noqa: E501
- Returns:
The permission of this Permission. # noqa: E501
- Return type:
- property scope¶
Gets the scope of this Permission. # noqa: E501
- Returns:
The scope of this Permission. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.permission_dto module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.permission_dto.PermissionDto(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- ADMIN = 'ADMIN'¶
- READ = 'READ'¶
- WRITE = 'WRITE'¶
- allowable_values = ['READ', 'WRITE', 'ADMIN']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.permission_level module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.permission_level.PermissionLevel(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- COPY = 'COPY'¶
- EDIT = 'EDIT'¶
- FULL_ACCESS = 'FULL_ACCESS'¶
- NONE = 'NONE'¶
- PREVIEW = 'PREVIEW'¶
- VIEW = 'VIEW'¶
- allowable_values = ['NONE', 'PREVIEW', 'VIEW', 'COPY', 'EDIT', 'FULL_ACCESS']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.permission_scope module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.permission_scope.PermissionScope(username=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'username': 'username'}¶
- openapi_types = {'username': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property username¶
Gets the username of this PermissionScope. # noqa: E501
- Returns:
The username of this PermissionScope. # noqa: E501
- Return type:
str
simscale_sdk.models.permissions module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.permissions.Permissions(permissions=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'permissions': 'permissions'}¶
- openapi_types = {'permissions': 'list[Permission]'}¶
- property permissions¶
Gets the permissions of this Permissions. # noqa: E501
- Returns:
The permissions of this Permissions. # noqa: E501
- Return type:
list[Permission]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.petsc_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.petsc_solver.PETSCSolver(type='PETSC', force_symmetric=None, algorithm=None, preconditioner=None, max_iterations=None, convergence_threshold=None, distributed_matrix_storage=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property algorithm¶
Gets the algorithm of this PETSCSolver. # noqa: E501
Choose the iterative solver method: <ul><li><p><b>GMRES</b>: <i>Minimal Generalised RESidual</i>, best compromise between robustness and computational speed.</p></ul><ul><li><p><b>CG</b>: <i>Conjugate Gradient</i>, only useful for symmetric matrices</p></ul><ul><li><p><b>CR</b>: <i>Conjugate Residual</i>, only useful for symmetric matrices</p></ul><ul><li><p><b>GCR</b>: <i>Generalised Conjugate Residual</i>, treats general matrices</p></ul>All available methods are of <i>Krylov</i> type. # noqa: E501
- Returns:
The algorithm of this PETSCSolver. # noqa: E501
- Return type:
str
- attribute_map = {'algorithm': 'algorithm', 'convergence_threshold': 'convergenceThreshold', 'distributed_matrix_storage': 'distributedMatrixStorage', 'force_symmetric': 'forceSymmetric', 'max_iterations': 'maxIterations', 'preconditioner': 'preconditioner', 'type': 'type'}¶
- property convergence_threshold¶
Gets the convergence_threshold of this PETSCSolver. # noqa: E501
Set the threshold value for convergence detection for the relative convergence criteria. # noqa: E501
- Returns:
The convergence_threshold of this PETSCSolver. # noqa: E501
- Return type:
float
- property distributed_matrix_storage¶
Gets the distributed_matrix_storage of this PETSCSolver. # noqa: E501
Choose this parameter as <b>true</b> to ensure that the system matrix saving is distributed among the processors of the computation. If multiple cores are used only the relevant part for each core is saved. If it is set to false the whole matrix is saved for each processor. Enabling this can significantly reductions in memory consumption, but introduces numerical instability in rare occasions. # noqa: E501
- Returns:
The distributed_matrix_storage of this PETSCSolver. # noqa: E501
- Return type:
bool
- property force_symmetric¶
Gets the force_symmetric of this PETSCSolver. # noqa: E501
Choose if you want to enforce a symmetric matrix. # noqa: E501
- Returns:
The force_symmetric of this PETSCSolver. # noqa: E501
- Return type:
bool
- property max_iterations¶
Gets the max_iterations of this PETSCSolver. # noqa: E501
Set the maximum number of iterations for the iterative solver. If set to 0 PETSC sets an estimate of the maximum number of iterations. # noqa: E501
- Returns:
The max_iterations of this PETSCSolver. # noqa: E501
- Return type:
int
- openapi_types = {'algorithm': 'str', 'convergence_threshold': 'float', 'distributed_matrix_storage': 'bool', 'force_symmetric': 'bool', 'max_iterations': 'int', 'preconditioner': 'OneOfPETSCSolverPreconditioner', 'type': 'str'}¶
- property preconditioner¶
Gets the preconditioner of this PETSCSolver. # noqa: E501
- Returns:
The preconditioner of this PETSCSolver. # noqa: E501
- Return type:
OneOfPETSCSolverPreconditioner
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PETSCSolver. # noqa: E501
Schema name: PETSCSolver # noqa: E501
- Returns:
The type of this PETSCSolver. # noqa: E501
- Return type:
str
simscale_sdk.models.phase_fraction_ic module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.phase_fraction_ic.PhaseFractionIC(associated_phase=None, value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property associated_phase¶
Gets the associated_phase of this PhaseFractionIC. # noqa: E501
- Returns:
The associated_phase of this PhaseFractionIC. # noqa: E501
- Return type:
str
- attribute_map = {'associated_phase': 'associatedPhase', 'value': 'value'}¶
- openapi_types = {'associated_phase': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property value¶
Gets the value of this PhaseFractionIC. # noqa: E501
- Returns:
The value of this PhaseFractionIC. # noqa: E501
- Return type:
float
simscale_sdk.models.phase_fractions_ic module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.phase_fractions_ic.PhaseFractionsIC(type='DIMENSIONLESS_PHASE_FRACTION_IC', associated_phase_fractions=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property associated_phase_fractions¶
Gets the associated_phase_fractions of this PhaseFractionsIC. # noqa: E501
- Returns:
The associated_phase_fractions of this PhaseFractionsIC. # noqa: E501
- Return type:
list[PhaseFractionIC]
- attribute_map = {'associated_phase_fractions': 'associatedPhaseFractions', 'type': 'type'}¶
- openapi_types = {'associated_phase_fractions': 'list[PhaseFractionIC]', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PhaseFractionsIC. # noqa: E501
Schema name: PhaseFractionsIC # noqa: E501
- Returns:
The type of this PhaseFractionsIC. # noqa: E501
- Return type:
str
simscale_sdk.models.physical_contact module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.physical_contact.PhysicalContact(type='PHYSICAL_CONTACT_V36', settings=None, connections=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'connections': 'connections', 'settings': 'settings', 'type': 'type'}¶
- property connections¶
Gets the connections of this PhysicalContact. # noqa: E501
- Returns:
The connections of this PhysicalContact. # noqa: E501
- Return type:
list[OneOfPhysicalContactConnections]
- openapi_types = {'connections': 'list[OneOfPhysicalContactConnections]', 'settings': 'ConnectionSettingsV36', 'type': 'str'}¶
- property settings¶
Gets the settings of this PhysicalContact. # noqa: E501
- Returns:
The settings of this PhysicalContact. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PhysicalContact. # noqa: E501
Schema name: PhysicalContact # noqa: E501
- Returns:
The type of this PhysicalContact. # noqa: E501
- Return type:
str
simscale_sdk.models.pin_connector module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pin_connector.PinConnector(type='PIN_CONNECTOR', name=None, interaction=None, kinematic_behavior=None, advanced_pin_settings=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_pin_settings¶
Gets the advanced_pin_settings of this PinConnector. # noqa: E501
- Returns:
The advanced_pin_settings of this PinConnector. # noqa: E501
- Return type:
- attribute_map = {'advanced_pin_settings': 'advancedPinSettings', 'interaction': 'interaction', 'kinematic_behavior': 'kinematicBehavior', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property interaction¶
Gets the interaction of this PinConnector. # noqa: E501
<p>Select an interaction option<br /><ul><li><b>Body to body</b> - Two or more bodies may be connected to each other via a single virtual pin. The pin will move with the bodies.</li><li><b>Body to ground</b> - Two or more bodies may be connected to the ground via a single virtual pin. The pin remains stationary.</li></ul></p> # noqa: E501
- Returns:
The interaction of this PinConnector. # noqa: E501
- Return type:
str
- property kinematic_behavior¶
Gets the kinematic_behavior of this PinConnector. # noqa: E501
- Returns:
The kinematic_behavior of this PinConnector. # noqa: E501
- Return type:
- property name¶
Gets the name of this PinConnector. # noqa: E501
- Returns:
The name of this PinConnector. # noqa: E501
- Return type:
str
- openapi_types = {'advanced_pin_settings': 'AdvancedConnectorSettings', 'interaction': 'str', 'kinematic_behavior': 'PinKinematicBehavior', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PinConnector. # noqa: E501
- Returns:
The topological_reference of this PinConnector. # noqa: E501
- Return type:
- property type¶
Gets the type of this PinConnector. # noqa: E501
<p>Connect multiple bodies via a virtual pin <br /><br /><b>Usage</b>: <br /><ul><li>Define a separate pin connector item for each virtual pin</li><li>Assign only cylindrical surfaces</li></ul><b>Behavior</b>:<br /><ul><li>Option to connect bodies to bodies or bodies to the ground via virtual pins</li><li>Bodies freely rotate relative to one another about the virtual pin axis</li><li>Users have full control over axial translation and rotation of the connection with the ability to define torsional and axial spring stiffness</li></ul></p> Schema name: PinConnector # noqa: E501
- Returns:
The type of this PinConnector. # noqa: E501
- Return type:
str
simscale_sdk.models.pin_kinematic_behavior module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pin_kinematic_behavior.PinKinematicBehavior(rotation=None, axial_translation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'axial_translation': 'axialTranslation', 'rotation': 'rotation'}¶
- property axial_translation¶
Gets the axial_translation of this PinKinematicBehavior. # noqa: E501
- Returns:
The axial_translation of this PinKinematicBehavior. # noqa: E501
- Return type:
OneOfPinKinematicBehaviorAxialTranslation
- openapi_types = {'axial_translation': 'OneOfPinKinematicBehaviorAxialTranslation', 'rotation': 'OneOfPinKinematicBehaviorRotation'}¶
- property rotation¶
Gets the rotation of this PinKinematicBehavior. # noqa: E501
- Returns:
The rotation of this PinKinematicBehavior. # noqa: E501
- Return type:
OneOfPinKinematicBehaviorRotation
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.plane_tree module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.plane_tree.PlaneTree(type='PLANE_TREE', average_tree_height=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'average_tree_height': 'averageTreeHeight', 'type': 'type'}¶
- property average_tree_height¶
Gets the average_tree_height of this PlaneTree. # noqa: E501
- Returns:
The average_tree_height of this PlaneTree. # noqa: E501
- Return type:
- openapi_types = {'average_tree_height': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PlaneTree. # noqa: E501
Schema name: PlaneTree # noqa: E501
- Returns:
The type of this PlaneTree. # noqa: E501
- Return type:
str
simscale_sdk.models.plastic_material_behavior module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.plastic_material_behavior.PlasticMaterialBehavior(type='PLASTIC', elasto_plastic_model=None, creep_formulation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'creep_formulation': 'creepFormulation', 'elasto_plastic_model': 'elastoPlasticModel', 'type': 'type'}¶
- property creep_formulation¶
Gets the creep_formulation of this PlasticMaterialBehavior. # noqa: E501
- Returns:
The creep_formulation of this PlasticMaterialBehavior. # noqa: E501
- Return type:
OneOfPlasticMaterialBehaviorCreepFormulation
- property elasto_plastic_model¶
Gets the elasto_plastic_model of this PlasticMaterialBehavior. # noqa: E501
- Returns:
The elasto_plastic_model of this PlasticMaterialBehavior. # noqa: E501
- Return type:
OneOfPlasticMaterialBehaviorElastoPlasticModel
- openapi_types = {'creep_formulation': 'OneOfPlasticMaterialBehaviorCreepFormulation', 'elasto_plastic_model': 'OneOfPlasticMaterialBehaviorElastoPlasticModel', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PlasticMaterialBehavior. # noqa: E501
<p>Choose the material behavior for your problem. </p> <br /><br />Important remarks:<br /> <ul><li>Choose <b>Linear elastic</b> if the stress-strain relationship of your material is linear.</li><li>Choose <b>Elasto-plastic</b> if the stress-strain relationship of your material is non-linear after some point e.g. yielding point.</li><li>Choose <b>Hyperelastic</b> if your material responds elastically even at higher deformations.</li></ul> Schema name: PlasticMaterialBehavior # noqa: E501
- Returns:
The type of this PlasticMaterialBehavior. # noqa: E501
- Return type:
str
simscale_sdk.models.plate_data module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.plate_data.PlateData(free_area_ratio=None, hole_shape=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'free_area_ratio': 'freeAreaRatio', 'hole_shape': 'holeShape'}¶
- property free_area_ratio¶
Gets the free_area_ratio of this PlateData. # noqa: E501
Free area ratio is the ratio of open area of the perforated plate to its total area. # noqa: E501
- Returns:
The free_area_ratio of this PlateData. # noqa: E501
- Return type:
float
- property hole_shape¶
Gets the hole_shape of this PlateData. # noqa: E501
- Returns:
The hole_shape of this PlateData. # noqa: E501
- Return type:
OneOfPlateDataHoleShape
- openapi_types = {'free_area_ratio': 'float', 'hole_shape': 'OneOfPlateDataHoleShape'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.point module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.point.Point(type='POINT', id=None, name=None, center=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'center': 'center', 'id': 'id', 'name': 'name', 'type': 'type'}¶
- property center¶
Gets the center of this Point. # noqa: E501
- Returns:
The center of this Point. # noqa: E501
- Return type:
- property id¶
Gets the id of this Point. # noqa: E501
- Returns:
The id of this Point. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this Point. # noqa: E501
- Returns:
The name of this Point. # noqa: E501
- Return type:
str
- openapi_types = {'center': 'DimensionalVectorLength', 'id': 'str', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Point. # noqa: E501
Schema name: Point # noqa: E501
- Returns:
The type of this Point. # noqa: E501
- Return type:
str
simscale_sdk.models.point_mass_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.point_mass_bc.PointMassBC(type='POINT_MASS', name=None, mass=None, mass_moment_of_inertia=None, external_point=None, deformation_behavior=None, enable_search_radius=None, search_radius=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'deformation_behavior': 'deformationBehavior', 'enable_search_radius': 'enableSearchRadius', 'external_point': 'externalPoint', 'mass': 'mass', 'mass_moment_of_inertia': 'massMomentOfInertia', 'name': 'name', 'search_radius': 'searchRadius', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property deformation_behavior¶
Gets the deformation_behavior of this PointMassBC. # noqa: E501
<p>Choose the deformation behavior of the entity which the point mass is connected to. If <b>deformable</b> is selected, the entity is allowed to deform, selecting <b>undeformable</b> leads to a rigid entity.</p> # noqa: E501
- Returns:
The deformation_behavior of this PointMassBC. # noqa: E501
- Return type:
str
- property enable_search_radius¶
Gets the enable_search_radius of this PointMassBC. # noqa: E501
- Returns:
The enable_search_radius of this PointMassBC. # noqa: E501
- Return type:
bool
- property external_point¶
Gets the external_point of this PointMassBC. # noqa: E501
- Returns:
The external_point of this PointMassBC. # noqa: E501
- Return type:
- property mass¶
Gets the mass of this PointMassBC. # noqa: E501
- Returns:
The mass of this PointMassBC. # noqa: E501
- Return type:
- property mass_moment_of_inertia¶
Gets the mass_moment_of_inertia of this PointMassBC. # noqa: E501
- Returns:
The mass_moment_of_inertia of this PointMassBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this PointMassBC. # noqa: E501
- Returns:
The name of this PointMassBC. # noqa: E501
- Return type:
str
- openapi_types = {'deformation_behavior': 'str', 'enable_search_radius': 'bool', 'external_point': 'DimensionalVectorLength', 'mass': 'DimensionalMass', 'mass_moment_of_inertia': 'DimensionalVectorMomentOfInertia', 'name': 'str', 'search_radius': 'DimensionalLength', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property search_radius¶
Gets the search_radius of this PointMassBC. # noqa: E501
- Returns:
The search_radius of this PointMassBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PointMassBC. # noqa: E501
- Returns:
The topological_reference of this PointMassBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this PointMassBC. # noqa: E501
<p>Define a <b>Point mass</b> boundary condition in order to insert an additional mass on a specific location of the active model.</p> Schema name: PointMassBC # noqa: E501
- Returns:
The type of this PointMassBC. # noqa: E501
- Return type:
str
simscale_sdk.models.polynomial_function module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.polynomial_function.PolynomialFunction(type='POLYNOMIAL', coefficients=None, parameter_base_unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'coefficients': 'coefficients', 'parameter_base_unit': 'parameterBaseUnit', 'type': 'type'}¶
- property coefficients¶
Gets the coefficients of this PolynomialFunction. # noqa: E501
- Returns:
The coefficients of this PolynomialFunction. # noqa: E501
- Return type:
list[float]
- openapi_types = {'coefficients': 'list[float]', 'parameter_base_unit': 'str', 'type': 'str'}¶
- property parameter_base_unit¶
Gets the parameter_base_unit of this PolynomialFunction. # noqa: E501
- Returns:
The parameter_base_unit of this PolynomialFunction. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PolynomialFunction. # noqa: E501
Schema name: PolynomialFunction # noqa: E501
- Returns:
The type of this PolynomialFunction. # noqa: E501
- Return type:
str
simscale_sdk.models.porous_tree module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.porous_tree.PorousTree(type='POROUS_TREE', name=None, tree_type=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'topological_reference': 'topologicalReference', 'tree_type': 'treeType', 'type': 'type'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this PorousTree. # noqa: E501
- Returns:
The geometry_primitive_uuids of this PorousTree. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this PorousTree. # noqa: E501
- Returns:
The name of this PorousTree. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'topological_reference': 'TopologicalReference', 'tree_type': 'OneOfPorousTreeTreeType', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PorousTree. # noqa: E501
- Returns:
The topological_reference of this PorousTree. # noqa: E501
- Return type:
- property tree_type¶
Gets the tree_type of this PorousTree. # noqa: E501
- Returns:
The tree_type of this PorousTree. # noqa: E501
- Return type:
OneOfPorousTreeTreeType
- property type¶
Gets the type of this PorousTree. # noqa: E501
Schema name: PorousTree # noqa: E501
- Returns:
The type of this PorousTree. # noqa: E501
- Return type:
str
simscale_sdk.models.power_ferrite_core_loss module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.power_ferrite_core_loss.PowerFerriteCoreLoss(type='POWER_FERRITE', steinmetz_constant=None, frequency_exponent=None, flux_density_exponent=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'flux_density_exponent': 'fluxDensityExponent', 'frequency_exponent': 'frequencyExponent', 'steinmetz_constant': 'steinmetzConstant', 'type': 'type'}¶
- property flux_density_exponent¶
Gets the flux_density_exponent of this PowerFerriteCoreLoss. # noqa: E501
- Returns:
The flux_density_exponent of this PowerFerriteCoreLoss. # noqa: E501
- Return type:
float
- property frequency_exponent¶
Gets the frequency_exponent of this PowerFerriteCoreLoss. # noqa: E501
- Returns:
The frequency_exponent of this PowerFerriteCoreLoss. # noqa: E501
- Return type:
float
- openapi_types = {'flux_density_exponent': 'float', 'frequency_exponent': 'float', 'steinmetz_constant': 'float', 'type': 'str'}¶
- property steinmetz_constant¶
Gets the steinmetz_constant of this PowerFerriteCoreLoss. # noqa: E501
- Returns:
The steinmetz_constant of this PowerFerriteCoreLoss. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PowerFerriteCoreLoss. # noqa: E501
Schema name: PowerFerriteCoreLoss # noqa: E501
- Returns:
The type of this PowerFerriteCoreLoss. # noqa: E501
- Return type:
str
simscale_sdk.models.power_heat_source module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.power_heat_source.PowerHeatSource(type='POWER', power=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'power': 'power', 'type': 'type'}¶
- openapi_types = {'power': 'DimensionalPower', 'type': 'str'}¶
- property power¶
Gets the power of this PowerHeatSource. # noqa: E501
- Returns:
The power of this PowerHeatSource. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PowerHeatSource. # noqa: E501
Schema name: PowerHeatSource # noqa: E501
- Returns:
The type of this PowerHeatSource. # noqa: E501
- Return type:
str
simscale_sdk.models.power_law_medium module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.power_law_medium.PowerLawMedium(type='POWER_LAW', name=None, linear_coefficient=None, exponent_coefficient=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'exponent_coefficient': 'exponentCoefficient', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'linear_coefficient': 'linearCoefficient', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property exponent_coefficient¶
Gets the exponent_coefficient of this PowerLawMedium. # noqa: E501
- Returns:
The exponent_coefficient of this PowerLawMedium. # noqa: E501
- Return type:
float
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this PowerLawMedium. # noqa: E501
- Returns:
The geometry_primitive_uuids of this PowerLawMedium. # noqa: E501
- Return type:
list[str]
- property linear_coefficient¶
Gets the linear_coefficient of this PowerLawMedium. # noqa: E501
- Returns:
The linear_coefficient of this PowerLawMedium. # noqa: E501
- Return type:
float
- property name¶
Gets the name of this PowerLawMedium. # noqa: E501
- Returns:
The name of this PowerLawMedium. # noqa: E501
- Return type:
str
- openapi_types = {'exponent_coefficient': 'float', 'geometry_primitive_uuids': 'list[str]', 'linear_coefficient': 'float', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PowerLawMedium. # noqa: E501
- Returns:
The topological_reference of this PowerLawMedium. # noqa: E501
- Return type:
- property type¶
Gets the type of this PowerLawMedium. # noqa: E501
Schema name: PowerLawMedium # noqa: E501
- Returns:
The type of this PowerLawMedium. # noqa: E501
- Return type:
str
simscale_sdk.models.power_law_viscosity_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.power_law_viscosity_model.PowerLawViscosityModel(type='POWER_LAW', k=None, n=None, nu_min=None, nu_max=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'k': 'k', 'n': 'n', 'nu_max': 'nuMax', 'nu_min': 'nuMin', 'type': 'type'}¶
- property k¶
Gets the k of this PowerLawViscosityModel. # noqa: E501
- Returns:
The k of this PowerLawViscosityModel. # noqa: E501
- Return type:
- property n¶
Gets the n of this PowerLawViscosityModel. # noqa: E501
- Returns:
The n of this PowerLawViscosityModel. # noqa: E501
- Return type:
- property nu_max¶
Gets the nu_max of this PowerLawViscosityModel. # noqa: E501
- Returns:
The nu_max of this PowerLawViscosityModel. # noqa: E501
- Return type:
- property nu_min¶
Gets the nu_min of this PowerLawViscosityModel. # noqa: E501
- Returns:
The nu_min of this PowerLawViscosityModel. # noqa: E501
- Return type:
- openapi_types = {'k': 'DimensionalKinematicViscosity', 'n': 'DimensionalDimensionless', 'nu_max': 'DimensionalKinematicViscosity', 'nu_min': 'DimensionalKinematicViscosity', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PowerLawViscosityModel. # noqa: E501
Choose between <a href=’https://www.simscale.com/docs/simulation-setup/materials/#newtonian-model’ target=’_blank’>Newtonian</a> and <a href=’https://www.simscale.com/docs/simulation-setup/materials/non-newtonian-models/’ target=’_blank’>Non-Newtonian</a> viscosity models. Schema name: PowerLawViscosityModel # noqa: E501
- Returns:
The type of this PowerLawViscosityModel. # noqa: E501
- Return type:
str
simscale_sdk.models.prandtl_les_delta module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.prandtl_les_delta.PrandtlLesDelta(type='PRANDTL', delta_coefficient=None, delta_reduction_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'delta_coefficient': 'deltaCoefficient', 'delta_reduction_coefficient': 'deltaReductionCoefficient', 'type': 'type'}¶
- property delta_coefficient¶
Gets the delta_coefficient of this PrandtlLesDelta. # noqa: E501
- Returns:
The delta_coefficient of this PrandtlLesDelta. # noqa: E501
- Return type:
OneOfPrandtlLesDeltaDeltaCoefficient
- property delta_reduction_coefficient¶
Gets the delta_reduction_coefficient of this PrandtlLesDelta. # noqa: E501
- Returns:
The delta_reduction_coefficient of this PrandtlLesDelta. # noqa: E501
- Return type:
float
- openapi_types = {'delta_coefficient': 'OneOfPrandtlLesDeltaDeltaCoefficient', 'delta_reduction_coefficient': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PrandtlLesDelta. # noqa: E501
Schema name: PrandtlLesDelta # noqa: E501
- Returns:
The type of this PrandtlLesDelta. # noqa: E501
- Return type:
str
simscale_sdk.models.prescribed_optional_function module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.prescribed_optional_function.PrescribedOptionalFunction(type='PRESCRIBED', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'OneOfPrescribedOptionalFunctionValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PrescribedOptionalFunction. # noqa: E501
Schema name: PrescribedOptionalFunction # noqa: E501
- Returns:
The type of this PrescribedOptionalFunction. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this PrescribedOptionalFunction. # noqa: E501
- Returns:
The value of this PrescribedOptionalFunction. # noqa: E501
- Return type:
OneOfPrescribedOptionalFunctionValue
simscale_sdk.models.pressure_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_bc.PressureBC(type='PRESSURE', name=None, pressure=None, phase_angle=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'phase_angle': 'phaseAngle', 'pressure': 'pressure', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this PressureBC. # noqa: E501
- Returns:
The name of this PressureBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'phase_angle': 'DimensionalAngle', 'pressure': 'DimensionalFunctionPressure', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property phase_angle¶
Gets the phase_angle of this PressureBC. # noqa: E501
- Returns:
The phase_angle of this PressureBC. # noqa: E501
- Return type:
- property pressure¶
Gets the pressure of this PressureBC. # noqa: E501
- Returns:
The pressure of this PressureBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PressureBC. # noqa: E501
- Returns:
The topological_reference of this PressureBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this PressureBC. # noqa: E501
This is a <b>pressure</b> boundary condition representing a distributed load on the selection. It is applied normal to the surface of all face elements.<br /><br />Important remarks: <br /><ul><li>The applied total force depends on the surface area of the selection.</li><li>The normal direction of the faces is computed only in the undeformed state and not updated for large deformations.</li><li>For transient analyses you may define a <b>time dependent</b> value by uploading a table (csv-file).</li></ul><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/pressure/’ target=’_blank’>Learn more</a>. Schema name: PressureBC # noqa: E501
- Returns:
The type of this PressureBC. # noqa: E501
- Return type:
str
simscale_sdk.models.pressure_bc_marc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_bc_marc.PressureBCMarc(type='PRESSURE', name=None, pressure=None, is_follower_pressure=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'is_follower_pressure': 'isFollowerPressure', 'name': 'name', 'pressure': 'pressure', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property is_follower_pressure¶
Gets the is_follower_pressure of this PressureBCMarc. # noqa: E501
- Returns:
The is_follower_pressure of this PressureBCMarc. # noqa: E501
- Return type:
bool
- property name¶
Gets the name of this PressureBCMarc. # noqa: E501
- Returns:
The name of this PressureBCMarc. # noqa: E501
- Return type:
str
- openapi_types = {'is_follower_pressure': 'bool', 'name': 'str', 'pressure': 'DimensionalFunctionPressure', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property pressure¶
Gets the pressure of this PressureBCMarc. # noqa: E501
- Returns:
The pressure of this PressureBCMarc. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PressureBCMarc. # noqa: E501
- Returns:
The topological_reference of this PressureBCMarc. # noqa: E501
- Return type:
- property type¶
Gets the type of this PressureBCMarc. # noqa: E501
This is a <b>pressure</b> boundary condition representing a distributed load on the selection. It is applied normal to the surface of all face elements.<br /><br />Important remarks: <br /><ul><li>The applied total force depends on the surface area of the selection.</li><li>The normal direction of the faces is computed only in the undeformed state and not updated for large deformations.</li><li>For transient analyses you may define a <b>time dependent</b> value by uploading a table (csv-file).</li></ul><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/pressure/’ target=’_blank’>Learn more</a>. Schema name: PressureBCMarc # noqa: E501
- Returns:
The type of this PressureBCMarc. # noqa: E501
- Return type:
str
simscale_sdk.models.pressure_coefficient_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_coefficient_result_type.PressureCoefficientResultType(type='PRESSURE_COEFFICIENT', free_stream_pressure=None, free_stream_velocity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'free_stream_pressure': 'freeStreamPressure', 'free_stream_velocity': 'freeStreamVelocity', 'type': 'type'}¶
- property free_stream_pressure¶
Gets the free_stream_pressure of this PressureCoefficientResultType. # noqa: E501
- Returns:
The free_stream_pressure of this PressureCoefficientResultType. # noqa: E501
- Return type:
- property free_stream_velocity¶
Gets the free_stream_velocity of this PressureCoefficientResultType. # noqa: E501
- Returns:
The free_stream_velocity of this PressureCoefficientResultType. # noqa: E501
- Return type:
- openapi_types = {'free_stream_pressure': 'DimensionalPressure', 'free_stream_velocity': 'DimensionalVectorSpeed', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PressureCoefficientResultType. # noqa: E501
Schema name: PressureCoefficientResultType # noqa: E501
- Returns:
The type of this PressureCoefficientResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.pressure_difference_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_difference_result_control.PressureDifferenceResultControl(type='PRESSURE_DIFFERENCE', name=None, absolute_value_of_pressure_difference=None, inlet_face_pressure_difference_type=None, inlet_face_topological_reference=None, outlet_face_pressure_difference_type=None, outlet_face_topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property absolute_value_of_pressure_difference¶
Gets the absolute_value_of_pressure_difference of this PressureDifferenceResultControl. # noqa: E501
Ensure a non-negative pressure difference result. Useful for many applications in which the pressure difference is assumed to be a <i>pressure drop</i>. However, leaving this on may yield <b>non-physical</b> results for some combinations of static/total pressure. # noqa: E501
- Returns:
The absolute_value_of_pressure_difference of this PressureDifferenceResultControl. # noqa: E501
- Return type:
bool
- attribute_map = {'absolute_value_of_pressure_difference': 'absoluteValueOfPressureDifference', 'inlet_face_pressure_difference_type': 'inletFacePressureDifferenceType', 'inlet_face_topological_reference': 'inletFaceTopologicalReference', 'name': 'name', 'outlet_face_pressure_difference_type': 'outletFacePressureDifferenceType', 'outlet_face_topological_reference': 'outletFaceTopologicalReference', 'type': 'type'}¶
- property inlet_face_pressure_difference_type¶
Gets the inlet_face_pressure_difference_type of this PressureDifferenceResultControl. # noqa: E501
<p>The total pressure is the sum of the static pressure and the dynamic pressure.</p> # noqa: E501
- Returns:
The inlet_face_pressure_difference_type of this PressureDifferenceResultControl. # noqa: E501
- Return type:
str
- property inlet_face_topological_reference¶
Gets the inlet_face_topological_reference of this PressureDifferenceResultControl. # noqa: E501
- Returns:
The inlet_face_topological_reference of this PressureDifferenceResultControl. # noqa: E501
- Return type:
- property name¶
Gets the name of this PressureDifferenceResultControl. # noqa: E501
- Returns:
The name of this PressureDifferenceResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'absolute_value_of_pressure_difference': 'bool', 'inlet_face_pressure_difference_type': 'str', 'inlet_face_topological_reference': 'TopologicalReference', 'name': 'str', 'outlet_face_pressure_difference_type': 'str', 'outlet_face_topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property outlet_face_pressure_difference_type¶
Gets the outlet_face_pressure_difference_type of this PressureDifferenceResultControl. # noqa: E501
<p>The total pressure is the sum of the static pressure and the dynamic pressure.</p> # noqa: E501
- Returns:
The outlet_face_pressure_difference_type of this PressureDifferenceResultControl. # noqa: E501
- Return type:
str
- property outlet_face_topological_reference¶
Gets the outlet_face_topological_reference of this PressureDifferenceResultControl. # noqa: E501
- Returns:
The outlet_face_topological_reference of this PressureDifferenceResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PressureDifferenceResultControl. # noqa: E501
Schema name: PressureDifferenceResultControl # noqa: E501
- Returns:
The type of this PressureDifferenceResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.pressure_inlet_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_inlet_bc.PressureInletBC(type='PRESSURE_INLET_V31', name=None, pressure=None, pressure_rgh=None, gauge_pressure=None, gauge_pressure_rgh=None, turbulence=None, temperature=None, passive_scalars=None, phase_fraction=None, phase_fractions_v2=None, mass_fractions_v2=None, hydrostatic_pressure=None, net_radiative_heat_flux=None, radiative_intensity_ray=None, relative_humidity=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gauge_pressure': 'gaugePressure', 'gauge_pressure_rgh': 'gaugePressureRgh', 'hydrostatic_pressure': 'hydrostaticPressure', 'mass_fractions_v2': 'massFractionsV2', 'name': 'name', 'net_radiative_heat_flux': 'netRadiativeHeatFlux', 'passive_scalars': 'passiveScalars', 'phase_fraction': 'phaseFraction', 'phase_fractions_v2': 'phaseFractionsV2', 'pressure': 'pressure', 'pressure_rgh': 'pressureRgh', 'radiative_intensity_ray': 'radiativeIntensityRay', 'relative_humidity': 'relativeHumidity', 'temperature': 'temperature', 'topological_reference': 'topologicalReference', 'turbulence': 'turbulence', 'type': 'type'}¶
- property gauge_pressure¶
Gets the gauge_pressure of this PressureInletBC. # noqa: E501
- Returns:
The gauge_pressure of this PressureInletBC. # noqa: E501
- Return type:
OneOfPressureInletBCGaugePressure
- property gauge_pressure_rgh¶
Gets the gauge_pressure_rgh of this PressureInletBC. # noqa: E501
- Returns:
The gauge_pressure_rgh of this PressureInletBC. # noqa: E501
- Return type:
- property hydrostatic_pressure¶
Gets the hydrostatic_pressure of this PressureInletBC. # noqa: E501
- Returns:
The hydrostatic_pressure of this PressureInletBC. # noqa: E501
- Return type:
- property mass_fractions_v2¶
Gets the mass_fractions_v2 of this PressureInletBC. # noqa: E501
- Returns:
The mass_fractions_v2 of this PressureInletBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this PressureInletBC. # noqa: E501
- Returns:
The name of this PressureInletBC. # noqa: E501
- Return type:
str
- property net_radiative_heat_flux¶
Gets the net_radiative_heat_flux of this PressureInletBC. # noqa: E501
- Returns:
The net_radiative_heat_flux of this PressureInletBC. # noqa: E501
- Return type:
OneOfPressureInletBCNetRadiativeHeatFlux
- openapi_types = {'gauge_pressure': 'OneOfPressureInletBCGaugePressure', 'gauge_pressure_rgh': 'TotalPBC', 'hydrostatic_pressure': 'HydrostaticPressure', 'mass_fractions_v2': 'InletFixedMFValues', 'name': 'str', 'net_radiative_heat_flux': 'OneOfPressureInletBCNetRadiativeHeatFlux', 'passive_scalars': 'list[FixedValuePSBC]', 'phase_fraction': 'FixedValuePFBC', 'phase_fractions_v2': 'InletFixedPFValues', 'pressure': 'TotalPBC', 'pressure_rgh': 'TotalPBC', 'radiative_intensity_ray': 'OneOfPressureInletBCRadiativeIntensityRay', 'relative_humidity': 'FixedValueRHBC', 'temperature': 'OneOfPressureInletBCTemperature', 'topological_reference': 'TopologicalReference', 'turbulence': 'OneOfPressureInletBCTurbulence', 'type': 'str'}¶
- property passive_scalars¶
Gets the passive_scalars of this PressureInletBC. # noqa: E501
Please choose a boundary condition for passive scalar (T). # noqa: E501
- Returns:
The passive_scalars of this PressureInletBC. # noqa: E501
- Return type:
list[FixedValuePSBC]
- property phase_fraction¶
Gets the phase_fraction of this PressureInletBC. # noqa: E501
- Returns:
The phase_fraction of this PressureInletBC. # noqa: E501
- Return type:
- property phase_fractions_v2¶
Gets the phase_fractions_v2 of this PressureInletBC. # noqa: E501
- Returns:
The phase_fractions_v2 of this PressureInletBC. # noqa: E501
- Return type:
- property pressure¶
Gets the pressure of this PressureInletBC. # noqa: E501
- Returns:
The pressure of this PressureInletBC. # noqa: E501
- Return type:
- property pressure_rgh¶
Gets the pressure_rgh of this PressureInletBC. # noqa: E501
- Returns:
The pressure_rgh of this PressureInletBC. # noqa: E501
- Return type:
- property radiative_intensity_ray¶
Gets the radiative_intensity_ray of this PressureInletBC. # noqa: E501
- Returns:
The radiative_intensity_ray of this PressureInletBC. # noqa: E501
- Return type:
OneOfPressureInletBCRadiativeIntensityRay
- property relative_humidity¶
Gets the relative_humidity of this PressureInletBC. # noqa: E501
- Returns:
The relative_humidity of this PressureInletBC. # noqa: E501
- Return type:
- property temperature¶
Gets the temperature of this PressureInletBC. # noqa: E501
- Returns:
The temperature of this PressureInletBC. # noqa: E501
- Return type:
OneOfPressureInletBCTemperature
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PressureInletBC. # noqa: E501
- Returns:
The topological_reference of this PressureInletBC. # noqa: E501
- Return type:
- property turbulence¶
Gets the turbulence of this PressureInletBC. # noqa: E501
- Returns:
The turbulence of this PressureInletBC. # noqa: E501
- Return type:
OneOfPressureInletBCTurbulence
- property type¶
Gets the type of this PressureInletBC. # noqa: E501
This boundary condition is suitable for inlet and open boundaries where the value of <b>pressure</b> is known. Schema name: PressureInletBC # noqa: E501
- Returns:
The type of this PressureInletBC. # noqa: E501
- Return type:
str
simscale_sdk.models.pressure_inlet_outlet_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_inlet_outlet_vbc.PressureInletOutletVBC(type='PRESSURE_INLET_OUTLET_VELOCITY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PressureInletOutletVBC. # noqa: E501
Schema name: PressureInletOutletVBC # noqa: E501
- Returns:
The type of this PressureInletOutletVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.pressure_inlet_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_inlet_vbc.PressureInletVBC(type='PRESSURE_INLET_VELOCITY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PressureInletVBC. # noqa: E501
Schema name: PressureInletVBC # noqa: E501
- Returns:
The type of this PressureInletVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.pressure_loss_curve module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_loss_curve.PressureLossCurve(type='PRESSURE_LOSS_CURVE', name=None, pressure_loss_data=None, directional_dependency=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'directional_dependency': 'directionalDependency', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'pressure_loss_data': 'pressureLossData', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property directional_dependency¶
Gets the directional_dependency of this PressureLossCurve. # noqa: E501
- Returns:
The directional_dependency of this PressureLossCurve. # noqa: E501
- Return type:
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this PressureLossCurve. # noqa: E501
- Returns:
The geometry_primitive_uuids of this PressureLossCurve. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this PressureLossCurve. # noqa: E501
- Returns:
The name of this PressureLossCurve. # noqa: E501
- Return type:
str
- openapi_types = {'directional_dependency': 'DirectionalDependency', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'pressure_loss_data': 'PressureLossData', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property pressure_loss_data¶
Gets the pressure_loss_data of this PressureLossCurve. # noqa: E501
- Returns:
The pressure_loss_data of this PressureLossCurve. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PressureLossCurve. # noqa: E501
- Returns:
The topological_reference of this PressureLossCurve. # noqa: E501
- Return type:
- property type¶
Gets the type of this PressureLossCurve. # noqa: E501
Schema name: PressureLossCurve # noqa: E501
- Returns:
The type of this PressureLossCurve. # noqa: E501
- Return type:
str
simscale_sdk.models.pressure_loss_data module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_loss_data.PressureLossData(pressure_loss_curve=None, flow_direction_length=None, cross_section_area=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'cross_section_area': 'crossSectionArea', 'flow_direction_length': 'flowDirectionLength', 'pressure_loss_curve': 'pressureLossCurve'}¶
- property cross_section_area¶
Gets the cross_section_area of this PressureLossData. # noqa: E501
- Returns:
The cross_section_area of this PressureLossData. # noqa: E501
- Return type:
- property flow_direction_length¶
Gets the flow_direction_length of this PressureLossData. # noqa: E501
- Returns:
The flow_direction_length of this PressureLossData. # noqa: E501
- Return type:
- openapi_types = {'cross_section_area': 'DimensionalArea', 'flow_direction_length': 'DimensionalLength', 'pressure_loss_curve': 'DimensionalFunctionPressure'}¶
- property pressure_loss_curve¶
Gets the pressure_loss_curve of this PressureLossData. # noqa: E501
- Returns:
The pressure_loss_curve of this PressureLossData. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.pressure_loss_function_medium module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_loss_function_medium.PressureLossFunctionMedium(type='PRESSURE_LOSS_FUNCTION', name=None, pressure_loss_function=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'pressure_loss_function': 'pressureLossFunction', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this PressureLossFunctionMedium. # noqa: E501
- Returns:
The name of this PressureLossFunctionMedium. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'pressure_loss_function': 'DimensionalFunctionPressure', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property pressure_loss_function¶
Gets the pressure_loss_function of this PressureLossFunctionMedium. # noqa: E501
- Returns:
The pressure_loss_function of this PressureLossFunctionMedium. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PressureLossFunctionMedium. # noqa: E501
- Returns:
The topological_reference of this PressureLossFunctionMedium. # noqa: E501
- Return type:
- property type¶
Gets the type of this PressureLossFunctionMedium. # noqa: E501
Schema name: PressureLossFunctionMedium # noqa: E501
- Returns:
The type of this PressureLossFunctionMedium. # noqa: E501
- Return type:
str
simscale_sdk.models.pressure_outlet_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_outlet_bc.PressureOutletBC(type='PRESSURE_OUTLET_V30', name=None, pressure=None, pressure_rgh=None, gauge_pressure=None, phase_fractions_v2=None, mass_fractions_v2=None, hydrostatic_pressure=None, gauge_pressure_rgh=None, net_radiative_heat_flux=None, radiative_intensity_ray=None, relative_humidity=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'gauge_pressure': 'gaugePressure', 'gauge_pressure_rgh': 'gaugePressureRgh', 'hydrostatic_pressure': 'hydrostaticPressure', 'mass_fractions_v2': 'massFractionsV2', 'name': 'name', 'net_radiative_heat_flux': 'netRadiativeHeatFlux', 'phase_fractions_v2': 'phaseFractionsV2', 'pressure': 'pressure', 'pressure_rgh': 'pressureRgh', 'radiative_intensity_ray': 'radiativeIntensityRay', 'relative_humidity': 'relativeHumidity', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property gauge_pressure¶
Gets the gauge_pressure of this PressureOutletBC. # noqa: E501
- Returns:
The gauge_pressure of this PressureOutletBC. # noqa: E501
- Return type:
OneOfPressureOutletBCGaugePressure
- property gauge_pressure_rgh¶
Gets the gauge_pressure_rgh of this PressureOutletBC. # noqa: E501
- Returns:
The gauge_pressure_rgh of this PressureOutletBC. # noqa: E501
- Return type:
OneOfPressureOutletBCGaugePressureRgh
- property hydrostatic_pressure¶
Gets the hydrostatic_pressure of this PressureOutletBC. # noqa: E501
- Returns:
The hydrostatic_pressure of this PressureOutletBC. # noqa: E501
- Return type:
- property mass_fractions_v2¶
Gets the mass_fractions_v2 of this PressureOutletBC. # noqa: E501
- Returns:
The mass_fractions_v2 of this PressureOutletBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this PressureOutletBC. # noqa: E501
- Returns:
The name of this PressureOutletBC. # noqa: E501
- Return type:
str
- property net_radiative_heat_flux¶
Gets the net_radiative_heat_flux of this PressureOutletBC. # noqa: E501
- Returns:
The net_radiative_heat_flux of this PressureOutletBC. # noqa: E501
- Return type:
OneOfPressureOutletBCNetRadiativeHeatFlux
- openapi_types = {'gauge_pressure': 'OneOfPressureOutletBCGaugePressure', 'gauge_pressure_rgh': 'OneOfPressureOutletBCGaugePressureRgh', 'hydrostatic_pressure': 'HydrostaticPressure', 'mass_fractions_v2': 'OutletBackFlowMFValues', 'name': 'str', 'net_radiative_heat_flux': 'OneOfPressureOutletBCNetRadiativeHeatFlux', 'phase_fractions_v2': 'OneOfPressureOutletBCPhaseFractionsV2', 'pressure': 'OneOfPressureOutletBCPressure', 'pressure_rgh': 'OneOfPressureOutletBCPressureRgh', 'radiative_intensity_ray': 'OneOfPressureOutletBCRadiativeIntensityRay', 'relative_humidity': 'InletOutletRHBC', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property phase_fractions_v2¶
Gets the phase_fractions_v2 of this PressureOutletBC. # noqa: E501
- Returns:
The phase_fractions_v2 of this PressureOutletBC. # noqa: E501
- Return type:
OneOfPressureOutletBCPhaseFractionsV2
- property pressure¶
Gets the pressure of this PressureOutletBC. # noqa: E501
- Returns:
The pressure of this PressureOutletBC. # noqa: E501
- Return type:
OneOfPressureOutletBCPressure
- property pressure_rgh¶
Gets the pressure_rgh of this PressureOutletBC. # noqa: E501
- Returns:
The pressure_rgh of this PressureOutletBC. # noqa: E501
- Return type:
OneOfPressureOutletBCPressureRgh
- property radiative_intensity_ray¶
Gets the radiative_intensity_ray of this PressureOutletBC. # noqa: E501
- Returns:
The radiative_intensity_ray of this PressureOutletBC. # noqa: E501
- Return type:
OneOfPressureOutletBCRadiativeIntensityRay
- property relative_humidity¶
Gets the relative_humidity of this PressureOutletBC. # noqa: E501
- Returns:
The relative_humidity of this PressureOutletBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this PressureOutletBC. # noqa: E501
- Returns:
The topological_reference of this PressureOutletBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this PressureOutletBC. # noqa: E501
This boundary condition allows to specify a <b>pressure</b> value at an outlet boundary. Schema name: PressureOutletBC # noqa: E501
- Returns:
The type of this PressureOutletBC. # noqa: E501
- Return type:
str
simscale_sdk.models.pressure_value_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.pressure_value_result_type.PressureValueResultType(type='PRESSURE_VALUE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PressureValueResultType. # noqa: E501
Schema name: PressureValueResultType # noqa: E501
- Returns:
The type of this PressureValueResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.principal_green_lagrange_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.principal_green_lagrange_strain_type.PrincipalGreenLagrangeStrainType(type='PRINCIPAL_GREEN_LAGRANGE', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this PrincipalGreenLagrangeStrainType. # noqa: E501
- Returns:
The component_selection of this PrincipalGreenLagrangeStrainType. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PrincipalGreenLagrangeStrainType. # noqa: E501
Schema name: PrincipalGreenLagrangeStrainType # noqa: E501
- Returns:
The type of this PrincipalGreenLagrangeStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.principal_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.principal_strain_type.PrincipalStrainType(type='PRINCIPAL', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this PrincipalStrainType. # noqa: E501
- Returns:
The component_selection of this PrincipalStrainType. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PrincipalStrainType. # noqa: E501
Schema name: PrincipalStrainType # noqa: E501
- Returns:
The type of this PrincipalStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.principal_stress_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.principal_stress_type.PrincipalStressType(type='PRINCIPAL', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this PrincipalStressType. # noqa: E501
- Returns:
The component_selection of this PrincipalStressType. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this PrincipalStressType. # noqa: E501
Schema name: PrincipalStressType # noqa: E501
- Returns:
The type of this PrincipalStressType. # noqa: E501
- Return type:
str
simscale_sdk.models.probe_points_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.probe_points_result_control.ProbePointsResultControl(type='PROBE_POINTS', name=None, write_control=None, fraction_from_end=None, export_statistics=None, geometry_primitive_uuids=None, probe_locations=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'export_statistics': 'exportStatistics', 'fraction_from_end': 'fractionFromEnd', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'probe_locations': 'probeLocations', 'type': 'type', 'write_control': 'writeControl'}¶
- property export_statistics¶
Gets the export_statistics of this ProbePointsResultControl. # noqa: E501
<p>When this switch is activated, statistical data for the selected probe points will be exported:</p><ul><li>Minimum (<strong>MIN</strong>)</li><li>Maximum (<strong>MAX</strong>)</li><li>Average (<strong>AVG</strong>)</li><li>Standard deviation (<strong>STDDEV</strong>)</li><li>Root mean square (<strong>RMS</strong>)</li></ul> # noqa: E501
- Returns:
The export_statistics of this ProbePointsResultControl. # noqa: E501
- Return type:
bool
- property fraction_from_end¶
Gets the fraction_from_end of this ProbePointsResultControl. # noqa: E501
It defines the point in simulation where the result output data extraction starts. For instance, <i>Fraction from end</i> of 1 (100%) extracts all data from the beginning of the simulation while default 0.2 extracts 20% data from the end of the simulation. # noqa: E501
- Returns:
The fraction_from_end of this ProbePointsResultControl. # noqa: E501
- Return type:
float
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this ProbePointsResultControl. # noqa: E501
- Returns:
The geometry_primitive_uuids of this ProbePointsResultControl. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this ProbePointsResultControl. # noqa: E501
- Returns:
The name of this ProbePointsResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'export_statistics': 'bool', 'fraction_from_end': 'float', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'probe_locations': 'TableDefinedProbeLocations', 'type': 'str', 'write_control': 'OneOfProbePointsResultControlWriteControl'}¶
- property probe_locations¶
Gets the probe_locations of this ProbePointsResultControl. # noqa: E501
- Returns:
The probe_locations of this ProbePointsResultControl. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ProbePointsResultControl. # noqa: E501
Schema name: ProbePointsResultControl # noqa: E501
- Returns:
The type of this ProbePointsResultControl. # noqa: E501
- Return type:
str
- property write_control¶
Gets the write_control of this ProbePointsResultControl. # noqa: E501
- Returns:
The write_control of this ProbePointsResultControl. # noqa: E501
- Return type:
OneOfProbePointsResultControlWriteControl
simscale_sdk.models.progressive_refinement module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.progressive_refinement.ProgressiveRefinement(enable_progressive_refinement=None, base_refinement_fraction=None, full_refinement_fraction=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'base_refinement_fraction': 'baseRefinementFraction', 'enable_progressive_refinement': 'enableProgressiveRefinement', 'full_refinement_fraction': 'fullRefinementFraction'}¶
- property base_refinement_fraction¶
Gets the base_refinement_fraction of this ProgressiveRefinement. # noqa: E501
- Returns:
The base_refinement_fraction of this ProgressiveRefinement. # noqa: E501
- Return type:
float
- property enable_progressive_refinement¶
Gets the enable_progressive_refinement of this ProgressiveRefinement. # noqa: E501
- Returns:
The enable_progressive_refinement of this ProgressiveRefinement. # noqa: E501
- Return type:
bool
- property full_refinement_fraction¶
Gets the full_refinement_fraction of this ProgressiveRefinement. # noqa: E501
- Returns:
The full_refinement_fraction of this ProgressiveRefinement. # noqa: E501
- Return type:
float
- openapi_types = {'base_refinement_fraction': 'float', 'enable_progressive_refinement': 'bool', 'full_refinement_fraction': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.project module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.project.Project(project_id=None, space_id=None, parent_folder_id=None, created_at=None, name=None, description=None, measurement_system='SI', tags=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'created_at': 'createdAt', 'description': 'description', 'measurement_system': 'measurementSystem', 'name': 'name', 'parent_folder_id': 'parentFolderId', 'project_id': 'projectId', 'space_id': 'spaceId', 'tags': 'tags'}¶
- property created_at¶
Gets the created_at of this Project. # noqa: E501
- Returns:
The created_at of this Project. # noqa: E501
- Return type:
datetime
- property description¶
Gets the description of this Project. # noqa: E501
A meaningful description of the project. # noqa: E501
- Returns:
The description of this Project. # noqa: E501
- Return type:
str
- property measurement_system¶
Gets the measurement_system of this Project. # noqa: E501
The measurement system of the project. Can’t be modified. # noqa: E501
- Returns:
The measurement_system of this Project. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this Project. # noqa: E501
The project title should contain the application you want to analyze as well as the simulation method you want to use, e.g. ‘Heat exchanger - CHT simulation’. # noqa: E501
- Returns:
The name of this Project. # noqa: E501
- Return type:
str
- openapi_types = {'created_at': 'datetime', 'description': 'str', 'measurement_system': 'str', 'name': 'str', 'parent_folder_id': 'str', 'project_id': 'str', 'space_id': 'str', 'tags': 'list[str]'}¶
- property parent_folder_id¶
Gets the parent_folder_id of this Project. # noqa: E501
If missing, the project is located at the root level of the Space. # noqa: E501
- Returns:
The parent_folder_id of this Project. # noqa: E501
- Return type:
str
- property project_id¶
Gets the project_id of this Project. # noqa: E501
- Returns:
The project_id of this Project. # noqa: E501
- Return type:
str
- property space_id¶
Gets the space_id of this Project. # noqa: E501
Always returned by the backend. Optional at project creation. If missing, the project will be created in the Personal Space of the user. # noqa: E501
- Returns:
The space_id of this Project. # noqa: E501
- Return type:
str
- property tags¶
Gets the tags of this Project. # noqa: E501
- Returns:
The tags of this Project. # noqa: E501
- Return type:
list[str]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.project_copy_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.project_copy_request.ProjectCopyRequest(space_id=None, parent_folder_id=None, name=None, description=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'description': 'description', 'name': 'name', 'parent_folder_id': 'parentFolderId', 'space_id': 'spaceId'}¶
- property description¶
Gets the description of this ProjectCopyRequest. # noqa: E501
A meaningful description of the project. # noqa: E501
- Returns:
The description of this ProjectCopyRequest. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this ProjectCopyRequest. # noqa: E501
The project title should contain the application you want to analyze as well as the simulation method you want to use, e.g. ‘Heat exchanger - CHT simulation’. # noqa: E501
- Returns:
The name of this ProjectCopyRequest. # noqa: E501
- Return type:
str
- openapi_types = {'description': 'str', 'name': 'str', 'parent_folder_id': 'str', 'space_id': 'str'}¶
- property parent_folder_id¶
Gets the parent_folder_id of this ProjectCopyRequest. # noqa: E501
If missing, the project is located at the root level of the Space. # noqa: E501
- Returns:
The parent_folder_id of this ProjectCopyRequest. # noqa: E501
- Return type:
str
- property space_id¶
Gets the space_id of this ProjectCopyRequest. # noqa: E501
If missing, the project will be copied in the Personal Space of the user. # noqa: E501
- Returns:
The space_id of this ProjectCopyRequest. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.project_permissions module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.project_permissions.ProjectPermissions(can_preview_project=None, can_read_project=None, can_copy_project=None, can_write_project=None, can_execute_project_billable_action=None, can_manage_project=None, can_move_project_to_personal_space=None, can_list_project_permissions=None, can_edit_project_permissions=None, can_share_project_with_space_members=None, can_share_project_with_organization_members=None, can_share_project_with_anyone=None, can_make_project_public=None, can_delete_project=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'can_copy_project': 'canCopyProject', 'can_delete_project': 'canDeleteProject', 'can_edit_project_permissions': 'canEditProjectPermissions', 'can_execute_project_billable_action': 'canExecuteProjectBillableAction', 'can_list_project_permissions': 'canListProjectPermissions', 'can_make_project_public': 'canMakeProjectPublic', 'can_manage_project': 'canManageProject', 'can_move_project_to_personal_space': 'canMoveProjectToPersonalSpace', 'can_preview_project': 'canPreviewProject', 'can_read_project': 'canReadProject', 'can_share_project_with_anyone': 'canShareProjectWithAnyone', 'can_share_project_with_organization_members': 'canShareProjectWithOrganizationMembers', 'can_share_project_with_space_members': 'canShareProjectWithSpaceMembers', 'can_write_project': 'canWriteProject'}¶
- property can_copy_project¶
Gets the can_copy_project of this ProjectPermissions. # noqa: E501
Whether the current user can copy this Project. # noqa: E501
- Returns:
The can_copy_project of this ProjectPermissions. # noqa: E501
- Return type:
bool
- property can_delete_project¶
Gets the can_delete_project of this ProjectPermissions. # noqa: E501
Whether the current user can delete this Project. # noqa: E501
- Returns:
The can_delete_project of this ProjectPermissions. # noqa: E501
- Return type:
bool
- property can_edit_project_permissions¶
Gets the can_edit_project_permissions of this ProjectPermissions. # noqa: E501
Whether the current user can change who has access to this Project. # noqa: E501
- Returns:
The can_edit_project_permissions of this ProjectPermissions. # noqa: E501
- Return type:
bool
- property can_execute_project_billable_action¶
Gets the can_execute_project_billable_action of this ProjectPermissions. # noqa: E501
Whether the current user can execute a billable action on this Project. # noqa: E501
- Returns:
The can_execute_project_billable_action of this ProjectPermissions. # noqa: E501
- Return type:
bool
- property can_list_project_permissions¶
Gets the can_list_project_permissions of this ProjectPermissions. # noqa: E501
Whether the current user can see who has access to this Project. # noqa: E501
- Returns:
The can_list_project_permissions of this ProjectPermissions. # noqa: E501
- Return type:
bool
- property can_make_project_public¶
Gets the can_make_project_public of this ProjectPermissions. # noqa: E501
Whether the current user can make this project public. # noqa: E501
- Returns:
The can_make_project_public of this ProjectPermissions. # noqa: E501
- Return type:
bool
- property can_manage_project¶
Gets the can_manage_project of this ProjectPermissions. # noqa: E501
Whether the current user can manage this Project. # noqa: E501
- Returns:
The can_manage_project of this ProjectPermissions. # noqa: E501
- Return type:
bool
- property can_move_project_to_personal_space¶
Gets the can_move_project_to_personal_space of this ProjectPermissions. # noqa: E501
Whether the current user can move this Project to their Personal Space. # noqa: E501
- Returns:
The can_move_project_to_personal_space of this ProjectPermissions. # noqa: E501
- Return type:
bool
- property can_preview_project¶
Gets the can_preview_project of this ProjectPermissions. # noqa: E501
Whether the current user can see basic details about this Project. # noqa: E501
- Returns:
The can_preview_project of this ProjectPermissions. # noqa: E501
- Return type:
bool
- property can_read_project¶
Gets the can_read_project of this ProjectPermissions. # noqa: E501
Whether the current user can open this Project. # noqa: E501
- Returns:
The can_read_project of this ProjectPermissions. # noqa: E501
- Return type:
bool
Gets the can_share_project_with_anyone of this ProjectPermissions. # noqa: E501
Whether the current user can share this project with any user of the platform. # noqa: E501
- Returns:
The can_share_project_with_anyone of this ProjectPermissions. # noqa: E501
- Return type:
bool
Gets the can_share_project_with_organization_members of this ProjectPermissions. # noqa: E501
Whether the current user can share this project with members of the Organization. # noqa: E501
- Returns:
The can_share_project_with_organization_members of this ProjectPermissions. # noqa: E501
- Return type:
bool
Gets the can_share_project_with_space_members of this ProjectPermissions. # noqa: E501
Whether the current user can share this project with users that have access to the Space. # noqa: E501
- Returns:
The can_share_project_with_space_members of this ProjectPermissions. # noqa: E501
- Return type:
bool
- property can_write_project¶
Gets the can_write_project of this ProjectPermissions. # noqa: E501
Whether the current user can edit this Project. # noqa: E501
- Returns:
The can_write_project of this ProjectPermissions. # noqa: E501
- Return type:
bool
- openapi_types = {'can_copy_project': 'bool', 'can_delete_project': 'bool', 'can_edit_project_permissions': 'bool', 'can_execute_project_billable_action': 'bool', 'can_list_project_permissions': 'bool', 'can_make_project_public': 'bool', 'can_manage_project': 'bool', 'can_move_project_to_personal_space': 'bool', 'can_preview_project': 'bool', 'can_read_project': 'bool', 'can_share_project_with_anyone': 'bool', 'can_share_project_with_organization_members': 'bool', 'can_share_project_with_space_members': 'bool', 'can_write_project': 'bool'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.projection_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.projection_type.ProjectionType(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- ORTHOGONAL = 'ORTHOGONAL'¶
- PERSPECTIVE = 'PERSPECTIVE'¶
- allowable_values = ['ORTHOGONAL', 'PERSPECTIVE']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.projects module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.projects.Projects(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this Projects. # noqa: E501
- Returns:
The embedded of this Projects. # noqa: E501
- Return type:
list[Project]
- property links¶
Gets the links of this Projects. # noqa: E501
- Returns:
The links of this Projects. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this Projects. # noqa: E501
- Returns:
The meta of this Projects. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[Project]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.property_data_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.property_data_type.PropertyDataType(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- NUMERIC = 'numeric'¶
- STRING = 'string'¶
- allowable_values = ['numeric', 'string']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.qz module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.qz.QZ(type='QZ', type_qz=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'type_qz': 'typeQZ'}¶
- openapi_types = {'type': 'str', 'type_qz': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this QZ. # noqa: E501
Schema name: QZ # noqa: E501
- Returns:
The type of this QZ. # noqa: E501
- Return type:
str
- property type_qz¶
Gets the type_qz of this QZ. # noqa: E501
- Returns:
The type_qz of this QZ. # noqa: E501
- Return type:
str
simscale_sdk.models.radiation_heat_flux module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.radiation_heat_flux.RadiationHeatFlux(type='RADIATION_HEAT_FLUX', name=None, emissivity=None, ambient_temperature=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property ambient_temperature¶
Gets the ambient_temperature of this RadiationHeatFlux. # noqa: E501
- Returns:
The ambient_temperature of this RadiationHeatFlux. # noqa: E501
- Return type:
- attribute_map = {'ambient_temperature': 'ambientTemperature', 'emissivity': 'emissivity', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property emissivity¶
Gets the emissivity of this RadiationHeatFlux. # noqa: E501
- Returns:
The emissivity of this RadiationHeatFlux. # noqa: E501
- Return type:
- property name¶
Gets the name of this RadiationHeatFlux. # noqa: E501
- Returns:
The name of this RadiationHeatFlux. # noqa: E501
- Return type:
str
- openapi_types = {'ambient_temperature': 'DimensionalFunctionTemperature', 'emissivity': 'DimensionalFunctionDimensionless', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this RadiationHeatFlux. # noqa: E501
- Returns:
The topological_reference of this RadiationHeatFlux. # noqa: E501
- Return type:
- property type¶
Gets the type of this RadiationHeatFlux. # noqa: E501
Accounts for heat transfer due to thermal radiation between surfaces. Schema name: RadiationHeatFlux # noqa: E501
- Returns:
The type of this RadiationHeatFlux. # noqa: E501
- Return type:
str
simscale_sdk.models.radiation_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.radiation_tbc.RadiationTBC(type='RADIATIVE_HEAT_TRANSFER', radiation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'radiation': 'radiation', 'type': 'type'}¶
- openapi_types = {'radiation': 'WallRadiationModel', 'type': 'str'}¶
- property radiation¶
Gets the radiation of this RadiationTBC. # noqa: E501
- Returns:
The radiation of this RadiationTBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RadiationTBC. # noqa: E501
Schema name: RadiationTBC # noqa: E501
- Returns:
The type of this RadiationTBC. # noqa: E501
- Return type:
str
simscale_sdk.models.rayleigh_damping module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.rayleigh_damping.RayleighDamping(type='RAYLEIGH', stiffness_proportional_coefficient=None, mass_proportional_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'mass_proportional_coefficient': 'massProportionalCoefficient', 'stiffness_proportional_coefficient': 'stiffnessProportionalCoefficient', 'type': 'type'}¶
- property mass_proportional_coefficient¶
Gets the mass_proportional_coefficient of this RayleighDamping. # noqa: E501
- Returns:
The mass_proportional_coefficient of this RayleighDamping. # noqa: E501
- Return type:
- openapi_types = {'mass_proportional_coefficient': 'DimensionalFrequency', 'stiffness_proportional_coefficient': 'DimensionalTime', 'type': 'str'}¶
- property stiffness_proportional_coefficient¶
Gets the stiffness_proportional_coefficient of this RayleighDamping. # noqa: E501
- Returns:
The stiffness_proportional_coefficient of this RayleighDamping. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RayleighDamping. # noqa: E501
Schema name: RayleighDamping # noqa: E501
- Returns:
The type of this RayleighDamping. # noqa: E501
- Return type:
str
simscale_sdk.models.reaction_force_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.reaction_force_type.ReactionForceType(type='REACTION', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this ReactionForceType. # noqa: E501
- Returns:
The component_selection of this ReactionForceType. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ReactionForceType. # noqa: E501
Schema name: ReactionForceType # noqa: E501
- Returns:
The type of this ReactionForceType. # noqa: E501
- Return type:
str
simscale_sdk.models.reaction_moment_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.reaction_moment_type.ReactionMomentType(type='REACTION', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this ReactionMomentType. # noqa: E501
- Returns:
The component_selection of this ReactionMomentType. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ReactionMomentType. # noqa: E501
Schema name: ReactionMomentType # noqa: E501
- Returns:
The type of this ReactionMomentType. # noqa: E501
- Return type:
str
simscale_sdk.models.real_gas_equation_of_state module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.real_gas_equation_of_state.RealGasEquationOfState(type='REAL_GAS', density=None, specific_enthalpy=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'density': 'density', 'specific_enthalpy': 'specificEnthalpy', 'type': 'type'}¶
- property density¶
Gets the density of this RealGasEquationOfState. # noqa: E501
- Returns:
The density of this RealGasEquationOfState. # noqa: E501
- Return type:
- openapi_types = {'density': 'DimensionalFunctionDensity', 'specific_enthalpy': 'DimensionalFunctionSpecificEnergy', 'type': 'str'}¶
- property specific_enthalpy¶
Gets the specific_enthalpy of this RealGasEquationOfState. # noqa: E501
- Returns:
The specific_enthalpy of this RealGasEquationOfState. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RealGasEquationOfState. # noqa: E501
<br><p>The <b>Equation of state</b> describes the relation between density of a fluid and the fluid pressure and temperature. The available options are:</p><p><b>Rho const:</b> Fluid density is assumed constant.</p><p><b>Incompressibel perfect gas:</b> The fluid is assumed to be an ‘Ideal Gas’ that is incompressible by pressure. But, fluid density can change due to temperature.</p><p><b>Perfect gas:</b> Fluid is assumed to be an ‘Ideal Gas’ and obeys the ‘Ideal Gas Law’.</p><p><b>Perfect fluid:</b> Fluid density can change due to pressure and temperature with respect to a base value.</p><p><b>Adiabatic perfect fluid:</b> The fluid is a perfect fluid which is adiabatic in nature.</p> <a href=’https://www.simscale.com/docs/simulation-setup/materials/thermophysical-fluid-models/#equation-of-state’ target=’_blank’>Learn more</a>. Schema name: RealGasEquationOfState # noqa: E501
- Returns:
The type of this RealGasEquationOfState. # noqa: E501
- Return type:
str
simscale_sdk.models.rectifying_darcy_forchheimer module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.rectifying_darcy_forchheimer.RectifyingDarcyForchheimer(type='RECTIFYING', direction=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'direction': 'direction', 'type': 'type'}¶
- property direction¶
Gets the direction of this RectifyingDarcyForchheimer. # noqa: E501
- Returns:
The direction of this RectifyingDarcyForchheimer. # noqa: E501
- Return type:
- openapi_types = {'direction': 'DimensionalVectorLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RectifyingDarcyForchheimer. # noqa: E501
Directional porous object where the permeability and friction form coefficient are applied only in the specified direction. For directions orthogonal to the specified direction, the permeability is set to zero, i.e. there is no flow in the orthogonal directions. Schema name: RectifyingDarcyForchheimer # noqa: E501
- Returns:
The type of this RectifyingDarcyForchheimer. # noqa: E501
- Return type:
str
simscale_sdk.models.refinement_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.refinement_length.RefinementLength(distance=None, length=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'distance': 'distance', 'length': 'length'}¶
- property distance¶
Gets the distance of this RefinementLength. # noqa: E501
- Returns:
The distance of this RefinementLength. # noqa: E501
- Return type:
- property length¶
Gets the length of this RefinementLength. # noqa: E501
- Returns:
The length of this RefinementLength. # noqa: E501
- Return type:
- openapi_types = {'distance': 'DimensionalLength', 'length': 'DimensionalLength'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.refinement_level module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.refinement_level.RefinementLevel(distance=None, level=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'distance': 'distance', 'level': 'level'}¶
- property distance¶
Gets the distance of this RefinementLevel. # noqa: E501
- Returns:
The distance of this RefinementLevel. # noqa: E501
- Return type:
- property level¶
Gets the level of this RefinementLevel. # noqa: E501
- Returns:
The level of this RefinementLevel. # noqa: E501
- Return type:
int
- openapi_types = {'distance': 'DimensionalLength', 'level': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.region module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.region.Region(type='REGION', geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'type': 'type'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this Region. # noqa: E501
- Returns:
The geometry_primitive_uuids of this Region. # noqa: E501
- Return type:
list[str]
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Region. # noqa: E501
Schema name: Region # noqa: E501
- Returns:
The type of this Region. # noqa: E501
- Return type:
str
simscale_sdk.models.region_interface module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.region_interface.RegionInterface(type='REGION_INTERFACE', name=None, interface_thermal=None, master_topological_reference=None, slave_topological_reference=None, is_partial=None, custom_modified=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'custom_modified': 'customModified', 'interface_thermal': 'interfaceThermal', 'is_partial': 'isPartial', 'master_topological_reference': 'masterTopologicalReference', 'name': 'name', 'slave_topological_reference': 'slaveTopologicalReference', 'type': 'type'}¶
- property custom_modified¶
Gets the custom_modified of this RegionInterface. # noqa: E501
- Returns:
The custom_modified of this RegionInterface. # noqa: E501
- Return type:
bool
- property interface_thermal¶
Gets the interface_thermal of this RegionInterface. # noqa: E501
- Returns:
The interface_thermal of this RegionInterface. # noqa: E501
- Return type:
OneOfRegionInterfaceInterfaceThermal
- property is_partial¶
Gets the is_partial of this RegionInterface. # noqa: E501
- Returns:
The is_partial of this RegionInterface. # noqa: E501
- Return type:
bool
- property master_topological_reference¶
Gets the master_topological_reference of this RegionInterface. # noqa: E501
- Returns:
The master_topological_reference of this RegionInterface. # noqa: E501
- Return type:
- property name¶
Gets the name of this RegionInterface. # noqa: E501
- Returns:
The name of this RegionInterface. # noqa: E501
- Return type:
str
- openapi_types = {'custom_modified': 'bool', 'interface_thermal': 'OneOfRegionInterfaceInterfaceThermal', 'is_partial': 'bool', 'master_topological_reference': 'TopologicalReference', 'name': 'str', 'slave_topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property slave_topological_reference¶
Gets the slave_topological_reference of this RegionInterface. # noqa: E501
- Returns:
The slave_topological_reference of this RegionInterface. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RegionInterface. # noqa: E501
Schema name: RegionInterface # noqa: E501
- Returns:
The type of this RegionInterface. # noqa: E501
- Return type:
str
simscale_sdk.models.region_of_interest module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.region_of_interest.RegionOfInterest(disc_radius=None, center_point=None, ground_height=None, north_angle=None, advanced_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_settings¶
Gets the advanced_settings of this RegionOfInterest. # noqa: E501
- Returns:
The advanced_settings of this RegionOfInterest. # noqa: E501
- Return type:
- attribute_map = {'advanced_settings': 'advancedSettings', 'center_point': 'centerPoint', 'disc_radius': 'discRadius', 'ground_height': 'groundHeight', 'north_angle': 'northAngle'}¶
- property center_point¶
Gets the center_point of this RegionOfInterest. # noqa: E501
- Returns:
The center_point of this RegionOfInterest. # noqa: E501
- Return type:
- property disc_radius¶
Gets the disc_radius of this RegionOfInterest. # noqa: E501
- Returns:
The disc_radius of this RegionOfInterest. # noqa: E501
- Return type:
- property ground_height¶
Gets the ground_height of this RegionOfInterest. # noqa: E501
- Returns:
The ground_height of this RegionOfInterest. # noqa: E501
- Return type:
- property north_angle¶
Gets the north_angle of this RegionOfInterest. # noqa: E501
- Returns:
The north_angle of this RegionOfInterest. # noqa: E501
- Return type:
- openapi_types = {'advanced_settings': 'AdvancedROISettings', 'center_point': 'DimensionalVector2dLength', 'disc_radius': 'DimensionalLength', 'ground_height': 'DimensionalLength', 'north_angle': 'DimensionalAngle'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.region_refinement_ebm module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.region_refinement_ebm.RegionRefinementEBM(type='REGION_REFINEMENT_EBM', name=None, refinement=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'refinement': 'refinement', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this RegionRefinementEBM. # noqa: E501
- Returns:
The geometry_primitive_uuids of this RegionRefinementEBM. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this RegionRefinementEBM. # noqa: E501
- Returns:
The name of this RegionRefinementEBM. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'refinement': 'OneOfRegionRefinementEBMRefinement', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property refinement¶
Gets the refinement of this RegionRefinementEBM. # noqa: E501
- Returns:
The refinement of this RegionRefinementEBM. # noqa: E501
- Return type:
OneOfRegionRefinementEBMRefinement
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this RegionRefinementEBM. # noqa: E501
- Returns:
The topological_reference of this RegionRefinementEBM. # noqa: E501
- Return type:
- property type¶
Gets the type of this RegionRefinementEBM. # noqa: E501
Schema name: RegionRefinementEBM # noqa: E501
- Returns:
The type of this RegionRefinementEBM. # noqa: E501
- Return type:
str
simscale_sdk.models.region_refinement_pacefish module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.region_refinement_pacefish.RegionRefinementPacefish(type='REGION_PACEFISH', name=None, target_resolution=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'target_resolution': 'targetResolution', 'type': 'type'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this RegionRefinementPacefish. # noqa: E501
- Returns:
The geometry_primitive_uuids of this RegionRefinementPacefish. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this RegionRefinementPacefish. # noqa: E501
- Returns:
The name of this RegionRefinementPacefish. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'target_resolution': 'DimensionalLength', 'type': 'str'}¶
- property target_resolution¶
Gets the target_resolution of this RegionRefinementPacefish. # noqa: E501
- Returns:
The target_resolution of this RegionRefinementPacefish. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RegionRefinementPacefish. # noqa: E501
Schema name: RegionRefinementPacefish # noqa: E501
- Returns:
The type of this RegionRefinementPacefish. # noqa: E501
- Return type:
str
simscale_sdk.models.region_refinement_simerics module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.region_refinement_simerics.RegionRefinementSimerics(type='REGION_REFINEMENT_SIMERICS', name=None, refinement_cell_size_absolute=None, refinement_cell_size_relative=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'refinement_cell_size_absolute': 'refinementCellSizeAbsolute', 'refinement_cell_size_relative': 'refinementCellSizeRelative', 'type': 'type'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this RegionRefinementSimerics. # noqa: E501
- Returns:
The geometry_primitive_uuids of this RegionRefinementSimerics. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this RegionRefinementSimerics. # noqa: E501
- Returns:
The name of this RegionRefinementSimerics. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'refinement_cell_size_absolute': 'DimensionalLength', 'refinement_cell_size_relative': 'float', 'type': 'str'}¶
- property refinement_cell_size_absolute¶
Gets the refinement_cell_size_absolute of this RegionRefinementSimerics. # noqa: E501
- Returns:
The refinement_cell_size_absolute of this RegionRefinementSimerics. # noqa: E501
- Return type:
- property refinement_cell_size_relative¶
Gets the refinement_cell_size_relative of this RegionRefinementSimerics. # noqa: E501
This parameter defines the length scale to which the entire region enclosed by the refinement zone needs to be resolved. Due to the binary-tree mesh generation approach applied, the actual cell size might be equal or smaller than the target cell size specified. Choosing a finer resolution will resolve the enclosed region to a greater level of detail, but will result in a larger mesh. This typically means longer runtimes and bigger sizes of results. # noqa: E501
- Returns:
The refinement_cell_size_relative of this RegionRefinementSimerics. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RegionRefinementSimerics. # noqa: E501
Schema name: RegionRefinementSimerics # noqa: E501
- Returns:
The type of this RegionRefinementSimerics. # noqa: E501
- Return type:
str
simscale_sdk.models.region_refinement_wind_comfort module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.region_refinement_wind_comfort.RegionRefinementWindComfort(type='REGION_REFINEMENT_WIND_COMFORT', name=None, new_fineness=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'new_fineness': 'newFineness', 'type': 'type'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this RegionRefinementWindComfort. # noqa: E501
- Returns:
The geometry_primitive_uuids of this RegionRefinementWindComfort. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this RegionRefinementWindComfort. # noqa: E501
- Returns:
The name of this RegionRefinementWindComfort. # noqa: E501
- Return type:
str
- property new_fineness¶
Gets the new_fineness of this RegionRefinementWindComfort. # noqa: E501
- Returns:
The new_fineness of this RegionRefinementWindComfort. # noqa: E501
- Return type:
OneOfRegionRefinementWindComfortNewFineness
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'new_fineness': 'OneOfRegionRefinementWindComfortNewFineness', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RegionRefinementWindComfort. # noqa: E501
Schema name: RegionRefinementWindComfort # noqa: E501
- Returns:
The type of this RegionRefinementWindComfort. # noqa: E501
- Return type:
str
simscale_sdk.models.region_refinement_with_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.region_refinement_with_length.RegionRefinementWithLength(type='REGION_LENGTH', name=None, refinement=None, curvature=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'curvature': 'curvature', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'refinement': 'refinement', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property curvature¶
Gets the curvature of this RegionRefinementWithLength. # noqa: E501
- Returns:
The curvature of this RegionRefinementWithLength. # noqa: E501
- Return type:
OneOfRegionRefinementWithLengthCurvature
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this RegionRefinementWithLength. # noqa: E501
- Returns:
The geometry_primitive_uuids of this RegionRefinementWithLength. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this RegionRefinementWithLength. # noqa: E501
- Returns:
The name of this RegionRefinementWithLength. # noqa: E501
- Return type:
str
- openapi_types = {'curvature': 'OneOfRegionRefinementWithLengthCurvature', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'refinement': 'OneOfRegionRefinementWithLengthRefinement', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property refinement¶
Gets the refinement of this RegionRefinementWithLength. # noqa: E501
- Returns:
The refinement of this RegionRefinementWithLength. # noqa: E501
- Return type:
OneOfRegionRefinementWithLengthRefinement
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this RegionRefinementWithLength. # noqa: E501
- Returns:
The topological_reference of this RegionRefinementWithLength. # noqa: E501
- Return type:
- property type¶
Gets the type of this RegionRefinementWithLength. # noqa: E501
A <b>region refinement</b> can be used to refine the mesh in a given area. The refinement area needs to be defined either via an existing solid or a geometry primitive. Schema name: RegionRefinementWithLength # noqa: E501
- Returns:
The type of this RegionRefinementWithLength. # noqa: E501
- Return type:
str
simscale_sdk.models.region_refinement_with_levels module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.region_refinement_with_levels.RegionRefinementWithLevels(type='REGION_LEVELS', name=None, refinement=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'refinement': 'refinement', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this RegionRefinementWithLevels. # noqa: E501
- Returns:
The geometry_primitive_uuids of this RegionRefinementWithLevels. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this RegionRefinementWithLevels. # noqa: E501
- Returns:
The name of this RegionRefinementWithLevels. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'refinement': 'OneOfRegionRefinementWithLevelsRefinement', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property refinement¶
Gets the refinement of this RegionRefinementWithLevels. # noqa: E501
- Returns:
The refinement of this RegionRefinementWithLevels. # noqa: E501
- Return type:
OneOfRegionRefinementWithLevelsRefinement
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this RegionRefinementWithLevels. # noqa: E501
- Returns:
The topological_reference of this RegionRefinementWithLevels. # noqa: E501
- Return type:
- property type¶
Gets the type of this RegionRefinementWithLevels. # noqa: E501
A <a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/#region-refinement’ target=’_blank’><b>region refinement</b></a> can be used to refine the mesh in a given area. The refinement area needs to be defined either via a geometry primitive or an existing solid (Hex-dominant only). Schema name: RegionRefinementWithLevels # noqa: E501
- Returns:
The type of this RegionRefinementWithLevels. # noqa: E501
- Return type:
str
simscale_sdk.models.relative_convergence_criteria module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_convergence_criteria.RelativeConvergenceCriteria(type='RELATIVE', tolerance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'tolerance': 'tolerance', 'type': 'type'}¶
- openapi_types = {'tolerance': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property tolerance¶
Gets the tolerance of this RelativeConvergenceCriteria. # noqa: E501
<p>Set the threshold value for the relative convergence criterion. With this criterion, the solver considers a time step as converged if the maximum relative residual – the maximum absolute residual divided by external loads and support reactions – in a Newton iteration falls below the given value.</p>Important remarks: This value is a compromise between solution time and accuracy. A larger value leads to a faster solution time at the cost of losing accuracy in each Newton iteration and possibly causing convergence problems in the following steps. We recommend an upper limit of 1<sup>-3</sup>. # noqa: E501
- Returns:
The tolerance of this RelativeConvergenceCriteria. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this RelativeConvergenceCriteria. # noqa: E501
Schema name: RelativeConvergenceCriteria # noqa: E501
- Returns:
The type of this RelativeConvergenceCriteria. # noqa: E501
- Return type:
str
simscale_sdk.models.relative_curvature module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_curvature.RelativeCurvature(type='RELATIVE_CURVATURE', relative_curvature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'relative_curvature': 'relativeCurvature', 'type': 'type'}¶
- openapi_types = {'relative_curvature': 'float', 'type': 'str'}¶
- property relative_curvature¶
Gets the relative_curvature of this RelativeCurvature. # noqa: E501
The <b>Number of nodes in a circle</b> defines the relative chordal error on curved features in terms of number of mesh nodes in a full circle. The relative chordal error is the distance between the mesh element edge and the CAD model feature it represents divided by the mesh edge length. # noqa: E501
- Returns:
The relative_curvature of this RelativeCurvature. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RelativeCurvature. # noqa: E501
Schema name: RelativeCurvature # noqa: E501
- Returns:
The type of this RelativeCurvature. # noqa: E501
- Return type:
str
simscale_sdk.models.relative_distance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_distance.RelativeDistance(type='RELATIVE', relative_distance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'relative_distance': 'relativeDistance', 'type': 'type'}¶
- openapi_types = {'relative_distance': 'float', 'type': 'str'}¶
- property relative_distance¶
Gets the relative_distance of this RelativeDistance. # noqa: E501
- Returns:
The relative_distance of this RelativeDistance. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RelativeDistance. # noqa: E501
Schema name: RelativeDistance # noqa: E501
- Returns:
The type of this RelativeDistance. # noqa: E501
- Return type:
str
simscale_sdk.models.relative_erp_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_erp_field_selection.RelativeERPFieldSelection(type='RELATIVE_ERP', reference_erp_value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'reference_erp_value': 'referenceERPValue', 'type': 'type'}¶
- openapi_types = {'reference_erp_value': 'DimensionalPower', 'type': 'str'}¶
- property reference_erp_value¶
Gets the reference_erp_value of this RelativeERPFieldSelection. # noqa: E501
- Returns:
The reference_erp_value of this RelativeERPFieldSelection. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RelativeERPFieldSelection. # noqa: E501
Schema name: RelativeERPFieldSelection # noqa: E501
- Returns:
The type of this RelativeERPFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.relative_harmonic_acceleration_field_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_harmonic_acceleration_field_type.RelativeHarmonicAccelerationFieldType(type='RELATIVE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RelativeHarmonicAccelerationFieldType. # noqa: E501
Schema name: RelativeHarmonicAccelerationFieldType # noqa: E501
- Returns:
The type of this RelativeHarmonicAccelerationFieldType. # noqa: E501
- Return type:
str
simscale_sdk.models.relative_harmonic_acceleration_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_harmonic_acceleration_type.RelativeHarmonicAccelerationType(type='RELATIVE', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this RelativeHarmonicAccelerationType. # noqa: E501
- Returns:
The complex_number of this RelativeHarmonicAccelerationType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RelativeHarmonicAccelerationType. # noqa: E501
Schema name: RelativeHarmonicAccelerationType # noqa: E501
- Returns:
The type of this RelativeHarmonicAccelerationType. # noqa: E501
- Return type:
str
simscale_sdk.models.relative_harmonic_displacement_field_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_harmonic_displacement_field_type.RelativeHarmonicDisplacementFieldType(type='RELATIVE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RelativeHarmonicDisplacementFieldType. # noqa: E501
Schema name: RelativeHarmonicDisplacementFieldType # noqa: E501
- Returns:
The type of this RelativeHarmonicDisplacementFieldType. # noqa: E501
- Return type:
str
simscale_sdk.models.relative_harmonic_displacement_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_harmonic_displacement_type.RelativeHarmonicDisplacementType(type='RELATIVE', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this RelativeHarmonicDisplacementType. # noqa: E501
- Returns:
The complex_number of this RelativeHarmonicDisplacementType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RelativeHarmonicDisplacementType. # noqa: E501
Schema name: RelativeHarmonicDisplacementType # noqa: E501
- Returns:
The type of this RelativeHarmonicDisplacementType. # noqa: E501
- Return type:
str
simscale_sdk.models.relative_harmonic_velocity_field_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_harmonic_velocity_field_type.RelativeHarmonicVelocityFieldType(type='RELATIVE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RelativeHarmonicVelocityFieldType. # noqa: E501
Schema name: RelativeHarmonicVelocityFieldType # noqa: E501
- Returns:
The type of this RelativeHarmonicVelocityFieldType. # noqa: E501
- Return type:
str
simscale_sdk.models.relative_harmonic_velocity_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_harmonic_velocity_type.RelativeHarmonicVelocityType(type='RELATIVE', complex_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'complex_number': 'complexNumber', 'type': 'type'}¶
- property complex_number¶
Gets the complex_number of this RelativeHarmonicVelocityType. # noqa: E501
- Returns:
The complex_number of this RelativeHarmonicVelocityType. # noqa: E501
- Return type:
str
- openapi_types = {'complex_number': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RelativeHarmonicVelocityType. # noqa: E501
Schema name: RelativeHarmonicVelocityType # noqa: E501
- Returns:
The type of this RelativeHarmonicVelocityType. # noqa: E501
- Return type:
str
simscale_sdk.models.relative_humidity_value module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_humidity_value.RelativeHumidityValue(type='RELATIVE_HUMIDITY_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RelativeHumidityValue. # noqa: E501
Schema name: RelativeHumidityValue # noqa: E501
- Returns:
The type of this RelativeHumidityValue. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this RelativeHumidityValue. # noqa: E501
- Returns:
The value of this RelativeHumidityValue. # noqa: E501
- Return type:
float
simscale_sdk.models.relative_to_all_cad_surfaces_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relative_to_all_cad_surfaces_settings.RelativeToAllCadSurfacesSettings(type='RELATIVE_TO_ALL_CAD_SURFACES', minimum_cell_size=None, maximum_cell_size=None, cell_size_on_surfaces=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'cell_size_on_surfaces': 'cellSizeOnSurfaces', 'maximum_cell_size': 'maximumCellSize', 'minimum_cell_size': 'minimumCellSize', 'type': 'type'}¶
- property cell_size_on_surfaces¶
Gets the cell_size_on_surfaces of this RelativeToAllCadSurfacesSettings. # noqa: E501
<p>This parameter specifies the <b>size of cells close to the surfaces</b> relative to the diagonal of the CAD model. A higher value leads to a coarser mesh. Our recommendation is to start with the default value and if necessary, gradually lower the parameter until a desired mesh fineness is obtained.</p> # noqa: E501
- Returns:
The cell_size_on_surfaces of this RelativeToAllCadSurfacesSettings. # noqa: E501
- Return type:
float
- property maximum_cell_size¶
Gets the maximum_cell_size of this RelativeToAllCadSurfacesSettings. # noqa: E501
<p>This parameter specifies the <b>maximum size for all cells</b> of the mesh relative to the diagonal of the CAD model. A lower value leads to a finer mesh. Our recommendation is to start with the default value and if necessary, gradually lower the parameter until a desired mesh fineness is obtained.</p> # noqa: E501
- Returns:
The maximum_cell_size of this RelativeToAllCadSurfacesSettings. # noqa: E501
- Return type:
float
- property minimum_cell_size¶
Gets the minimum_cell_size of this RelativeToAllCadSurfacesSettings. # noqa: E501
<p>This parameter specifies the <b>minimum size for all cells</b> of the mesh relative to the diagonal of the CAD model. A higher value leads to a coarser mesh. Our recommendation is to start with the default value and if necessary, gradually lower the parameter until a desired mesh fineness is obtained.</p> # noqa: E501
- Returns:
The minimum_cell_size of this RelativeToAllCadSurfacesSettings. # noqa: E501
- Return type:
float
- openapi_types = {'cell_size_on_surfaces': 'float', 'maximum_cell_size': 'float', 'minimum_cell_size': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RelativeToAllCadSurfacesSettings. # noqa: E501
Schema name: RelativeToAllCadSurfacesSettings # noqa: E501
- Returns:
The type of this RelativeToAllCadSurfacesSettings. # noqa: E501
- Return type:
str
simscale_sdk.models.relaxation_factor module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.relaxation_factor.RelaxationFactor(pressure_field=None, pressure_rgh_field=None, passive_scalar_equation=None, velocity_equation=None, velocity=None, temperature_equation=None, density_field=None, enthalpy_equation=None, internal_energy_equation=None, turbulent_kinetic_energy_equation=None, omega_dissipation_rate_equation=None, epsilon_dissipation_rate_equation=None, turbulent_kinetic_energy=None, turbulent_energy_dissipation_rate=None, nu_tilda_equation=None, net_radiative_heat_flux_field=None, internal_energy=None, gas_mixture_transport=None, radiative_intensity_ray_equation=None, specific_humidity_equation=None, age_of_fluid_equation=None, voltage_field=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property age_of_fluid_equation¶
Gets the age_of_fluid_equation of this RelaxationFactor. # noqa: E501
- Returns:
The age_of_fluid_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- attribute_map = {'age_of_fluid_equation': 'ageOfFluidEquation', 'density_field': 'densityField', 'enthalpy_equation': 'enthalpyEquation', 'epsilon_dissipation_rate_equation': 'epsilonDissipationRateEquation', 'gas_mixture_transport': 'gasMixtureTransport', 'internal_energy': 'internalEnergy', 'internal_energy_equation': 'internalEnergyEquation', 'net_radiative_heat_flux_field': 'netRadiativeHeatFluxField', 'nu_tilda_equation': 'nuTildaEquation', 'omega_dissipation_rate_equation': 'omegaDissipationRateEquation', 'passive_scalar_equation': 'passiveScalarEquation', 'pressure_field': 'pressureField', 'pressure_rgh_field': 'pressureRghField', 'radiative_intensity_ray_equation': 'radiativeIntensityRayEquation', 'specific_humidity_equation': 'specificHumidityEquation', 'temperature_equation': 'temperatureEquation', 'turbulent_energy_dissipation_rate': 'turbulentEnergyDissipationRate', 'turbulent_kinetic_energy': 'turbulentKineticEnergy', 'turbulent_kinetic_energy_equation': 'turbulentKineticEnergyEquation', 'velocity': 'velocity', 'velocity_equation': 'velocityEquation', 'voltage_field': 'voltageField'}¶
- property density_field¶
Gets the density_field of this RelaxationFactor. # noqa: E501
- Returns:
The density_field of this RelaxationFactor. # noqa: E501
- Return type:
float
- property enthalpy_equation¶
Gets the enthalpy_equation of this RelaxationFactor. # noqa: E501
<p>With this parameter you can initialize the under-relaxation of a field or equation. The solver will dynamically adapt this factor to improve stability.</p> # noqa: E501
- Returns:
The enthalpy_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- property epsilon_dissipation_rate_equation¶
Gets the epsilon_dissipation_rate_equation of this RelaxationFactor. # noqa: E501
- Returns:
The epsilon_dissipation_rate_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- property gas_mixture_transport¶
Gets the gas_mixture_transport of this RelaxationFactor. # noqa: E501
- Returns:
The gas_mixture_transport of this RelaxationFactor. # noqa: E501
- Return type:
float
- property internal_energy¶
Gets the internal_energy of this RelaxationFactor. # noqa: E501
- Returns:
The internal_energy of this RelaxationFactor. # noqa: E501
- Return type:
float
- property internal_energy_equation¶
Gets the internal_energy_equation of this RelaxationFactor. # noqa: E501
<p>With this parameter you can initialize the under-relaxation of a field or equation. The solver will dynamically adapt this factor to improve stability.</p> # noqa: E501
- Returns:
The internal_energy_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- property net_radiative_heat_flux_field¶
Gets the net_radiative_heat_flux_field of this RelaxationFactor. # noqa: E501
- Returns:
The net_radiative_heat_flux_field of this RelaxationFactor. # noqa: E501
- Return type:
float
- property nu_tilda_equation¶
Gets the nu_tilda_equation of this RelaxationFactor. # noqa: E501
- Returns:
The nu_tilda_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- property omega_dissipation_rate_equation¶
Gets the omega_dissipation_rate_equation of this RelaxationFactor. # noqa: E501
- Returns:
The omega_dissipation_rate_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- openapi_types = {'age_of_fluid_equation': 'float', 'density_field': 'float', 'enthalpy_equation': 'float', 'epsilon_dissipation_rate_equation': 'float', 'gas_mixture_transport': 'float', 'internal_energy': 'float', 'internal_energy_equation': 'float', 'net_radiative_heat_flux_field': 'float', 'nu_tilda_equation': 'float', 'omega_dissipation_rate_equation': 'float', 'passive_scalar_equation': 'float', 'pressure_field': 'float', 'pressure_rgh_field': 'float', 'radiative_intensity_ray_equation': 'float', 'specific_humidity_equation': 'float', 'temperature_equation': 'float', 'turbulent_energy_dissipation_rate': 'float', 'turbulent_kinetic_energy': 'float', 'turbulent_kinetic_energy_equation': 'float', 'velocity': 'float', 'velocity_equation': 'float', 'voltage_field': 'float'}¶
- property passive_scalar_equation¶
Gets the passive_scalar_equation of this RelaxationFactor. # noqa: E501
- Returns:
The passive_scalar_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- property pressure_field¶
Gets the pressure_field of this RelaxationFactor. # noqa: E501
<p>With this parameter you can initialize the under-relaxation of a field or equation. The solver will dynamically adapt this factor to improve stability.</p> # noqa: E501
- Returns:
The pressure_field of this RelaxationFactor. # noqa: E501
- Return type:
float
- property pressure_rgh_field¶
Gets the pressure_rgh_field of this RelaxationFactor. # noqa: E501
- Returns:
The pressure_rgh_field of this RelaxationFactor. # noqa: E501
- Return type:
float
- property radiative_intensity_ray_equation¶
Gets the radiative_intensity_ray_equation of this RelaxationFactor. # noqa: E501
- Returns:
The radiative_intensity_ray_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- property specific_humidity_equation¶
Gets the specific_humidity_equation of this RelaxationFactor. # noqa: E501
- Returns:
The specific_humidity_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- property temperature_equation¶
Gets the temperature_equation of this RelaxationFactor. # noqa: E501
- Returns:
The temperature_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulent_energy_dissipation_rate¶
Gets the turbulent_energy_dissipation_rate of this RelaxationFactor. # noqa: E501
- Returns:
The turbulent_energy_dissipation_rate of this RelaxationFactor. # noqa: E501
- Return type:
float
- property turbulent_kinetic_energy¶
Gets the turbulent_kinetic_energy of this RelaxationFactor. # noqa: E501
- Returns:
The turbulent_kinetic_energy of this RelaxationFactor. # noqa: E501
- Return type:
float
- property turbulent_kinetic_energy_equation¶
Gets the turbulent_kinetic_energy_equation of this RelaxationFactor. # noqa: E501
- Returns:
The turbulent_kinetic_energy_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- property velocity¶
Gets the velocity of this RelaxationFactor. # noqa: E501
- Returns:
The velocity of this RelaxationFactor. # noqa: E501
- Return type:
float
- property velocity_equation¶
Gets the velocity_equation of this RelaxationFactor. # noqa: E501
<p>With this parameter you can initialize the under-relaxation of a field or equation. The solver will dynamically adapt this factor to improve stability.</p> # noqa: E501
- Returns:
The velocity_equation of this RelaxationFactor. # noqa: E501
- Return type:
float
- property voltage_field¶
Gets the voltage_field of this RelaxationFactor. # noqa: E501
- Returns:
The voltage_field of this RelaxationFactor. # noqa: E501
- Return type:
float
simscale_sdk.models.remote_displacement_load_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.remote_displacement_load_bc.RemoteDisplacementLoadBC(type='REMOTE_DISPLACEMENT_LOAD', name=None, displacement=None, rotation=None, external_point=None, deformation_behavior=None, enable_search_radius=None, search_radius=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'deformation_behavior': 'deformationBehavior', 'displacement': 'displacement', 'enable_search_radius': 'enableSearchRadius', 'external_point': 'externalPoint', 'name': 'name', 'rotation': 'rotation', 'search_radius': 'searchRadius', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property deformation_behavior¶
Gets the deformation_behavior of this RemoteDisplacementLoadBC. # noqa: E501
<p>Choose the deformation behavior of the assigned entity. If <b>deformable</b> is selected, the entity is allowed to deform, selecting <b>undeformable</b> leads to a rigid entity.</p> # noqa: E501
- Returns:
The deformation_behavior of this RemoteDisplacementLoadBC. # noqa: E501
- Return type:
str
- property displacement¶
Gets the displacement of this RemoteDisplacementLoadBC. # noqa: E501
- Returns:
The displacement of this RemoteDisplacementLoadBC. # noqa: E501
- Return type:
- property enable_search_radius¶
Gets the enable_search_radius of this RemoteDisplacementLoadBC. # noqa: E501
- Returns:
The enable_search_radius of this RemoteDisplacementLoadBC. # noqa: E501
- Return type:
bool
- property external_point¶
Gets the external_point of this RemoteDisplacementLoadBC. # noqa: E501
- Returns:
The external_point of this RemoteDisplacementLoadBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this RemoteDisplacementLoadBC. # noqa: E501
- Returns:
The name of this RemoteDisplacementLoadBC. # noqa: E501
- Return type:
str
- openapi_types = {'deformation_behavior': 'str', 'displacement': 'DimensionalPartialVectorFunctionLength', 'enable_search_radius': 'bool', 'external_point': 'DimensionalVectorLength', 'name': 'str', 'rotation': 'DimensionalPartialVectorFunctionAngle', 'search_radius': 'DimensionalLength', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property rotation¶
Gets the rotation of this RemoteDisplacementLoadBC. # noqa: E501
- Returns:
The rotation of this RemoteDisplacementLoadBC. # noqa: E501
- Return type:
- property search_radius¶
Gets the search_radius of this RemoteDisplacementLoadBC. # noqa: E501
- Returns:
The search_radius of this RemoteDisplacementLoadBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this RemoteDisplacementLoadBC. # noqa: E501
- Returns:
The topological_reference of this RemoteDisplacementLoadBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this RemoteDisplacementLoadBC. # noqa: E501
This boundary condition restrains the displacement of a face or edge relative to a specified remote point. Therefore the assignment is connected to the remote point with RBE3 (deformable) or MPC (undeformable) conditions and the defined constraints are applied to the remote point.<br /><br />Important remarks: <br /><ul><li>As the assignments are connected to the remote point, additional constraints on these nodes may lead to overconstrained systems.</li><li>If the number of nodes of the assigment is large (>1000), it is recommended to use the <b>MUMPS</b> or <b>PETSC</b> solver.</li><li>This boundary condition is only valid for small rotations. For large rotations, please use <b>Rotating motion</b> boundary conditions.</li></ul><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/remote-displacement/’ target=’_blank’>Learn more</a>. Schema name: RemoteDisplacementLoadBC # noqa: E501
- Returns:
The type of this RemoteDisplacementLoadBC. # noqa: E501
- Return type:
str
simscale_sdk.models.remote_force_load_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.remote_force_load_bc.RemoteForceLoadBC(type='REMOTE_FORCE_LOAD', name=None, force=None, moment=None, scaling=None, phase_angle=None, remote_point=None, deformation_behavior=None, enable_search_radius=None, search_radius=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'deformation_behavior': 'deformationBehavior', 'enable_search_radius': 'enableSearchRadius', 'force': 'force', 'moment': 'moment', 'name': 'name', 'phase_angle': 'phaseAngle', 'remote_point': 'remotePoint', 'scaling': 'scaling', 'search_radius': 'searchRadius', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property deformation_behavior¶
Gets the deformation_behavior of this RemoteForceLoadBC. # noqa: E501
<p>Choose the deformation behavior of the assigned entity. If <b>deformable</b> is selected, the entitiy is allowed to deform without applying additional stiffness, selecting <b>undeformable</b> leads to a rigid entity.</p> # noqa: E501
- Returns:
The deformation_behavior of this RemoteForceLoadBC. # noqa: E501
- Return type:
str
- property enable_search_radius¶
Gets the enable_search_radius of this RemoteForceLoadBC. # noqa: E501
- Returns:
The enable_search_radius of this RemoteForceLoadBC. # noqa: E501
- Return type:
bool
- property force¶
Gets the force of this RemoteForceLoadBC. # noqa: E501
- Returns:
The force of this RemoteForceLoadBC. # noqa: E501
- Return type:
- property moment¶
Gets the moment of this RemoteForceLoadBC. # noqa: E501
- Returns:
The moment of this RemoteForceLoadBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this RemoteForceLoadBC. # noqa: E501
- Returns:
The name of this RemoteForceLoadBC. # noqa: E501
- Return type:
str
- openapi_types = {'deformation_behavior': 'str', 'enable_search_radius': 'bool', 'force': 'DimensionalVectorFunctionForce', 'moment': 'DimensionalVectorFunctionTorque', 'name': 'str', 'phase_angle': 'DimensionalAngle', 'remote_point': 'DimensionalVectorLength', 'scaling': 'DimensionalFunctionDimensionless', 'search_radius': 'DimensionalLength', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property phase_angle¶
Gets the phase_angle of this RemoteForceLoadBC. # noqa: E501
- Returns:
The phase_angle of this RemoteForceLoadBC. # noqa: E501
- Return type:
- property remote_point¶
Gets the remote_point of this RemoteForceLoadBC. # noqa: E501
- Returns:
The remote_point of this RemoteForceLoadBC. # noqa: E501
- Return type:
- property scaling¶
Gets the scaling of this RemoteForceLoadBC. # noqa: E501
- Returns:
The scaling of this RemoteForceLoadBC. # noqa: E501
- Return type:
- property search_radius¶
Gets the search_radius of this RemoteForceLoadBC. # noqa: E501
- Returns:
The search_radius of this RemoteForceLoadBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this RemoteForceLoadBC. # noqa: E501
- Returns:
The topological_reference of this RemoteForceLoadBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this RemoteForceLoadBC. # noqa: E501
This is a <b>remote force</b> boundary condition where the load is applied on the assignment via a remote point. Therefore the assignment is connected to the remote point with RBE3 (deformable) or MPC (undeformable) conditions and the defined force is applied to the remote point.<br /><br />Important remarks: <br /><ul><li>The total force will be <b>distributed on the selection</b>.</li><li>As the assignments are connected to the remote point, additional constraints on these nodes may lead to overconstrained systems.</li><li>If the number of nodes of the assignment is large (>1000), it is recommended to use the <b>MUMPS</b> or <b>PETSC</b> solver.</li><li>This boundary condition is only valid for small rotations. </li></ul><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/remote-force/’ target=’_blank’>Learn more</a>. Schema name: RemoteForceLoadBC # noqa: E501
- Returns:
The type of this RemoteForceLoadBC. # noqa: E501
- Return type:
str
simscale_sdk.models.render_mode module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.render_mode.RenderMode(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- MESH = 'MESH'¶
- SURFACES = 'SURFACES'¶
- SURFACES_WITH_MESH = 'SURFACES_WITH_MESH'¶
- SURFACES_WITH_WIREFRAME = 'SURFACES_WITH_WIREFRAME'¶
- WIREFRAME = 'WIREFRAME'¶
- allowable_values = ['SURFACES_WITH_WIREFRAME', 'WIREFRAME', 'SURFACES', 'SURFACES_WITH_MESH', 'MESH']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.report_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.report_request.ReportRequest(name=None, description=None, result_ids=None, report_properties=None, report_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'description': 'description', 'name': 'name', 'report_id': 'reportId', 'report_properties': 'reportProperties', 'result_ids': 'resultIds'}¶
- property description¶
Gets the description of this ReportRequest. # noqa: E501
The description of the report. # noqa: E501
- Returns:
The description of this ReportRequest. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this ReportRequest. # noqa: E501
The name of the report. # noqa: E501
- Returns:
The name of this ReportRequest. # noqa: E501
- Return type:
str
- openapi_types = {'description': 'str', 'name': 'str', 'report_id': 'str', 'report_properties': 'OneOfReportProperties', 'result_ids': 'list[str]'}¶
- property report_id¶
Gets the report_id of this ReportRequest. # noqa: E501
If provided, the newly created report will have this value for its UUID. # noqa: E501
- Returns:
The report_id of this ReportRequest. # noqa: E501
- Return type:
str
- property report_properties¶
Gets the report_properties of this ReportRequest. # noqa: E501
- Returns:
The report_properties of this ReportRequest. # noqa: E501
- Return type:
OneOfReportProperties
- property result_ids¶
Gets the result_ids of this ReportRequest. # noqa: E501
The resultIds the report should be created for. # noqa: E501
- Returns:
The result_ids of this ReportRequest. # noqa: E501
- Return type:
list[str]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.report_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.report_response.ReportResponse(report_id=None, name=None, description=None, created_at=None, started_at=None, finished_at=None, status=None, result_ids=None, report_properties=None, download=None, failure_reason=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'created_at': 'createdAt', 'description': 'description', 'download': 'download', 'failure_reason': 'failureReason', 'finished_at': 'finishedAt', 'name': 'name', 'report_id': 'reportId', 'report_properties': 'reportProperties', 'result_ids': 'resultIds', 'started_at': 'startedAt', 'status': 'status'}¶
- property created_at¶
Gets the created_at of this ReportResponse. # noqa: E501
The time the report was created. # noqa: E501
- Returns:
The created_at of this ReportResponse. # noqa: E501
- Return type:
datetime
- property description¶
Gets the description of this ReportResponse. # noqa: E501
The description of the report. # noqa: E501
- Returns:
The description of this ReportResponse. # noqa: E501
- Return type:
str
- property download¶
Gets the download of this ReportResponse. # noqa: E501
- Returns:
The download of this ReportResponse. # noqa: E501
- Return type:
- property failure_reason¶
Gets the failure_reason of this ReportResponse. # noqa: E501
- Returns:
The failure_reason of this ReportResponse. # noqa: E501
- Return type:
- property finished_at¶
Gets the finished_at of this ReportResponse. # noqa: E501
The time the report was finished. # noqa: E501
- Returns:
The finished_at of this ReportResponse. # noqa: E501
- Return type:
datetime
- property name¶
Gets the name of this ReportResponse. # noqa: E501
The name of the report. # noqa: E501
- Returns:
The name of this ReportResponse. # noqa: E501
- Return type:
str
- openapi_types = {'created_at': 'datetime', 'description': 'str', 'download': 'DownloadInfo', 'failure_reason': 'ReportResponseFailureReason', 'finished_at': 'datetime', 'name': 'str', 'report_id': 'str', 'report_properties': 'OneOfReportProperties', 'result_ids': 'list[str]', 'started_at': 'datetime', 'status': 'str'}¶
- property report_id¶
Gets the report_id of this ReportResponse. # noqa: E501
The ID of the report. # noqa: E501
- Returns:
The report_id of this ReportResponse. # noqa: E501
- Return type:
str
- property report_properties¶
Gets the report_properties of this ReportResponse. # noqa: E501
- Returns:
The report_properties of this ReportResponse. # noqa: E501
- Return type:
OneOfReportProperties
- property result_ids¶
Gets the result_ids of this ReportResponse. # noqa: E501
The resultIds the report has been created for. # noqa: E501
- Returns:
The result_ids of this ReportResponse. # noqa: E501
- Return type:
list[str]
- property started_at¶
Gets the started_at of this ReportResponse. # noqa: E501
The time the report was started. # noqa: E501
- Returns:
The started_at of this ReportResponse. # noqa: E501
- Return type:
datetime
- property status¶
Gets the status of this ReportResponse. # noqa: E501
Status of the report operation. # noqa: E501
- Returns:
The status of this ReportResponse. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.report_response_failure_reason module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.report_response_failure_reason.ReportResponseFailureReason(severity=None, code=None, message=None, details=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'code': 'code', 'details': 'details', 'message': 'message', 'severity': 'severity'}¶
- property code¶
Gets the code of this ReportResponseFailureReason. # noqa: E501
Code for e.g. programmatic handling of error conditions. # noqa: E501
- Returns:
The code of this ReportResponseFailureReason. # noqa: E501
- Return type:
str
- property details¶
Gets the details of this ReportResponseFailureReason. # noqa: E501
Additional data to interpret and handle the entry. # noqa: E501
- Returns:
The details of this ReportResponseFailureReason. # noqa: E501
- Return type:
dict(str, object)
- property message¶
Gets the message of this ReportResponseFailureReason. # noqa: E501
Human-readable description of the entry. # noqa: E501
- Returns:
The message of this ReportResponseFailureReason. # noqa: E501
- Return type:
str
- openapi_types = {'code': 'str', 'details': 'dict(str, object)', 'message': 'str', 'severity': 'str'}¶
- property severity¶
Gets the severity of this ReportResponseFailureReason. # noqa: E501
- Returns:
The severity of this ReportResponseFailureReason. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.report_responses module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.report_responses.ReportResponses(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this ReportResponses. # noqa: E501
- Returns:
The embedded of this ReportResponses. # noqa: E501
- Return type:
list[ReportResponse]
- property links¶
Gets the links of this ReportResponses. # noqa: E501
- Returns:
The links of this ReportResponses. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this ReportResponses. # noqa: E501
- Returns:
The meta of this ReportResponses. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[ReportResponse]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.residual_controls module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.residual_controls.ResidualControls(velocity=None, pressure=None, pressure_rgh=None, temperature=None, turbulent_kinetic_energy=None, omega_dissipation_rate=None, epsilon_dissipation_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'epsilon_dissipation_rate': 'epsilonDissipationRate', 'omega_dissipation_rate': 'omegaDissipationRate', 'pressure': 'pressure', 'pressure_rgh': 'pressureRgh', 'temperature': 'temperature', 'turbulent_kinetic_energy': 'turbulentKineticEnergy', 'velocity': 'velocity'}¶
- property epsilon_dissipation_rate¶
Gets the epsilon_dissipation_rate of this ResidualControls. # noqa: E501
- Returns:
The epsilon_dissipation_rate of this ResidualControls. # noqa: E501
- Return type:
- property omega_dissipation_rate¶
Gets the omega_dissipation_rate of this ResidualControls. # noqa: E501
- Returns:
The omega_dissipation_rate of this ResidualControls. # noqa: E501
- Return type:
- openapi_types = {'epsilon_dissipation_rate': 'Tolerance', 'omega_dissipation_rate': 'Tolerance', 'pressure': 'Tolerance', 'pressure_rgh': 'Tolerance', 'temperature': 'Tolerance', 'turbulent_kinetic_energy': 'Tolerance', 'velocity': 'Tolerance'}¶
- property pressure¶
Gets the pressure of this ResidualControls. # noqa: E501
- Returns:
The pressure of this ResidualControls. # noqa: E501
- Return type:
- property pressure_rgh¶
Gets the pressure_rgh of this ResidualControls. # noqa: E501
- Returns:
The pressure_rgh of this ResidualControls. # noqa: E501
- Return type:
- property temperature¶
Gets the temperature of this ResidualControls. # noqa: E501
- Returns:
The temperature of this ResidualControls. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulent_kinetic_energy¶
Gets the turbulent_kinetic_energy of this ResidualControls. # noqa: E501
- Returns:
The turbulent_kinetic_energy of this ResidualControls. # noqa: E501
- Return type:
simscale_sdk.models.resolution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.resolution.Resolution(x=None, y=None, z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'x': 'x', 'y': 'y', 'z': 'z'}¶
- openapi_types = {'x': 'int', 'y': 'int', 'z': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property x¶
Gets the x of this Resolution. # noqa: E501
<p>Specify the number of cells in x direction for the <a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/main-settings-for-hex-dominant-parametric/#main-properties’ target=’_blank’>base mesh</a>.</p> # noqa: E501
- Returns:
The x of this Resolution. # noqa: E501
- Return type:
int
- property y¶
Gets the y of this Resolution. # noqa: E501
<p>Specify the number of cells in y direction for the <a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/main-settings-for-hex-dominant-parametric/#main-properties’ target=’_blank’>base mesh</a>.</p> # noqa: E501
- Returns:
The y of this Resolution. # noqa: E501
- Return type:
int
- property z¶
Gets the z of this Resolution. # noqa: E501
<p><p>Specify the number of cells in z direction for the <a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/main-settings-for-hex-dominant-parametric/#main-properties’ target=’_blank’>base mesh</a>.</p> # noqa: E501
- Returns:
The z of this Resolution. # noqa: E501
- Return type:
int
simscale_sdk.models.resolution_info module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.resolution_info.ResolutionInfo(x=None, y=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'x': 'x', 'y': 'y'}¶
- openapi_types = {'x': 'int', 'y': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property x¶
Gets the x of this ResolutionInfo. # noqa: E501
- Returns:
The x of this ResolutionInfo. # noqa: E501
- Return type:
int
- property y¶
Gets the y of this ResolutionInfo. # noqa: E501
- Returns:
The y of this ResolutionInfo. # noqa: E501
- Return type:
int
simscale_sdk.models.resolved_turbulence_intensity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.resolved_turbulence_intensity.ResolvedTurbulenceIntensity(type='RESOLVED_TURBULENCE_INTENSITY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ResolvedTurbulenceIntensity. # noqa: E501
Schema name: ResolvedTurbulenceIntensity # noqa: E501
- Returns:
The type of this ResolvedTurbulenceIntensity. # noqa: E501
- Return type:
str
simscale_sdk.models.resolved_turbulent_kinetic_energy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.resolved_turbulent_kinetic_energy.ResolvedTurbulentKineticEnergy(type='RESOLVED_TURBULENT_KINETIC_ENERGY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ResolvedTurbulentKineticEnergy. # noqa: E501
Schema name: ResolvedTurbulentKineticEnergy # noqa: E501
- Returns:
The type of this ResolvedTurbulentKineticEnergy. # noqa: E501
- Return type:
str
simscale_sdk.models.resource_location module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.resource_location.ResourceLocation(space_id=None, parent_folder_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'parent_folder_id': 'parentFolderId', 'space_id': 'spaceId'}¶
- openapi_types = {'parent_folder_id': 'str', 'space_id': 'str'}¶
- property parent_folder_id¶
Gets the parent_folder_id of this ResourceLocation. # noqa: E501
If missing, the resource will be moved/copied to the root of the Space # noqa: E501
- Returns:
The parent_folder_id of this ResourceLocation. # noqa: E501
- Return type:
str
- property space_id¶
Gets the space_id of this ResourceLocation. # noqa: E501
- Returns:
The space_id of this ResourceLocation. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.resource_to_move module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.resource_to_move.ResourceToMove(folder_id=None, project_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'folder_id': 'folderId', 'project_id': 'projectId'}¶
- property folder_id¶
Gets the folder_id of this ResourceToMove. # noqa: E501
Use this field to move an entire folder # noqa: E501
- Returns:
The folder_id of this ResourceToMove. # noqa: E501
- Return type:
str
- openapi_types = {'folder_id': 'str', 'project_id': 'str'}¶
- property project_id¶
Gets the project_id of this ResourceToMove. # noqa: E501
Use this field to move a project # noqa: E501
- Returns:
The project_id of this ResourceToMove. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.restricted_dimensional_function_frequency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.restricted_dimensional_function_frequency.RestrictedDimensionalFunctionFrequency(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfRestrictedDimensionalFunctionFrequencyValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this RestrictedDimensionalFunctionFrequency. # noqa: E501
- Returns:
The unit of this RestrictedDimensionalFunctionFrequency. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this RestrictedDimensionalFunctionFrequency. # noqa: E501
- Returns:
The value of this RestrictedDimensionalFunctionFrequency. # noqa: E501
- Return type:
OneOfRestrictedDimensionalFunctionFrequencyValue
simscale_sdk.models.restricted_dimensional_function_time module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.restricted_dimensional_function_time.RestrictedDimensionalFunctionTime(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'OneOfRestrictedDimensionalFunctionTimeValue'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this RestrictedDimensionalFunctionTime. # noqa: E501
- Returns:
The unit of this RestrictedDimensionalFunctionTime. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this RestrictedDimensionalFunctionTime. # noqa: E501
- Returns:
The value of this RestrictedDimensionalFunctionTime. # noqa: E501
- Return type:
OneOfRestrictedDimensionalFunctionTimeValue
simscale_sdk.models.restricted_table_defined_function module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.restricted_table_defined_function.RestrictedTableDefinedFunction(type='RESTRICTED_TABLE_DEFINED', label=None, table_id=None, result_index=None, independent_variables=None, separator=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'independent_variables': 'independentVariables', 'label': 'label', 'result_index': 'resultIndex', 'separator': 'separator', 'table_id': 'tableId', 'type': 'type'}¶
- property independent_variables¶
Gets the independent_variables of this RestrictedTableDefinedFunction. # noqa: E501
- Returns:
The independent_variables of this RestrictedTableDefinedFunction. # noqa: E501
- Return type:
list[TableFunctionParameter]
- property label¶
Gets the label of this RestrictedTableDefinedFunction. # noqa: E501
- Returns:
The label of this RestrictedTableDefinedFunction. # noqa: E501
- Return type:
str
- openapi_types = {'independent_variables': 'list[TableFunctionParameter]', 'label': 'str', 'result_index': 'list[int]', 'separator': 'str', 'table_id': 'str', 'type': 'str'}¶
- property result_index¶
Gets the result_index of this RestrictedTableDefinedFunction. # noqa: E501
Indicates which column(s) of the table contains the result values. One-based indexing must be used. For example, set this field to ‘[2]’ if the second column of the table contains the dependent variable values. # noqa: E501
- Returns:
The result_index of this RestrictedTableDefinedFunction. # noqa: E501
- Return type:
list[int]
- property separator¶
Gets the separator of this RestrictedTableDefinedFunction. # noqa: E501
Values in each row are separated by this character. Also known as a delimiter. # noqa: E501
- Returns:
The separator of this RestrictedTableDefinedFunction. # noqa: E501
- Return type:
str
- property table_id¶
Gets the table_id of this RestrictedTableDefinedFunction. # noqa: E501
The ID of the imported table. # noqa: E501
- Returns:
The table_id of this RestrictedTableDefinedFunction. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RestrictedTableDefinedFunction. # noqa: E501
Schema name: RestrictedTableDefinedFunction # noqa: E501
- Returns:
The type of this RestrictedTableDefinedFunction. # noqa: E501
- Return type:
str
simscale_sdk.models.reynolds_stress_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.reynolds_stress_result_type.ReynoldsStressResultType(type='REYNOLDS_STRESS_TENSOR', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ReynoldsStressResultType. # noqa: E501
Schema name: ReynoldsStressResultType # noqa: E501
- Returns:
The type of this ReynoldsStressResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.rho_const_equation_of_state module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.rho_const_equation_of_state.RhoConstEquationOfState(type='RHO_CONST', density=None, density_function=None, energy=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'density': 'density', 'density_function': 'densityFunction', 'energy': 'energy', 'type': 'type'}¶
- property density¶
Gets the density of this RhoConstEquationOfState. # noqa: E501
- Returns:
The density of this RhoConstEquationOfState. # noqa: E501
- Return type:
- property density_function¶
Gets the density_function of this RhoConstEquationOfState. # noqa: E501
- Returns:
The density_function of this RhoConstEquationOfState. # noqa: E501
- Return type:
- property energy¶
Gets the energy of this RhoConstEquationOfState. # noqa: E501
<p><b>Energy</b> provides the methods for the form of energy to be used. The options are:</p><p><b>Sensible enthalpy:</b> The enthalpy form of equation is used without the heat of formation. In most cases this is the recommended choice.</p><p><b>Sensible internal Energy:</b> The internal energy form of equation is used without the heat of formation but also incorporates energy change due to reactions.</p> # noqa: E501
- Returns:
The energy of this RhoConstEquationOfState. # noqa: E501
- Return type:
str
- openapi_types = {'density': 'DimensionalDensity', 'density_function': 'DimensionalFunctionDensity', 'energy': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RhoConstEquationOfState. # noqa: E501
<br><p>The <b>Equation of state</b> describes the relation between density of a fluid and the fluid pressure and temperature. The available options are:</p><p><b>Rho const:</b> Fluid density is assumed constant.</p><p><b>Incompressibel perfect gas:</b> The fluid is assumed to be an ‘Ideal Gas’ that is incompressible by pressure. But, fluid density can change due to temperature.</p><p><b>Perfect gas:</b> Fluid is assumed to be an ‘Ideal Gas’ and obeys the ‘Ideal Gas Law’.</p><p><b>Perfect fluid:</b> Fluid density can change due to pressure and temperature with respect to a base value.</p><p><b>Adiabatic perfect fluid:</b> The fluid is a perfect fluid which is adiabatic in nature.</p> <a href=’https://www.simscale.com/docs/simulation-setup/materials/thermophysical-fluid-models/#equation-of-state’ target=’_blank’>Learn more</a>. Schema name: RhoConstEquationOfState # noqa: E501
- Returns:
The type of this RhoConstEquationOfState. # noqa: E501
- Return type:
str
simscale_sdk.models.rigid_axial_rotation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.rigid_axial_rotation.RigidAxialRotation(type='RIGID', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RigidAxialRotation. # noqa: E501
Schema name: RigidAxialRotation # noqa: E501
- Returns:
The type of this RigidAxialRotation. # noqa: E501
- Return type:
str
simscale_sdk.models.rigid_axial_translation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.rigid_axial_translation.RigidAxialTranslation(type='RIGID', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RigidAxialTranslation. # noqa: E501
Schema name: RigidAxialTranslation # noqa: E501
- Returns:
The type of this RigidAxialTranslation. # noqa: E501
- Return type:
str
simscale_sdk.models.rotatable_cartesian_box module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.rotatable_cartesian_box.RotatableCartesianBox(type='ROTATABLE_CARTESIAN_BOX', id=None, name=None, min=None, max=None, rotation_point=None, rotation_angles=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'id': 'id', 'max': 'max', 'min': 'min', 'name': 'name', 'rotation_angles': 'rotationAngles', 'rotation_point': 'rotationPoint', 'type': 'type'}¶
- property id¶
Gets the id of this RotatableCartesianBox. # noqa: E501
- Returns:
The id of this RotatableCartesianBox. # noqa: E501
- Return type:
str
- property max¶
Gets the max of this RotatableCartesianBox. # noqa: E501
- Returns:
The max of this RotatableCartesianBox. # noqa: E501
- Return type:
- property min¶
Gets the min of this RotatableCartesianBox. # noqa: E501
- Returns:
The min of this RotatableCartesianBox. # noqa: E501
- Return type:
- property name¶
Gets the name of this RotatableCartesianBox. # noqa: E501
- Returns:
The name of this RotatableCartesianBox. # noqa: E501
- Return type:
str
- openapi_types = {'id': 'str', 'max': 'DimensionalVectorLength', 'min': 'DimensionalVectorLength', 'name': 'str', 'rotation_angles': 'DimensionalVectorAngle', 'rotation_point': 'DimensionalVectorLength', 'type': 'str'}¶
- property rotation_angles¶
Gets the rotation_angles of this RotatableCartesianBox. # noqa: E501
- Returns:
The rotation_angles of this RotatableCartesianBox. # noqa: E501
- Return type:
- property rotation_point¶
Gets the rotation_point of this RotatableCartesianBox. # noqa: E501
- Returns:
The rotation_point of this RotatableCartesianBox. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RotatableCartesianBox. # noqa: E501
Schema name: RotatableCartesianBox # noqa: E501
- Returns:
The type of this RotatableCartesianBox. # noqa: E501
- Return type:
str
simscale_sdk.models.rotating_motion_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.rotating_motion_bc.RotatingMotionBC(type='ROTATING_MOTION', name=None, rotation_origin=None, rotation_axis=None, omega=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'omega': 'omega', 'rotation_axis': 'rotationAxis', 'rotation_origin': 'rotationOrigin', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this RotatingMotionBC. # noqa: E501
- Returns:
The name of this RotatingMotionBC. # noqa: E501
- Return type:
str
- property omega¶
Gets the omega of this RotatingMotionBC. # noqa: E501
- Returns:
The omega of this RotatingMotionBC. # noqa: E501
- Return type:
- openapi_types = {'name': 'str', 'omega': 'DimensionalFunctionAngle', 'rotation_axis': 'DimensionalVectorFunctionLength', 'rotation_origin': 'DimensionalVectorFunctionLength', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property rotation_axis¶
Gets the rotation_axis of this RotatingMotionBC. # noqa: E501
- Returns:
The rotation_axis of this RotatingMotionBC. # noqa: E501
- Return type:
- property rotation_origin¶
Gets the rotation_origin of this RotatingMotionBC. # noqa: E501
- Returns:
The rotation_origin of this RotatingMotionBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this RotatingMotionBC. # noqa: E501
- Returns:
The topological_reference of this RotatingMotionBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this RotatingMotionBC. # noqa: E501
<p>The <b>rotating motion</b> constraint applies a predefined rigid body rotation to the assigned entities. The rotation axis, the base point, and the rotation angle needs to be specified. Each component can be defined with a formula or table input.<br /><br />Important remarks: <br /><ul><li>If a component of the rotation axis is input via formula or table, then ensure that the length of the axis vector is always positive.</li><li>If a continuous, transient rotation is required, then the rotation angle has to be given either as a formula or table value.</li></ul></p><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/rotating-motion/’ target=’_blank’>Learn more</a>. Schema name: RotatingMotionBC # noqa: E501
- Returns:
The type of this RotatingMotionBC. # noqa: E501
- Return type:
str
simscale_sdk.models.rotating_motion_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.rotating_motion_type.RotatingMotionType(type='ROTATING_MOTION', rotation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'rotation': 'rotation', 'type': 'type'}¶
- openapi_types = {'rotation': 'OneOfRotatingMotionTypeRotation', 'type': 'str'}¶
- property rotation¶
Gets the rotation of this RotatingMotionType. # noqa: E501
- Returns:
The rotation of this RotatingMotionType. # noqa: E501
- Return type:
OneOfRotatingMotionTypeRotation
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RotatingMotionType. # noqa: E501
Schema name: RotatingMotionType # noqa: E501
- Returns:
The type of this RotatingMotionType. # noqa: E501
- Return type:
str
simscale_sdk.models.rotating_sbm module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.rotating_sbm.RotatingSBM(type='ROTATING_MOTION', name=None, rotation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'rotation': 'rotation', 'type': 'type'}¶
- property name¶
Gets the name of this RotatingSBM. # noqa: E501
- Returns:
The name of this RotatingSBM. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'rotation': 'OneOfRotatingSBMRotation', 'type': 'str'}¶
- property rotation¶
Gets the rotation of this RotatingSBM. # noqa: E501
- Returns:
The rotation of this RotatingSBM. # noqa: E501
- Return type:
OneOfRotatingSBMRotation
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RotatingSBM. # noqa: E501
Schema name: RotatingSBM # noqa: E501
- Returns:
The type of this RotatingSBM. # noqa: E501
- Return type:
str
simscale_sdk.models.rotating_wall module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.rotating_wall.RotatingWall(name=None, origin=None, axis=None, rotational_velocity=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'axis': 'axis', 'name': 'name', 'origin': 'origin', 'rotational_velocity': 'rotationalVelocity', 'topological_reference': 'topologicalReference'}¶
- property axis¶
Gets the axis of this RotatingWall. # noqa: E501
- Returns:
The axis of this RotatingWall. # noqa: E501
- Return type:
- property name¶
Gets the name of this RotatingWall. # noqa: E501
- Returns:
The name of this RotatingWall. # noqa: E501
- Return type:
str
- openapi_types = {'axis': 'DimensionalVectorLength', 'name': 'str', 'origin': 'DimensionalVectorLength', 'rotational_velocity': 'DimensionalRotationSpeed', 'topological_reference': 'TopologicalReference'}¶
- property origin¶
Gets the origin of this RotatingWall. # noqa: E501
- Returns:
The origin of this RotatingWall. # noqa: E501
- Return type:
- property rotational_velocity¶
Gets the rotational_velocity of this RotatingWall. # noqa: E501
- Returns:
The rotational_velocity of this RotatingWall. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this RotatingWall. # noqa: E501
- Returns:
The topological_reference of this RotatingWall. # noqa: E501
- Return type:
simscale_sdk.models.rotating_wall_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.rotating_wall_vbc.RotatingWallVBC(type='ROTATING_WALL_VELOCITY', rotation=None, turbulence_wall=None, wall_contact_model=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'rotation': 'rotation', 'turbulence_wall': 'turbulenceWall', 'type': 'type', 'wall_contact_model': 'wallContactModel'}¶
- openapi_types = {'rotation': 'AngularRotation', 'turbulence_wall': 'str', 'type': 'str', 'wall_contact_model': 'list[WallContactAngle]'}¶
- property rotation¶
Gets the rotation of this RotatingWallVBC. # noqa: E501
- Returns:
The rotation of this RotatingWallVBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_wall¶
Gets the turbulence_wall of this RotatingWallVBC. # noqa: E501
- Returns:
The turbulence_wall of this RotatingWallVBC. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this RotatingWallVBC. # noqa: E501
Schema name: RotatingWallVBC # noqa: E501
- Returns:
The type of this RotatingWallVBC. # noqa: E501
- Return type:
str
- property wall_contact_model¶
Gets the wall_contact_model of this RotatingWallVBC. # noqa: E501
- Returns:
The wall_contact_model of this RotatingWallVBC. # noqa: E501
- Return type:
list[WallContactAngle]
simscale_sdk.models.run_time_write_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.run_time_write_control.RunTimeWriteControl(type='RUNTIME', write_interval=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'write_interval': 'writeInterval'}¶
- openapi_types = {'type': 'str', 'write_interval': 'DimensionalTime'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this RunTimeWriteControl. # noqa: E501
This option controls how the simulation results are written and how frequently. Schema name: RunTimeWriteControl # noqa: E501
- Returns:
The type of this RunTimeWriteControl. # noqa: E501
- Return type:
str
- property write_interval¶
Gets the write_interval of this RunTimeWriteControl. # noqa: E501
- Returns:
The write_interval of this RunTimeWriteControl. # noqa: E501
- Return type:
simscale_sdk.models.scalar_field module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.scalar_field.ScalarField(field_name=None, component=None, data_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component': 'component', 'data_type': 'dataType', 'field_name': 'fieldName'}¶
- property component¶
Gets the component of this ScalarField. # noqa: E501
- Returns:
The component of this ScalarField. # noqa: E501
- Return type:
str
- property data_type¶
Gets the data_type of this ScalarField. # noqa: E501
- Returns:
The data_type of this ScalarField. # noqa: E501
- Return type:
- property field_name¶
Gets the field_name of this ScalarField. # noqa: E501
- Returns:
The field_name of this ScalarField. # noqa: E501
- Return type:
str
- openapi_types = {'component': 'str', 'data_type': 'DataType', 'field_name': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.scalar_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.scalar_settings.ScalarSettings(scalar_field=None, minimum_range=None, maximum_range=None, node_average_value=None, number_of_divisions=None, color_scheme=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'color_scheme': 'colorScheme', 'maximum_range': 'maximumRange', 'minimum_range': 'minimumRange', 'node_average_value': 'nodeAverageValue', 'number_of_divisions': 'numberOfDivisions', 'scalar_field': 'scalarField'}¶
- property color_scheme¶
Gets the color_scheme of this ScalarSettings. # noqa: E501
The color scheme to use to map scalar values on the model and legend bar. # noqa: E501
- Returns:
The color_scheme of this ScalarSettings. # noqa: E501
- Return type:
str
- property maximum_range¶
Gets the maximum_range of this ScalarSettings. # noqa: E501
The maximum value for the color scheme to fill. Default is the maximum value of the scalar. # noqa: E501
- Returns:
The maximum_range of this ScalarSettings. # noqa: E501
- Return type:
float
- property minimum_range¶
Gets the minimum_range of this ScalarSettings. # noqa: E501
The minimum value for the color scheme to fill. Default is the minimum value of the scalar. # noqa: E501
- Returns:
The minimum_range of this ScalarSettings. # noqa: E501
- Return type:
float
- property node_average_value¶
Gets the node_average_value of this ScalarSettings. # noqa: E501
Specify if the scalar result should be shown as a node averaged result or not. # noqa: E501
- Returns:
The node_average_value of this ScalarSettings. # noqa: E501
- Return type:
bool
- property number_of_divisions¶
Gets the number_of_divisions of this ScalarSettings. # noqa: E501
The number of divisions in the legend. If set to 0, this will create a continuous (gradient) legend with a smooth interpolation between the colors. # noqa: E501
- Returns:
The number_of_divisions of this ScalarSettings. # noqa: E501
- Return type:
int
- openapi_types = {'color_scheme': 'str', 'maximum_range': 'float', 'minimum_range': 'float', 'node_average_value': 'bool', 'number_of_divisions': 'int', 'scalar_field': 'ScalarField'}¶
- property scalar_field¶
Gets the scalar_field of this ScalarSettings. # noqa: E501
- Returns:
The scalar_field of this ScalarSettings. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.scalar_transport_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.scalar_transport_result_control.ScalarTransportResultControl(name=None, diffusion_coefficient=None, volume_mode=None, su=None, sp=None, write_control=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'diffusion_coefficient': 'diffusionCoefficient', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'sp': 'sp', 'su': 'su', 'volume_mode': 'volumeMode', 'write_control': 'writeControl'}¶
- property diffusion_coefficient¶
Gets the diffusion_coefficient of this ScalarTransportResultControl. # noqa: E501
- Returns:
The diffusion_coefficient of this ScalarTransportResultControl. # noqa: E501
- Return type:
float
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this ScalarTransportResultControl. # noqa: E501
- Returns:
The geometry_primitive_uuids of this ScalarTransportResultControl. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this ScalarTransportResultControl. # noqa: E501
- Returns:
The name of this ScalarTransportResultControl. # noqa: E501
- Return type:
str
- openapi_types = {'diffusion_coefficient': 'float', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'sp': 'float', 'su': 'float', 'volume_mode': 'str', 'write_control': 'OneOfScalarTransportResultControlWriteControl'}¶
- property sp¶
Gets the sp of this ScalarTransportResultControl. # noqa: E501
- Returns:
The sp of this ScalarTransportResultControl. # noqa: E501
- Return type:
float
- property su¶
Gets the su of this ScalarTransportResultControl. # noqa: E501
- Returns:
The su of this ScalarTransportResultControl. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property volume_mode¶
Gets the volume_mode of this ScalarTransportResultControl. # noqa: E501
- Returns:
The volume_mode of this ScalarTransportResultControl. # noqa: E501
- Return type:
str
- property write_control¶
Gets the write_control of this ScalarTransportResultControl. # noqa: E501
- Returns:
The write_control of this ScalarTransportResultControl. # noqa: E501
- Return type:
OneOfScalarTransportResultControlWriteControl
simscale_sdk.models.schemes module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.schemes.Schemes(flux=None, time_differentiation=None, spatial_discretization=None, gradient=None, divergence=None, laplacian=None, interpolation=None, surface_normal_gradient=None, second_order_convection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'divergence': 'divergence', 'flux': 'flux', 'gradient': 'gradient', 'interpolation': 'interpolation', 'laplacian': 'laplacian', 'second_order_convection': 'secondOrderConvection', 'spatial_discretization': 'spatialDiscretization', 'surface_normal_gradient': 'surfaceNormalGradient', 'time_differentiation': 'timeDifferentiation'}¶
- property divergence¶
Gets the divergence of this Schemes. # noqa: E501
- Returns:
The divergence of this Schemes. # noqa: E501
- Return type:
- property flux¶
Gets the flux of this Schemes. # noqa: E501
- Returns:
The flux of this Schemes. # noqa: E501
- Return type:
- property gradient¶
Gets the gradient of this Schemes. # noqa: E501
- Returns:
The gradient of this Schemes. # noqa: E501
- Return type:
- property interpolation¶
Gets the interpolation of this Schemes. # noqa: E501
- Returns:
The interpolation of this Schemes. # noqa: E501
- Return type:
- property laplacian¶
Gets the laplacian of this Schemes. # noqa: E501
- Returns:
The laplacian of this Schemes. # noqa: E501
- Return type:
- openapi_types = {'divergence': 'DivergenceSchemes', 'flux': 'FluxSchemes', 'gradient': 'GradientSchemes', 'interpolation': 'InterpolationSchemes', 'laplacian': 'LaplacianSchemes', 'second_order_convection': 'bool', 'spatial_discretization': 'SpatialDiscretizationSchemes', 'surface_normal_gradient': 'SurfaceNormalGradientSchemes', 'time_differentiation': 'TimeDifferentiationSchemes'}¶
- property second_order_convection¶
Gets the second_order_convection of this Schemes. # noqa: E501
Whether to use second-order convection scheme, which is less stable but more accurate for a given mesh. If false, first-order accurate upwind scheme is used. # noqa: E501
- Returns:
The second_order_convection of this Schemes. # noqa: E501
- Return type:
bool
- property spatial_discretization¶
Gets the spatial_discretization of this Schemes. # noqa: E501
- Returns:
The spatial_discretization of this Schemes. # noqa: E501
- Return type:
- property surface_normal_gradient¶
Gets the surface_normal_gradient of this Schemes. # noqa: E501
- Returns:
The surface_normal_gradient of this Schemes. # noqa: E501
- Return type:
- property time_differentiation¶
Gets the time_differentiation of this Schemes. # noqa: E501
- Returns:
The time_differentiation of this Schemes. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.scotch_decompose_algorithm module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.scotch_decompose_algorithm.ScotchDecomposeAlgorithm(type='SCOTCH', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ScotchDecomposeAlgorithm. # noqa: E501
Schema name: ScotchDecomposeAlgorithm # noqa: E501
- Returns:
The type of this ScotchDecomposeAlgorithm. # noqa: E501
- Return type:
str
simscale_sdk.models.screenshot_output_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.screenshot_output_settings.ScreenshotOutputSettings(name=None, format='PNG', resolution=None, frame_index=None, show_legend=True, show_cube=True, background_color=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'background_color': 'backgroundColor', 'format': 'format', 'frame_index': 'frameIndex', 'name': 'name', 'resolution': 'resolution', 'show_cube': 'showCube', 'show_legend': 'showLegend'}¶
- property background_color¶
Gets the background_color of this ScreenshotOutputSettings. # noqa: E501
- Returns:
The background_color of this ScreenshotOutputSettings. # noqa: E501
- Return type:
- property format¶
Gets the format of this ScreenshotOutputSettings. # noqa: E501
- Returns:
The format of this ScreenshotOutputSettings. # noqa: E501
- Return type:
str
- property frame_index¶
Gets the frame_index of this ScreenshotOutputSettings. # noqa: E501
Default to the last timestep or frame in the result. # noqa: E501
- Returns:
The frame_index of this ScreenshotOutputSettings. # noqa: E501
- Return type:
int
- property name¶
Gets the name of this ScreenshotOutputSettings. # noqa: E501
- Returns:
The name of this ScreenshotOutputSettings. # noqa: E501
- Return type:
str
- openapi_types = {'background_color': 'Color', 'format': 'str', 'frame_index': 'int', 'name': 'str', 'resolution': 'ResolutionInfo', 'show_cube': 'bool', 'show_legend': 'bool'}¶
- property resolution¶
Gets the resolution of this ScreenshotOutputSettings. # noqa: E501
- Returns:
The resolution of this ScreenshotOutputSettings. # noqa: E501
- Return type:
- property show_cube¶
Gets the show_cube of this ScreenshotOutputSettings. # noqa: E501
- Returns:
The show_cube of this ScreenshotOutputSettings. # noqa: E501
- Return type:
bool
- property show_legend¶
Gets the show_legend of this ScreenshotOutputSettings. # noqa: E501
- Returns:
The show_legend of this ScreenshotOutputSettings. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.screenshot_report_properties module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.screenshot_report_properties.ScreenshotReportProperties(report_type='SCREENSHOT', model_settings=None, filters=None, camera_settings=None, output_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'camera_settings': 'cameraSettings', 'filters': 'filters', 'model_settings': 'modelSettings', 'output_settings': 'outputSettings', 'report_type': 'reportType'}¶
- property camera_settings¶
Gets the camera_settings of this ScreenshotReportProperties. # noqa: E501
- Returns:
The camera_settings of this ScreenshotReportProperties. # noqa: E501
- Return type:
OneOfCameraSettings
- property filters¶
Gets the filters of this ScreenshotReportProperties. # noqa: E501
- Returns:
The filters of this ScreenshotReportProperties. # noqa: E501
- Return type:
- property model_settings¶
Gets the model_settings of this ScreenshotReportProperties. # noqa: E501
- Returns:
The model_settings of this ScreenshotReportProperties. # noqa: E501
- Return type:
- openapi_types = {'camera_settings': 'OneOfCameraSettings', 'filters': 'Filters', 'model_settings': 'ModelSettings', 'output_settings': 'ScreenshotOutputSettings', 'report_type': 'str'}¶
- property output_settings¶
Gets the output_settings of this ScreenshotReportProperties. # noqa: E501
- Returns:
The output_settings of this ScreenshotReportProperties. # noqa: E501
- Return type:
- property report_type¶
Gets the report_type of this ScreenshotReportProperties. # noqa: E501
- Returns:
The report_type of this ScreenshotReportProperties. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.second_order_ogden module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.second_order_ogden.SecondOrderOgden(type='SECOND_ORDER_OGDEN', mu1=None, alpha1=None, mu2=None, alpha2=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property alpha1¶
Gets the alpha1 of this SecondOrderOgden. # noqa: E501
<p>Provide a parameter value for the Ogden coefficient <b>α<sub>1</sub></b>. </p> # noqa: E501
- Returns:
The alpha1 of this SecondOrderOgden. # noqa: E501
- Return type:
float
- property alpha2¶
Gets the alpha2 of this SecondOrderOgden. # noqa: E501
<p>Provide a parameter value for the Ogden coefficient <b>α<sub>2</sub></b>. </p> # noqa: E501
- Returns:
The alpha2 of this SecondOrderOgden. # noqa: E501
- Return type:
float
- attribute_map = {'alpha1': 'alpha1', 'alpha2': 'alpha2', 'mu1': 'mu1', 'mu2': 'mu2', 'type': 'type'}¶
- property mu1¶
Gets the mu1 of this SecondOrderOgden. # noqa: E501
- Returns:
The mu1 of this SecondOrderOgden. # noqa: E501
- Return type:
- property mu2¶
Gets the mu2 of this SecondOrderOgden. # noqa: E501
- Returns:
The mu2 of this SecondOrderOgden. # noqa: E501
- Return type:
- openapi_types = {'alpha1': 'float', 'alpha2': 'float', 'mu1': 'DimensionalPressure', 'mu2': 'DimensionalPressure', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SecondOrderOgden. # noqa: E501
Schema name: SecondOrderOgden # noqa: E501
- Returns:
The type of this SecondOrderOgden. # noqa: E501
- Return type:
str
simscale_sdk.models.second_order_upwind_spatial_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.second_order_upwind_spatial_scheme.SecondOrderUpwindSpatialScheme(type='UPWIND_2ND', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SecondOrderUpwindSpatialScheme. # noqa: E501
Schema name: SecondOrderUpwindSpatialScheme # noqa: E501
- Returns:
The type of this SecondOrderUpwindSpatialScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.seed_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.seed_settings.SeedSettings(center=None, normal=None, horizontal_dimension=10, vertical_dimension=10, spacing=None, size=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'center': 'center', 'horizontal_dimension': 'horizontalDimension', 'normal': 'normal', 'size': 'size', 'spacing': 'spacing', 'vertical_dimension': 'verticalDimension'}¶
- property center¶
Gets the center of this SeedSettings. # noqa: E501
- Returns:
The center of this SeedSettings. # noqa: E501
- Return type:
- property horizontal_dimension¶
Gets the horizontal_dimension of this SeedSettings. # noqa: E501
Number of seed points in the horizontal direction. # noqa: E501
- Returns:
The horizontal_dimension of this SeedSettings. # noqa: E501
- Return type:
int
- property normal¶
Gets the normal of this SeedSettings. # noqa: E501
- Returns:
The normal of this SeedSettings. # noqa: E501
- Return type:
- openapi_types = {'center': 'Vector3D', 'horizontal_dimension': 'int', 'normal': 'Vector3D', 'size': 'float', 'spacing': 'float', 'vertical_dimension': 'int'}¶
- property size¶
Gets the size of this SeedSettings. # noqa: E501
The radius of the particle trace geometry (cylinder, sphere, comet). Default is the extent of the bounding box of the moddel divided by 800. # noqa: E501
- Returns:
The size of this SeedSettings. # noqa: E501
- Return type:
float
- property spacing¶
Gets the spacing of this SeedSettings. # noqa: E501
The distance between the seed points. Default is size * 4. # noqa: E501
- Returns:
The spacing of this SeedSettings. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property vertical_dimension¶
Gets the vertical_dimension of this SeedSettings. # noqa: E501
Number of seed points in the vertical direction. # noqa: E501
- Returns:
The vertical_dimension of this SeedSettings. # noqa: E501
- Return type:
int
simscale_sdk.models.semi_open_boundary_ray_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.semi_open_boundary_ray_bc.SemiOpenBoundaryRayBC(type='SEMI_OPEN_BOUNDARY_RAY', emissivity=None, transmissivity=None, farfield_black_body_temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'emissivity': 'emissivity', 'farfield_black_body_temperature': 'farfieldBlackBodyTemperature', 'transmissivity': 'transmissivity', 'type': 'type'}¶
- property emissivity¶
Gets the emissivity of this SemiOpenBoundaryRayBC. # noqa: E501
- Returns:
The emissivity of this SemiOpenBoundaryRayBC. # noqa: E501
- Return type:
float
- property farfield_black_body_temperature¶
Gets the farfield_black_body_temperature of this SemiOpenBoundaryRayBC. # noqa: E501
- Returns:
The farfield_black_body_temperature of this SemiOpenBoundaryRayBC. # noqa: E501
- Return type:
- openapi_types = {'emissivity': 'float', 'farfield_black_body_temperature': 'DimensionalTemperature', 'transmissivity': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property transmissivity¶
Gets the transmissivity of this SemiOpenBoundaryRayBC. # noqa: E501
- Returns:
The transmissivity of this SemiOpenBoundaryRayBC. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this SemiOpenBoundaryRayBC. # noqa: E501
<p><b>Radiative behaviour of the wall</b>. The Kirchhoff’s law of thermal radiation is applied in all options. This means that the <b>absorptivity of the surface is equal to its emissivity</b>. <br> <ul><li><b>Opaque</b> is applied to surfaces with transmissivity equal to 0. The radiation that hits the surface will be absorbed and reflected, but not transmitted, e.g.: brick or concrete walls.</li><li><b>Transparent</b> is applied to surfaces with transmissivity equal to 1. The radiation that hits the surface will be fully transmitted to the other side, e.g.: inlets, outlets or regular windows.</li><li><b>Semi-transparent</b> is applied to non-fully transparent surfaces. The radiation that hits the surface will be absorbed, reflected and transmitted, e.g. some stained glass windows.</li></ul></p> Schema name: SemiOpenBoundaryRayBC # noqa: E501
- Returns:
The type of this SemiOpenBoundaryRayBC. # noqa: E501
- Return type:
str
simscale_sdk.models.set_value_position_tolerance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.set_value_position_tolerance.SetValuePositionTolerance(type='SET_VALUE', tolerance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'tolerance': 'tolerance', 'type': 'type'}¶
- openapi_types = {'tolerance': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property tolerance¶
Gets the tolerance of this SetValuePositionTolerance. # noqa: E501
- Returns:
The tolerance of this SetValuePositionTolerance. # noqa: E501
- Return type:
- property type¶
Gets the type of this SetValuePositionTolerance. # noqa: E501
Schema name: SetValuePositionTolerance # noqa: E501
- Returns:
The type of this SetValuePositionTolerance. # noqa: E501
- Return type:
str
simscale_sdk.models.shape_animation_output_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.shape_animation_output_settings.ShapeAnimationOutputSettings(name=None, format='GIF', resolution=None, frame_rate=20, show_legend=True, show_cube=True, background_color=None, type=None, frame_index=None, steps=30, range='FULL', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'background_color': 'backgroundColor', 'format': 'format', 'frame_index': 'frameIndex', 'frame_rate': 'frameRate', 'name': 'name', 'range': 'range', 'resolution': 'resolution', 'show_cube': 'showCube', 'show_legend': 'showLegend', 'steps': 'steps', 'type': 'type'}¶
- property background_color¶
Gets the background_color of this ShapeAnimationOutputSettings. # noqa: E501
- Returns:
The background_color of this ShapeAnimationOutputSettings. # noqa: E501
- Return type:
- property format¶
Gets the format of this ShapeAnimationOutputSettings. # noqa: E501
- Returns:
The format of this ShapeAnimationOutputSettings. # noqa: E501
- Return type:
str
- property frame_index¶
Gets the frame_index of this ShapeAnimationOutputSettings. # noqa: E501
Frame (or frequency) for which to create a mode shape animation.Default is the last frame in the result. # noqa: E501
- Returns:
The frame_index of this ShapeAnimationOutputSettings. # noqa: E501
- Return type:
int
- property frame_rate¶
Gets the frame_rate of this ShapeAnimationOutputSettings. # noqa: E501
- Returns:
The frame_rate of this ShapeAnimationOutputSettings. # noqa: E501
- Return type:
int
- property name¶
Gets the name of this ShapeAnimationOutputSettings. # noqa: E501
- Returns:
The name of this ShapeAnimationOutputSettings. # noqa: E501
- Return type:
str
- openapi_types = {'background_color': 'Color', 'format': 'str', 'frame_index': 'int', 'frame_rate': 'int', 'name': 'str', 'range': 'str', 'resolution': 'ResolutionInfo', 'show_cube': 'bool', 'show_legend': 'bool', 'steps': 'int', 'type': 'str'}¶
- property range¶
Gets the range of this ShapeAnimationOutputSettings. # noqa: E501
How to deform the model for the animation. FULL implies animating from the original, undeformed shape to the maximum displaced position, then back to original shape; do the same for the negative maximum deformation, then back (x_0 -> +x_max -> x_0 -> -x_max -> x_0). HALF implies animating from the original, undeformed shape to the maximum displaced position, then back to original shape (x_0 -> +x_max -> x_0). QUARTER implies animating from the original, undeformed shape to the maxiumum displaced position (x_0 -> +x_max) # noqa: E501
- Returns:
The range of this ShapeAnimationOutputSettings. # noqa: E501
- Return type:
str
- property resolution¶
Gets the resolution of this ShapeAnimationOutputSettings. # noqa: E501
- Returns:
The resolution of this ShapeAnimationOutputSettings. # noqa: E501
- Return type:
- property show_cube¶
Gets the show_cube of this ShapeAnimationOutputSettings. # noqa: E501
- Returns:
The show_cube of this ShapeAnimationOutputSettings. # noqa: E501
- Return type:
bool
- property show_legend¶
Gets the show_legend of this ShapeAnimationOutputSettings. # noqa: E501
- Returns:
The show_legend of this ShapeAnimationOutputSettings. # noqa: E501
- Return type:
bool
- property steps¶
Gets the steps of this ShapeAnimationOutputSettings. # noqa: E501
The number of steps to generate for the shape animation # noqa: E501
- Returns:
The steps of this ShapeAnimationOutputSettings. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ShapeAnimationOutputSettings. # noqa: E501
- Returns:
The type of this ShapeAnimationOutputSettings. # noqa: E501
- Return type:
str
simscale_sdk.models.shape_animation_output_settings_all_of module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.shape_animation_output_settings_all_of.ShapeAnimationOutputSettingsAllOf(type=None, frame_index=None, steps=30, range='FULL', background_color=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'background_color': 'backgroundColor', 'frame_index': 'frameIndex', 'range': 'range', 'steps': 'steps', 'type': 'type'}¶
- property background_color¶
Gets the background_color of this ShapeAnimationOutputSettingsAllOf. # noqa: E501
- Returns:
The background_color of this ShapeAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
- property frame_index¶
Gets the frame_index of this ShapeAnimationOutputSettingsAllOf. # noqa: E501
Frame (or frequency) for which to create a mode shape animation.Default is the last frame in the result. # noqa: E501
- Returns:
The frame_index of this ShapeAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
int
- openapi_types = {'background_color': 'Color', 'frame_index': 'int', 'range': 'str', 'steps': 'int', 'type': 'str'}¶
- property range¶
Gets the range of this ShapeAnimationOutputSettingsAllOf. # noqa: E501
How to deform the model for the animation. FULL implies animating from the original, undeformed shape to the maximum displaced position, then back to original shape; do the same for the negative maximum deformation, then back (x_0 -> +x_max -> x_0 -> -x_max -> x_0). HALF implies animating from the original, undeformed shape to the maximum displaced position, then back to original shape (x_0 -> +x_max -> x_0). QUARTER implies animating from the original, undeformed shape to the maxiumum displaced position (x_0 -> +x_max) # noqa: E501
- Returns:
The range of this ShapeAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
str
- property steps¶
Gets the steps of this ShapeAnimationOutputSettingsAllOf. # noqa: E501
The number of steps to generate for the shape animation # noqa: E501
- Returns:
The steps of this ShapeAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ShapeAnimationOutputSettingsAllOf. # noqa: E501
- Returns:
The type of this ShapeAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
str
simscale_sdk.models.sharing_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sharing_control.SharingControl(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- NO_SHARING = 'NO_SHARING'¶
- WITHIN_ORGANIZATION = 'WITHIN_ORGANIZATION'¶
- WITHIN_SPACE = 'WITHIN_SPACE'¶
- WITH_ANYONE = 'WITH_ANYONE'¶
- allowable_values = ['NO_SHARING', 'WITHIN_SPACE', 'WITHIN_ORGANIZATION', 'WITH_ANYONE']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.ship_design_analysis_sbm module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.ship_design_analysis_sbm.ShipDesignAnalysisSBM(type='SHIP_DESIGN_ANALYSIS', name=None, center_of_gravity=None, model_scale_ratio=None, max_roll_amplitude=None, min_roll_amplitude=None, heave_amplitude=None, sway_amplitude=None, damping_coefficient=None, time_period_for_liquid=None, natural_period_of_ship=None, reference_time_step=None, increase_in_liquid_per_time_step=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'center_of_gravity': 'centerOfGravity', 'damping_coefficient': 'dampingCoefficient', 'heave_amplitude': 'heaveAmplitude', 'increase_in_liquid_per_time_step': 'increaseInLiquidPerTimeStep', 'max_roll_amplitude': 'maxRollAmplitude', 'min_roll_amplitude': 'minRollAmplitude', 'model_scale_ratio': 'modelScaleRatio', 'name': 'name', 'natural_period_of_ship': 'naturalPeriodOfShip', 'reference_time_step': 'referenceTimeStep', 'sway_amplitude': 'swayAmplitude', 'time_period_for_liquid': 'timePeriodForLiquid', 'type': 'type'}¶
- property center_of_gravity¶
Gets the center_of_gravity of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The center_of_gravity of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
- property damping_coefficient¶
Gets the damping_coefficient of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The damping_coefficient of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
float
- property heave_amplitude¶
Gets the heave_amplitude of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The heave_amplitude of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
- property increase_in_liquid_per_time_step¶
Gets the increase_in_liquid_per_time_step of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The increase_in_liquid_per_time_step of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
float
- property max_roll_amplitude¶
Gets the max_roll_amplitude of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The max_roll_amplitude of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
- property min_roll_amplitude¶
Gets the min_roll_amplitude of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The min_roll_amplitude of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
- property model_scale_ratio¶
Gets the model_scale_ratio of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The model_scale_ratio of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
float
- property name¶
Gets the name of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The name of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
str
- property natural_period_of_ship¶
Gets the natural_period_of_ship of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The natural_period_of_ship of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
- openapi_types = {'center_of_gravity': 'DimensionalVectorLength', 'damping_coefficient': 'float', 'heave_amplitude': 'DimensionalLength', 'increase_in_liquid_per_time_step': 'float', 'max_roll_amplitude': 'DimensionalAngle', 'min_roll_amplitude': 'DimensionalAngle', 'model_scale_ratio': 'float', 'name': 'str', 'natural_period_of_ship': 'DimensionalTime', 'reference_time_step': 'DimensionalTime', 'sway_amplitude': 'DimensionalLength', 'time_period_for_liquid': 'DimensionalTime', 'type': 'str'}¶
- property reference_time_step¶
Gets the reference_time_step of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The reference_time_step of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
- property sway_amplitude¶
Gets the sway_amplitude of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The sway_amplitude of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
- property time_period_for_liquid¶
Gets the time_period_for_liquid of this ShipDesignAnalysisSBM. # noqa: E501
- Returns:
The time_period_for_liquid of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ShipDesignAnalysisSBM. # noqa: E501
Schema name: ShipDesignAnalysisSBM # noqa: E501
- Returns:
The type of this ShipDesignAnalysisSBM. # noqa: E501
- Return type:
str
simscale_sdk.models.signed_von_mises_stress_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.signed_von_mises_stress_type.SignedVonMisesStressType(type='SIGNED_VON_MISES', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SignedVonMisesStressType. # noqa: E501
Schema name: SignedVonMisesStressType # noqa: E501
- Returns:
The type of this SignedVonMisesStressType. # noqa: E501
- Return type:
str
simscale_sdk.models.signorini_hyper_elastic_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.signorini_hyper_elastic_model.SignoriniHyperElasticModel(type='SIGNORINI', c10=None, c01=None, c20=None, d1=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'c01': 'c01', 'c10': 'c10', 'c20': 'c20', 'd1': 'd1', 'type': 'type'}¶
- property c01¶
Gets the c01 of this SignoriniHyperElasticModel. # noqa: E501
- Returns:
The c01 of this SignoriniHyperElasticModel. # noqa: E501
- Return type:
- property c10¶
Gets the c10 of this SignoriniHyperElasticModel. # noqa: E501
- Returns:
The c10 of this SignoriniHyperElasticModel. # noqa: E501
- Return type:
- property c20¶
Gets the c20 of this SignoriniHyperElasticModel. # noqa: E501
- Returns:
The c20 of this SignoriniHyperElasticModel. # noqa: E501
- Return type:
- property d1¶
Gets the d1 of this SignoriniHyperElasticModel. # noqa: E501
- Returns:
The d1 of this SignoriniHyperElasticModel. # noqa: E501
- Return type:
- openapi_types = {'c01': 'DimensionalPressure', 'c10': 'DimensionalPressure', 'c20': 'DimensionalPressure', 'd1': 'DimensionalInvPressure', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SignoriniHyperElasticModel. # noqa: E501
Schema name: SignoriniHyperElasticModel # noqa: E501
- Returns:
The type of this SignoriniHyperElasticModel. # noqa: E501
- Return type:
str
simscale_sdk.models.silver_birch module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.silver_birch.SilverBirch(type='SILVER_BIRCH', average_tree_height=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'average_tree_height': 'averageTreeHeight', 'type': 'type'}¶
- property average_tree_height¶
Gets the average_tree_height of this SilverBirch. # noqa: E501
- Returns:
The average_tree_height of this SilverBirch. # noqa: E501
- Return type:
- openapi_types = {'average_tree_height': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SilverBirch. # noqa: E501
Schema name: SilverBirch # noqa: E501
- Returns:
The type of this SilverBirch. # noqa: E501
- Return type:
str
simscale_sdk.models.simerics_analysis module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simerics_analysis.SimericsAnalysis(type='SIMERICS_ANALYSIS', is_compressible=None, is_multicomponent=None, is_multiphase=None, is_cht=None, number_of_phases=None, cavitation_model=None, turbulence_model=None, time_dependency=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, advanced_concepts=None, numerics=None, simulation_control=None, result_control=None, mesh_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_concepts¶
Gets the advanced_concepts of this SimericsAnalysis. # noqa: E501
- Returns:
The advanced_concepts of this SimericsAnalysis. # noqa: E501
- Return type:
- attribute_map = {'advanced_concepts': 'advancedConcepts', 'boundary_conditions': 'boundaryConditions', 'cavitation_model': 'cavitationModel', 'initial_conditions': 'initialConditions', 'is_cht': 'isCHT', 'is_compressible': 'isCompressible', 'is_multicomponent': 'isMulticomponent', 'is_multiphase': 'isMultiphase', 'materials': 'materials', 'mesh_settings': 'meshSettings', 'model': 'model', 'number_of_phases': 'numberOfPhases', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'time_dependency': 'timeDependency', 'turbulence_model': 'turbulenceModel', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this SimericsAnalysis. # noqa: E501
- Returns:
The boundary_conditions of this SimericsAnalysis. # noqa: E501
- Return type:
list[OneOfSimericsAnalysisBoundaryConditions]
- property cavitation_model¶
Gets the cavitation_model of this SimericsAnalysis. # noqa: E501
- Returns:
The cavitation_model of this SimericsAnalysis. # noqa: E501
- Return type:
str
- property initial_conditions¶
Gets the initial_conditions of this SimericsAnalysis. # noqa: E501
- Returns:
The initial_conditions of this SimericsAnalysis. # noqa: E501
- Return type:
- property is_cht¶
Gets the is_cht of this SimericsAnalysis. # noqa: E501
- Returns:
The is_cht of this SimericsAnalysis. # noqa: E501
- Return type:
bool
- property is_compressible¶
Gets the is_compressible of this SimericsAnalysis. # noqa: E501
- Returns:
The is_compressible of this SimericsAnalysis. # noqa: E501
- Return type:
bool
- property is_multicomponent¶
Gets the is_multicomponent of this SimericsAnalysis. # noqa: E501
- Returns:
The is_multicomponent of this SimericsAnalysis. # noqa: E501
- Return type:
bool
- property is_multiphase¶
Gets the is_multiphase of this SimericsAnalysis. # noqa: E501
- Returns:
The is_multiphase of this SimericsAnalysis. # noqa: E501
- Return type:
bool
- property materials¶
Gets the materials of this SimericsAnalysis. # noqa: E501
- Returns:
The materials of this SimericsAnalysis. # noqa: E501
- Return type:
- property mesh_settings¶
Gets the mesh_settings of this SimericsAnalysis. # noqa: E501
- Returns:
The mesh_settings of this SimericsAnalysis. # noqa: E501
- Return type:
OneOfSimericsAnalysisMeshSettings
- property model¶
Gets the model of this SimericsAnalysis. # noqa: E501
- Returns:
The model of this SimericsAnalysis. # noqa: E501
- Return type:
- property number_of_phases¶
Gets the number_of_phases of this SimericsAnalysis. # noqa: E501
- Returns:
The number_of_phases of this SimericsAnalysis. # noqa: E501
- Return type:
int
- property numerics¶
Gets the numerics of this SimericsAnalysis. # noqa: E501
- Returns:
The numerics of this SimericsAnalysis. # noqa: E501
- Return type:
- openapi_types = {'advanced_concepts': 'AdvancedConcepts', 'boundary_conditions': 'list[OneOfSimericsAnalysisBoundaryConditions]', 'cavitation_model': 'str', 'initial_conditions': 'FluidInitialConditions', 'is_cht': 'bool', 'is_compressible': 'bool', 'is_multicomponent': 'bool', 'is_multiphase': 'bool', 'materials': 'SimericsMaterials', 'mesh_settings': 'OneOfSimericsAnalysisMeshSettings', 'model': 'FluidModel', 'number_of_phases': 'int', 'numerics': 'FluidNumerics', 'result_control': 'FluidResultControls', 'simulation_control': 'FluidSimulationControl', 'time_dependency': 'OneOfSimericsAnalysisTimeDependency', 'turbulence_model': 'str', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this SimericsAnalysis. # noqa: E501
- Returns:
The result_control of this SimericsAnalysis. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this SimericsAnalysis. # noqa: E501
- Returns:
The simulation_control of this SimericsAnalysis. # noqa: E501
- Return type:
- property time_dependency¶
Gets the time_dependency of this SimericsAnalysis. # noqa: E501
- Returns:
The time_dependency of this SimericsAnalysis. # noqa: E501
- Return type:
OneOfSimericsAnalysisTimeDependency
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulence_model¶
Gets the turbulence_model of this SimericsAnalysis. # noqa: E501
Choose a turbulence model for your CFD analysis:<ul><li><strong>No turbulence</strong>: Laminar</li><li><strong>RANS</strong>: <a href=’https://www.simscale.com/docs/simulation-setup/global-settings/k-epsilon/’ target=’_blank’>k-epsilon</a></ul><p><p><a href=’https://www.simscale.com/blog/2017/12/turbulence-cfd-analysis/’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The turbulence_model of this SimericsAnalysis. # noqa: E501
- Return type:
str
- property type¶
Gets the type of this SimericsAnalysis. # noqa: E501
Schema name: SimericsAnalysis # noqa: E501
- Returns:
The type of this SimericsAnalysis. # noqa: E501
- Return type:
str
simscale_sdk.models.simerics_materials module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simerics_materials.SimericsMaterials(fluids=None, solids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'fluids': 'fluids', 'solids': 'solids'}¶
- property fluids¶
Gets the fluids of this SimericsMaterials. # noqa: E501
- Returns:
The fluids of this SimericsMaterials. # noqa: E501
- Return type:
list[OneOfSimericsMaterialsFluids]
- openapi_types = {'fluids': 'list[OneOfSimericsMaterialsFluids]', 'solids': 'list[SolidCompressibleMaterial]'}¶
- property solids¶
Gets the solids of this SimericsMaterials. # noqa: E501
- Returns:
The solids of this SimericsMaterials. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.simmetrix_boundary_layer_refinement module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simmetrix_boundary_layer_refinement.SimmetrixBoundaryLayerRefinement(type='SIMMETRIX_BOUNDARY_LAYER_V13', name=None, layer_type=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'layer_type': 'layerType', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property layer_type¶
Gets the layer_type of this SimmetrixBoundaryLayerRefinement. # noqa: E501
- Returns:
The layer_type of this SimmetrixBoundaryLayerRefinement. # noqa: E501
- Return type:
OneOfSimmetrixBoundaryLayerRefinementLayerType
- property name¶
Gets the name of this SimmetrixBoundaryLayerRefinement. # noqa: E501
- Returns:
The name of this SimmetrixBoundaryLayerRefinement. # noqa: E501
- Return type:
str
- openapi_types = {'layer_type': 'OneOfSimmetrixBoundaryLayerRefinementLayerType', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SimmetrixBoundaryLayerRefinement. # noqa: E501
- Returns:
The topological_reference of this SimmetrixBoundaryLayerRefinement. # noqa: E501
- Return type:
- property type¶
Gets the type of this SimmetrixBoundaryLayerRefinement. # noqa: E501
<p><a href=’https://www.simscale.com/docs/simulation-setup/meshing/standard/#layer-inflation’ target=’_blank’><b>Layer inflation</b></a> allows the creation of prismatic boundary layers for certain mesh regions.</p><p>Prismatic layers are mostly used in CFD simulations on no-slip walls in order to efficiently capture the boundary layer velocity profile, but they may be also used in certain structural simulations like stamping or deep-drawing processes.</p><p><img src=”/spec/resources/help/imgs/simmetrix-layers.png” class=”helpPopupImage”/> The figure shows a sample mesh with boundary layers added.</p> Schema name: SimmetrixBoundaryLayerRefinement # noqa: E501
- Returns:
The type of this SimmetrixBoundaryLayerRefinement. # noqa: E501
- Return type:
str
simscale_sdk.models.simmetrix_cell_zones module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simmetrix_cell_zones.SimmetrixCellZones(type='SIMMETRIX_CELL_ZONES', name=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this SimmetrixCellZones. # noqa: E501
- Returns:
The name of this SimmetrixCellZones. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SimmetrixCellZones. # noqa: E501
- Returns:
The topological_reference of this SimmetrixCellZones. # noqa: E501
- Return type:
- property type¶
Gets the type of this SimmetrixCellZones. # noqa: E501
Schema name: SimmetrixCellZones # noqa: E501
- Returns:
The type of this SimmetrixCellZones. # noqa: E501
- Return type:
str
simscale_sdk.models.simmetrix_extrusion_mesh_refinement module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simmetrix_extrusion_mesh_refinement.SimmetrixExtrusionMeshRefinement(type='SIMMETRIX_EXTRUSION_MESH_REFINEMENT', name=None, sizing_type=None, surface_element_type=None, specify_local_size=None, max_element_size=None, source_topological_reference=None, destination_topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'destination_topological_reference': 'destinationTopologicalReference', 'max_element_size': 'maxElementSize', 'name': 'name', 'sizing_type': 'sizingType', 'source_topological_reference': 'sourceTopologicalReference', 'specify_local_size': 'specifyLocalSize', 'surface_element_type': 'surfaceElementType', 'type': 'type'}¶
- property destination_topological_reference¶
Gets the destination_topological_reference of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Returns:
The destination_topological_reference of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Return type:
- property max_element_size¶
Gets the max_element_size of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Returns:
The max_element_size of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Return type:
- property name¶
Gets the name of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Returns:
The name of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Return type:
str
- openapi_types = {'destination_topological_reference': 'TopologicalReference', 'max_element_size': 'DimensionalLength', 'name': 'str', 'sizing_type': 'OneOfSimmetrixExtrusionMeshRefinementSizingType', 'source_topological_reference': 'TopologicalReference', 'specify_local_size': 'bool', 'surface_element_type': 'str', 'type': 'str'}¶
- property sizing_type¶
Gets the sizing_type of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Returns:
The sizing_type of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Return type:
OneOfSimmetrixExtrusionMeshRefinementSizingType
- property source_topological_reference¶
Gets the source_topological_reference of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Returns:
The source_topological_reference of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Return type:
- property specify_local_size¶
Gets the specify_local_size of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Returns:
The specify_local_size of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Return type:
bool
- property surface_element_type¶
Gets the surface_element_type of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Returns:
The surface_element_type of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimmetrixExtrusionMeshRefinement. # noqa: E501
Schema name: SimmetrixExtrusionMeshRefinement # noqa: E501
- Returns:
The type of this SimmetrixExtrusionMeshRefinement. # noqa: E501
- Return type:
str
simscale_sdk.models.simmetrix_local_sizing_refinement module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simmetrix_local_sizing_refinement.SimmetrixLocalSizingRefinement(type='SIMMETRIX_LOCAL_SIZING_V10', name=None, max_element_size=None, curvature=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'curvature': 'curvature', 'max_element_size': 'maxElementSize', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property curvature¶
Gets the curvature of this SimmetrixLocalSizingRefinement. # noqa: E501
- Returns:
The curvature of this SimmetrixLocalSizingRefinement. # noqa: E501
- Return type:
OneOfSimmetrixLocalSizingRefinementCurvature
- property max_element_size¶
Gets the max_element_size of this SimmetrixLocalSizingRefinement. # noqa: E501
- Returns:
The max_element_size of this SimmetrixLocalSizingRefinement. # noqa: E501
- Return type:
- property name¶
Gets the name of this SimmetrixLocalSizingRefinement. # noqa: E501
- Returns:
The name of this SimmetrixLocalSizingRefinement. # noqa: E501
- Return type:
str
- openapi_types = {'curvature': 'OneOfSimmetrixLocalSizingRefinementCurvature', 'max_element_size': 'DimensionalLength', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SimmetrixLocalSizingRefinement. # noqa: E501
- Returns:
The topological_reference of this SimmetrixLocalSizingRefinement. # noqa: E501
- Return type:
- property type¶
Gets the type of this SimmetrixLocalSizingRefinement. # noqa: E501
Refine specific faces of interest or complex geometrical shapes by defining a local element size. This will ensure a relatively uniform mesh. Schema name: SimmetrixLocalSizingRefinement # noqa: E501
- Returns:
The type of this SimmetrixLocalSizingRefinement. # noqa: E501
- Return type:
str
simscale_sdk.models.simmetrix_meshing_electromagnetics module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simmetrix_meshing_electromagnetics.SimmetrixMeshingElectromagnetics(type='SIMMETRIX_MESHING_ELECTROMAGNETICS', sizing=None, refinements=None, num_of_processors=None, max_meshing_run_time=None, advanced_simmetrix_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_simmetrix_settings¶
Gets the advanced_simmetrix_settings of this SimmetrixMeshingElectromagnetics. # noqa: E501
- Returns:
The advanced_simmetrix_settings of this SimmetrixMeshingElectromagnetics. # noqa: E501
- Return type:
- attribute_map = {'advanced_simmetrix_settings': 'advancedSimmetrixSettings', 'max_meshing_run_time': 'maxMeshingRunTime', 'num_of_processors': 'numOfProcessors', 'refinements': 'refinements', 'sizing': 'sizing', 'type': 'type'}¶
- property max_meshing_run_time¶
Gets the max_meshing_run_time of this SimmetrixMeshingElectromagnetics. # noqa: E501
- Returns:
The max_meshing_run_time of this SimmetrixMeshingElectromagnetics. # noqa: E501
- Return type:
- property num_of_processors¶
Gets the num_of_processors of this SimmetrixMeshingElectromagnetics. # noqa: E501
<p>Selecting more processor cores might speed up the meshing process. Choosing a smaller computation instance will save core hours. <a href=’https://www.simscale.com/docs/simulation-setup/meshing/#number-of-processors’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The num_of_processors of this SimmetrixMeshingElectromagnetics. # noqa: E501
- Return type:
int
- openapi_types = {'advanced_simmetrix_settings': 'AdvancedSimmetrixEmSettings', 'max_meshing_run_time': 'DimensionalTime', 'num_of_processors': 'int', 'refinements': 'list[OneOfSimmetrixMeshingElectromagneticsRefinements]', 'sizing': 'OneOfSimmetrixMeshingElectromagneticsSizing', 'type': 'str'}¶
- property refinements¶
Gets the refinements of this SimmetrixMeshingElectromagnetics. # noqa: E501
- Returns:
The refinements of this SimmetrixMeshingElectromagnetics. # noqa: E501
- Return type:
list[OneOfSimmetrixMeshingElectromagneticsRefinements]
- property sizing¶
Gets the sizing of this SimmetrixMeshingElectromagnetics. # noqa: E501
- Returns:
The sizing of this SimmetrixMeshingElectromagnetics. # noqa: E501
- Return type:
OneOfSimmetrixMeshingElectromagneticsSizing
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimmetrixMeshingElectromagnetics. # noqa: E501
Schema name: SimmetrixMeshingElectromagnetics # noqa: E501
- Returns:
The type of this SimmetrixMeshingElectromagnetics. # noqa: E501
- Return type:
str
simscale_sdk.models.simmetrix_meshing_fluid module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simmetrix_meshing_fluid.SimmetrixMeshingFluid(type='SIMMETRIX_MESHING_FLUID_V16', sizing=None, refinements=None, cell_zones=None, automatic_layer_settings=None, physics_based_meshing=None, hex_core=None, automatic_sweep_parameters=None, num_of_processors=None, max_meshing_run_time=None, advanced_simmetrix_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_simmetrix_settings¶
Gets the advanced_simmetrix_settings of this SimmetrixMeshingFluid. # noqa: E501
- Returns:
The advanced_simmetrix_settings of this SimmetrixMeshingFluid. # noqa: E501
- Return type:
- attribute_map = {'advanced_simmetrix_settings': 'advancedSimmetrixSettings', 'automatic_layer_settings': 'automaticLayerSettings', 'automatic_sweep_parameters': 'automaticSweepParameters', 'cell_zones': 'cellZones', 'hex_core': 'hexCore', 'max_meshing_run_time': 'maxMeshingRunTime', 'num_of_processors': 'numOfProcessors', 'physics_based_meshing': 'physicsBasedMeshing', 'refinements': 'refinements', 'sizing': 'sizing', 'type': 'type'}¶
- property automatic_layer_settings¶
Gets the automatic_layer_settings of this SimmetrixMeshingFluid. # noqa: E501
- Returns:
The automatic_layer_settings of this SimmetrixMeshingFluid. # noqa: E501
- Return type:
OneOfSimmetrixMeshingFluidAutomaticLayerSettings
- property automatic_sweep_parameters¶
Gets the automatic_sweep_parameters of this SimmetrixMeshingFluid. # noqa: E501
- Returns:
The automatic_sweep_parameters of this SimmetrixMeshingFluid. # noqa: E501
- Return type:
OneOfSimmetrixMeshingFluidAutomaticSweepParameters
- property cell_zones¶
Gets the cell_zones of this SimmetrixMeshingFluid. # noqa: E501
- Returns:
The cell_zones of this SimmetrixMeshingFluid. # noqa: E501
- Return type:
list[SimmetrixCellZones]
- property hex_core¶
Gets the hex_core of this SimmetrixMeshingFluid. # noqa: E501
<p>If <a href=’https://www.simscale.com/docs/simulation-setup/meshing/standard/#hexcore’ target=’_blank’><b>Hex element core</b></a> is activated, the interior of the mesh gets covered by <a href=’https://www.simscale.com/docs/simulation-setup/meshing/standard/#hexcore’ target=’_blank’><b>hexahedral elements</b></a>. The transition to the triangulated surface mesh is covered by tetrahedral and pyramid elements.<img src=”/spec/resources/help/imgs/simmetrix-hexcore.png” class=”helpPopupImage”/>Meshclip through a hex-core mesh.</p> # noqa: E501
- Returns:
The hex_core of this SimmetrixMeshingFluid. # noqa: E501
- Return type:
bool
- property max_meshing_run_time¶
Gets the max_meshing_run_time of this SimmetrixMeshingFluid. # noqa: E501
- Returns:
The max_meshing_run_time of this SimmetrixMeshingFluid. # noqa: E501
- Return type:
- property num_of_processors¶
Gets the num_of_processors of this SimmetrixMeshingFluid. # noqa: E501
<p>Selecting more processor cores might speed up the meshing process. Choosing a smaller computation instance will save core hours. <a href=’https://www.simscale.com/docs/simulation-setup/meshing/#number-of-processors’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The num_of_processors of this SimmetrixMeshingFluid. # noqa: E501
- Return type:
int
- openapi_types = {'advanced_simmetrix_settings': 'AdvancedSimmetrixFluidSettings', 'automatic_layer_settings': 'OneOfSimmetrixMeshingFluidAutomaticLayerSettings', 'automatic_sweep_parameters': 'OneOfSimmetrixMeshingFluidAutomaticSweepParameters', 'cell_zones': 'list[SimmetrixCellZones]', 'hex_core': 'bool', 'max_meshing_run_time': 'DimensionalTime', 'num_of_processors': 'int', 'physics_based_meshing': 'bool', 'refinements': 'list[OneOfSimmetrixMeshingFluidRefinements]', 'sizing': 'OneOfSimmetrixMeshingFluidSizing', 'type': 'str'}¶
- property physics_based_meshing¶
Gets the physics_based_meshing of this SimmetrixMeshingFluid. # noqa: E501
Physics-based meshing takes setup information like materials, boundary conditions, and source terms into account to size the mesh accordingly. When enabled, the following adaptations will be made:</p><ul><li>Refinements on inlets and outlets</li><li>Different sizing for solid and fluid regions in CHT simulations</li></ul> <br>When toggled on users don’t have to worry about creating a <a href=’https://www.simscale.com/docs/simulation-setup/simulation-control/’ target=’_blank’>separate cell zone</a>. # noqa: E501
- Returns:
The physics_based_meshing of this SimmetrixMeshingFluid. # noqa: E501
- Return type:
bool
- property refinements¶
Gets the refinements of this SimmetrixMeshingFluid. # noqa: E501
- Returns:
The refinements of this SimmetrixMeshingFluid. # noqa: E501
- Return type:
list[OneOfSimmetrixMeshingFluidRefinements]
- property sizing¶
Gets the sizing of this SimmetrixMeshingFluid. # noqa: E501
- Returns:
The sizing of this SimmetrixMeshingFluid. # noqa: E501
- Return type:
OneOfSimmetrixMeshingFluidSizing
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimmetrixMeshingFluid. # noqa: E501
Schema name: SimmetrixMeshingFluid # noqa: E501
- Returns:
The type of this SimmetrixMeshingFluid. # noqa: E501
- Return type:
str
simscale_sdk.models.simmetrix_meshing_solid module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simmetrix_meshing_solid.SimmetrixMeshingSolid(type='SIMMETRIX_MESHING_SOLID', sizing=None, refinements=None, automatic_sweep_parameters=None, num_of_processors=None, max_meshing_run_time=None, advanced_simmetrix_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property advanced_simmetrix_settings¶
Gets the advanced_simmetrix_settings of this SimmetrixMeshingSolid. # noqa: E501
- Returns:
The advanced_simmetrix_settings of this SimmetrixMeshingSolid. # noqa: E501
- Return type:
- attribute_map = {'advanced_simmetrix_settings': 'advancedSimmetrixSettings', 'automatic_sweep_parameters': 'automaticSweepParameters', 'max_meshing_run_time': 'maxMeshingRunTime', 'num_of_processors': 'numOfProcessors', 'refinements': 'refinements', 'sizing': 'sizing', 'type': 'type'}¶
- property automatic_sweep_parameters¶
Gets the automatic_sweep_parameters of this SimmetrixMeshingSolid. # noqa: E501
- Returns:
The automatic_sweep_parameters of this SimmetrixMeshingSolid. # noqa: E501
- Return type:
OneOfSimmetrixMeshingSolidAutomaticSweepParameters
- property max_meshing_run_time¶
Gets the max_meshing_run_time of this SimmetrixMeshingSolid. # noqa: E501
- Returns:
The max_meshing_run_time of this SimmetrixMeshingSolid. # noqa: E501
- Return type:
- property num_of_processors¶
Gets the num_of_processors of this SimmetrixMeshingSolid. # noqa: E501
<p>Selecting more processor cores might speed up the meshing process. Choosing a smaller computation instance will save core hours. <a href=’https://www.simscale.com/docs/simulation-setup/meshing/#number-of-processors’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The num_of_processors of this SimmetrixMeshingSolid. # noqa: E501
- Return type:
int
- openapi_types = {'advanced_simmetrix_settings': 'AdvancedSimmetrixSolidSettings', 'automatic_sweep_parameters': 'OneOfSimmetrixMeshingSolidAutomaticSweepParameters', 'max_meshing_run_time': 'DimensionalTime', 'num_of_processors': 'int', 'refinements': 'list[OneOfSimmetrixMeshingSolidRefinements]', 'sizing': 'OneOfSimmetrixMeshingSolidSizing', 'type': 'str'}¶
- property refinements¶
Gets the refinements of this SimmetrixMeshingSolid. # noqa: E501
- Returns:
The refinements of this SimmetrixMeshingSolid. # noqa: E501
- Return type:
list[OneOfSimmetrixMeshingSolidRefinements]
- property sizing¶
Gets the sizing of this SimmetrixMeshingSolid. # noqa: E501
- Returns:
The sizing of this SimmetrixMeshingSolid. # noqa: E501
- Return type:
OneOfSimmetrixMeshingSolidSizing
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimmetrixMeshingSolid. # noqa: E501
Schema name: SimmetrixMeshingSolid # noqa: E501
- Returns:
The type of this SimmetrixMeshingSolid. # noqa: E501
- Return type:
str
simscale_sdk.models.simmetrix_swept_mesh_refinement module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simmetrix_swept_mesh_refinement.SimmetrixSweptMeshRefinement(type='SIMMETRIX_SWEPT_MESH_REFINEMENT', name=None, sizing_type=None, surface_element_type=None, specify_local_size=None, max_element_size=None, source_topological_reference=None, destination_topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'destination_topological_reference': 'destinationTopologicalReference', 'max_element_size': 'maxElementSize', 'name': 'name', 'sizing_type': 'sizingType', 'source_topological_reference': 'sourceTopologicalReference', 'specify_local_size': 'specifyLocalSize', 'surface_element_type': 'surfaceElementType', 'type': 'type'}¶
- property destination_topological_reference¶
Gets the destination_topological_reference of this SimmetrixSweptMeshRefinement. # noqa: E501
- Returns:
The destination_topological_reference of this SimmetrixSweptMeshRefinement. # noqa: E501
- Return type:
- property max_element_size¶
Gets the max_element_size of this SimmetrixSweptMeshRefinement. # noqa: E501
- Returns:
The max_element_size of this SimmetrixSweptMeshRefinement. # noqa: E501
- Return type:
- property name¶
Gets the name of this SimmetrixSweptMeshRefinement. # noqa: E501
- Returns:
The name of this SimmetrixSweptMeshRefinement. # noqa: E501
- Return type:
str
- openapi_types = {'destination_topological_reference': 'TopologicalReference', 'max_element_size': 'DimensionalLength', 'name': 'str', 'sizing_type': 'OneOfSimmetrixSweptMeshRefinementSizingType', 'source_topological_reference': 'TopologicalReference', 'specify_local_size': 'bool', 'surface_element_type': 'str', 'type': 'str'}¶
- property sizing_type¶
Gets the sizing_type of this SimmetrixSweptMeshRefinement. # noqa: E501
- Returns:
The sizing_type of this SimmetrixSweptMeshRefinement. # noqa: E501
- Return type:
OneOfSimmetrixSweptMeshRefinementSizingType
- property source_topological_reference¶
Gets the source_topological_reference of this SimmetrixSweptMeshRefinement. # noqa: E501
- Returns:
The source_topological_reference of this SimmetrixSweptMeshRefinement. # noqa: E501
- Return type:
- property specify_local_size¶
Gets the specify_local_size of this SimmetrixSweptMeshRefinement. # noqa: E501
- Returns:
The specify_local_size of this SimmetrixSweptMeshRefinement. # noqa: E501
- Return type:
bool
- property surface_element_type¶
Gets the surface_element_type of this SimmetrixSweptMeshRefinement. # noqa: E501
- Returns:
The surface_element_type of this SimmetrixSweptMeshRefinement. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimmetrixSweptMeshRefinement. # noqa: E501
Schema name: SimmetrixSweptMeshRefinement # noqa: E501
- Returns:
The type of this SimmetrixSweptMeshRefinement. # noqa: E501
- Return type:
str
simscale_sdk.models.simmetrix_thin_section_mesh_refinement module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simmetrix_thin_section_mesh_refinement.SimmetrixThinSectionMeshRefinement(type='SIMMETRIX_THIN_SECTION_MESH_REFINEMENT', name=None, distance_type=None, sizing_type=None, surface_element_type=None, specify_local_size=None, max_element_size=None, source_topological_reference=None, destination_topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'destination_topological_reference': 'destinationTopologicalReference', 'distance_type': 'distanceType', 'max_element_size': 'maxElementSize', 'name': 'name', 'sizing_type': 'sizingType', 'source_topological_reference': 'sourceTopologicalReference', 'specify_local_size': 'specifyLocalSize', 'surface_element_type': 'surfaceElementType', 'type': 'type'}¶
- property destination_topological_reference¶
Gets the destination_topological_reference of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Returns:
The destination_topological_reference of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Return type:
- property distance_type¶
Gets the distance_type of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Returns:
The distance_type of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Return type:
OneOfSimmetrixThinSectionMeshRefinementDistanceType
- property max_element_size¶
Gets the max_element_size of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Returns:
The max_element_size of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Return type:
- property name¶
Gets the name of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Returns:
The name of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Return type:
str
- openapi_types = {'destination_topological_reference': 'TopologicalReference', 'distance_type': 'OneOfSimmetrixThinSectionMeshRefinementDistanceType', 'max_element_size': 'DimensionalLength', 'name': 'str', 'sizing_type': 'OneOfSimmetrixThinSectionMeshRefinementSizingType', 'source_topological_reference': 'TopologicalReference', 'specify_local_size': 'bool', 'surface_element_type': 'str', 'type': 'str'}¶
- property sizing_type¶
Gets the sizing_type of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Returns:
The sizing_type of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Return type:
OneOfSimmetrixThinSectionMeshRefinementSizingType
- property source_topological_reference¶
Gets the source_topological_reference of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Returns:
The source_topological_reference of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Return type:
- property specify_local_size¶
Gets the specify_local_size of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Returns:
The specify_local_size of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Return type:
bool
- property surface_element_type¶
Gets the surface_element_type of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Returns:
The surface_element_type of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimmetrixThinSectionMeshRefinement. # noqa: E501
Schema name: SimmetrixThinSectionMeshRefinement # noqa: E501
- Returns:
The type of this SimmetrixThinSectionMeshRefinement. # noqa: E501
- Return type:
str
simscale_sdk.models.simple_decompose_algorithm module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simple_decompose_algorithm.SimpleDecomposeAlgorithm(type='SIMPLE', delta=None, num_subdomain_x=None, num_subdomain_y=None, num_subdomain_z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'delta': 'delta', 'num_subdomain_x': 'numSubdomainX', 'num_subdomain_y': 'numSubdomainY', 'num_subdomain_z': 'numSubdomainZ', 'type': 'type'}¶
- property delta¶
Gets the delta of this SimpleDecomposeAlgorithm. # noqa: E501
Delta is cell skew factor. It represents the cell skewness allowed at the decomposed domain boundaries and is generally kept below 10^{-2}. <a href=’https://www.simscale.com/docs/simulation-setup/simulation-control/’ target=’_blank’>Learn more</a>. # noqa: E501
- Returns:
The delta of this SimpleDecomposeAlgorithm. # noqa: E501
- Return type:
float
- property num_subdomain_x¶
Gets the num_subdomain_x of this SimpleDecomposeAlgorithm. # noqa: E501
<p>Define the number of subdomains the mesh is split into in the specific direction.</p> # noqa: E501
- Returns:
The num_subdomain_x of this SimpleDecomposeAlgorithm. # noqa: E501
- Return type:
int
- property num_subdomain_y¶
Gets the num_subdomain_y of this SimpleDecomposeAlgorithm. # noqa: E501
<p>Define the number of subdomains the mesh is split into in the specific direction.</p> # noqa: E501
- Returns:
The num_subdomain_y of this SimpleDecomposeAlgorithm. # noqa: E501
- Return type:
int
- property num_subdomain_z¶
Gets the num_subdomain_z of this SimpleDecomposeAlgorithm. # noqa: E501
<p>Define the number of subdomains the mesh is split into in the specific direction.</p> # noqa: E501
- Returns:
The num_subdomain_z of this SimpleDecomposeAlgorithm. # noqa: E501
- Return type:
int
- openapi_types = {'delta': 'float', 'num_subdomain_x': 'int', 'num_subdomain_y': 'int', 'num_subdomain_z': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimpleDecomposeAlgorithm. # noqa: E501
Schema name: SimpleDecomposeAlgorithm # noqa: E501
- Returns:
The type of this SimpleDecomposeAlgorithm. # noqa: E501
- Return type:
str
simscale_sdk.models.simulation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulation.Simulation(simulation_id=None, name=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'simulation_id': 'simulationId'}¶
- property name¶
Gets the name of this Simulation. # noqa: E501
The name of the simulation. # noqa: E501
- Returns:
The name of this Simulation. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'simulation_id': 'str'}¶
- property simulation_id¶
Gets the simulation_id of this Simulation. # noqa: E501
- Returns:
The simulation_id of this Simulation. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.simulation_run module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulation_run.SimulationRun(run_id=None, name=None, created_at=None, started_at=None, finished_at=None, duration=None, compute_resource=None, status=None, progress=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'compute_resource': 'computeResource', 'created_at': 'createdAt', 'duration': 'duration', 'finished_at': 'finishedAt', 'name': 'name', 'progress': 'progress', 'run_id': 'runId', 'started_at': 'startedAt', 'status': 'status'}¶
- property compute_resource¶
Gets the compute_resource of this SimulationRun. # noqa: E501
- Returns:
The compute_resource of this SimulationRun. # noqa: E501
- Return type:
- property created_at¶
Gets the created_at of this SimulationRun. # noqa: E501
The time when the simulation run was created. # noqa: E501
- Returns:
The created_at of this SimulationRun. # noqa: E501
- Return type:
datetime
- property duration¶
Gets the duration of this SimulationRun. # noqa: E501
The actual duration of the simulation run. # noqa: E501
- Returns:
The duration of this SimulationRun. # noqa: E501
- Return type:
str
- property finished_at¶
Gets the finished_at of this SimulationRun. # noqa: E501
The time when the simulation run was finished. # noqa: E501
- Returns:
The finished_at of this SimulationRun. # noqa: E501
- Return type:
datetime
- property name¶
Gets the name of this SimulationRun. # noqa: E501
The name of the simulation run. # noqa: E501
- Returns:
The name of this SimulationRun. # noqa: E501
- Return type:
str
- openapi_types = {'compute_resource': 'SimulationRunComputeResource', 'created_at': 'datetime', 'duration': 'str', 'finished_at': 'datetime', 'name': 'str', 'progress': 'float', 'run_id': 'str', 'started_at': 'datetime', 'status': 'Status'}¶
- property progress¶
Gets the progress of this SimulationRun. # noqa: E501
The current progress while the simulation run is in progress. # noqa: E501
- Returns:
The progress of this SimulationRun. # noqa: E501
- Return type:
float
- property run_id¶
Gets the run_id of this SimulationRun. # noqa: E501
- Returns:
The run_id of this SimulationRun. # noqa: E501
- Return type:
str
- property started_at¶
Gets the started_at of this SimulationRun. # noqa: E501
The time when the simulation run was started. # noqa: E501
- Returns:
The started_at of this SimulationRun. # noqa: E501
- Return type:
datetime
- property status¶
Gets the status of this SimulationRun. # noqa: E501
- Returns:
The status of this SimulationRun. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.simulation_run_compute_resource module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulation_run_compute_resource.SimulationRunComputeResource(type=None, value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'ComputeResourceType', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimulationRunComputeResource. # noqa: E501
- Returns:
The type of this SimulationRunComputeResource. # noqa: E501
- Return type:
- property value¶
Gets the value of this SimulationRunComputeResource. # noqa: E501
- Returns:
The value of this SimulationRunComputeResource. # noqa: E501
- Return type:
float
simscale_sdk.models.simulation_run_result_convergence_plot module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulation_run_result_convergence_plot.SimulationRunResultConvergencePlot(type='CONVERGENCE_PLOT', result_id=None, category=None, direction=None, modified_at=None, download=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'category': 'category', 'direction': 'direction', 'download': 'download', 'modified_at': 'modifiedAt', 'result_id': 'resultId', 'type': 'type'}¶
- property category¶
Gets the category of this SimulationRunResultConvergencePlot. # noqa: E501
The result category. For solution fields values include ‘SOLUTION’, ‘AVERAGED_SOLUTION’, ‘TRANSIENT_SOLUTION’, ‘STATISTICAL_SURFACE_SOLUTION’, etc. For convergence plots values include ‘RESIDUALS_PLOT’, ‘NUMBER_OF_NEWTON_ITERATIONS’, etc. For plots values include ‘FORCE_PLOT’, ‘MOMENT_PLOT’, ‘FORCE_COEFFICIENTS_PLOT’, ‘PROBE_POINT_PLOT’, ‘AREA_AVERAGE’, ‘FACE_CALC’, etc. # noqa: E501
- Returns:
The category of this SimulationRunResultConvergencePlot. # noqa: E501
- Return type:
str
- property direction¶
Gets the direction of this SimulationRunResultConvergencePlot. # noqa: E501
The result direction, only applies to Pedestrian Wind Comfort analysis # noqa: E501
- Returns:
The direction of this SimulationRunResultConvergencePlot. # noqa: E501
- Return type:
float
- property download¶
Gets the download of this SimulationRunResultConvergencePlot. # noqa: E501
- Returns:
The download of this SimulationRunResultConvergencePlot. # noqa: E501
- Return type:
- property modified_at¶
Gets the modified_at of this SimulationRunResultConvergencePlot. # noqa: E501
The time when the result was last modified. # noqa: E501
- Returns:
The modified_at of this SimulationRunResultConvergencePlot. # noqa: E501
- Return type:
datetime
- openapi_types = {'category': 'str', 'direction': 'float', 'download': 'SimulationRunResultDownload', 'modified_at': 'datetime', 'result_id': 'str', 'type': 'str'}¶
- property result_id¶
Gets the result_id of this SimulationRunResultConvergencePlot. # noqa: E501
The result ID # noqa: E501
- Returns:
The result_id of this SimulationRunResultConvergencePlot. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimulationRunResultConvergencePlot. # noqa: E501
- Returns:
The type of this SimulationRunResultConvergencePlot. # noqa: E501
- Return type:
str
simscale_sdk.models.simulation_run_result_download module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulation_run_result_download.SimulationRunResultDownload(format=None, uncompressed_size_in_bytes=None, url=None, compression=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'compression': 'compression', 'format': 'format', 'uncompressed_size_in_bytes': 'uncompressedSizeInBytes', 'url': 'url'}¶
- property compression¶
Gets the compression of this SimulationRunResultDownload. # noqa: E501
The compression used for the result download archive. # noqa: E501
- Returns:
The compression of this SimulationRunResultDownload. # noqa: E501
- Return type:
str
- property format¶
Gets the format of this SimulationRunResultDownload. # noqa: E501
The result format. Valid values include OPEN_FOAM, ENSIGHT_GOLD, PVD, VTM, CSV. # noqa: E501
- Returns:
The format of this SimulationRunResultDownload. # noqa: E501
- Return type:
str
- openapi_types = {'compression': 'str', 'format': 'str', 'uncompressed_size_in_bytes': 'int', 'url': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property uncompressed_size_in_bytes¶
Gets the uncompressed_size_in_bytes of this SimulationRunResultDownload. # noqa: E501
The uncompressed size of the result content. # noqa: E501
- Returns:
The uncompressed_size_in_bytes of this SimulationRunResultDownload. # noqa: E501
- Return type:
int
- property url¶
Gets the url of this SimulationRunResultDownload. # noqa: E501
URL for downloading the result content. # noqa: E501
- Returns:
The url of this SimulationRunResultDownload. # noqa: E501
- Return type:
str
simscale_sdk.models.simulation_run_result_plot module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulation_run_result_plot.SimulationRunResultPlot(type='PLOT', result_id=None, category=None, direction=None, quantity=None, name=None, modified_at=None, download=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'category': 'category', 'direction': 'direction', 'download': 'download', 'modified_at': 'modifiedAt', 'name': 'name', 'quantity': 'quantity', 'result_id': 'resultId', 'type': 'type'}¶
- property category¶
Gets the category of this SimulationRunResultPlot. # noqa: E501
The result category. For solution fields values include ‘SOLUTION’, ‘AVERAGED_SOLUTION’, ‘TRANSIENT_SOLUTION’, ‘STATISTICAL_SURFACE_SOLUTION’, etc. For convergence plots values include ‘RESIDUALS_PLOT’, ‘NUMBER_OF_NEWTON_ITERATIONS’, etc. For plots values include ‘FORCE_PLOT’, ‘MOMENT_PLOT’, ‘FORCE_COEFFICIENTS_PLOT’, ‘PROBE_POINT_PLOT’, ‘AREA_AVERAGE’, ‘FACE_CALC’, etc. # noqa: E501
- Returns:
The category of this SimulationRunResultPlot. # noqa: E501
- Return type:
str
- property direction¶
Gets the direction of this SimulationRunResultPlot. # noqa: E501
The result direction, only applies to Pedestrian Wind Comfort analysis # noqa: E501
- Returns:
The direction of this SimulationRunResultPlot. # noqa: E501
- Return type:
float
- property download¶
Gets the download of this SimulationRunResultPlot. # noqa: E501
- Returns:
The download of this SimulationRunResultPlot. # noqa: E501
- Return type:
- property modified_at¶
Gets the modified_at of this SimulationRunResultPlot. # noqa: E501
The time when the result was last modified. # noqa: E501
- Returns:
The modified_at of this SimulationRunResultPlot. # noqa: E501
- Return type:
datetime
- property name¶
Gets the name of this SimulationRunResultPlot. # noqa: E501
The name that was defined for extra simulation result outputs # noqa: E501
- Returns:
The name of this SimulationRunResultPlot. # noqa: E501
- Return type:
str
- openapi_types = {'category': 'str', 'direction': 'float', 'download': 'SimulationRunResultDownload', 'modified_at': 'datetime', 'name': 'str', 'quantity': 'str', 'result_id': 'str', 'type': 'str'}¶
- property quantity¶
Gets the quantity of this SimulationRunResultPlot. # noqa: E501
The result quantity, only applies to plot result types. Valid values include ‘Ux’, ‘Uy’, ‘Uz’, ‘p’, ‘k’, ‘omega’, ‘T’, ‘displacement’, ‘von Mises stress’, etc. # noqa: E501
- Returns:
The quantity of this SimulationRunResultPlot. # noqa: E501
- Return type:
str
- property result_id¶
Gets the result_id of this SimulationRunResultPlot. # noqa: E501
The result ID # noqa: E501
- Returns:
The result_id of this SimulationRunResultPlot. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimulationRunResultPlot. # noqa: E501
- Returns:
The type of this SimulationRunResultPlot. # noqa: E501
- Return type:
str
simscale_sdk.models.simulation_run_result_solution module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulation_run_result_solution.SimulationRunResultSolution(type='SOLUTION_FIELD', result_id=None, category=None, direction=None, modified_at=None, download=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'category': 'category', 'direction': 'direction', 'download': 'download', 'modified_at': 'modifiedAt', 'result_id': 'resultId', 'type': 'type'}¶
- property category¶
Gets the category of this SimulationRunResultSolution. # noqa: E501
The result category. For solution fields values include ‘SOLUTION’, ‘AVERAGED_SOLUTION’, ‘TRANSIENT_SOLUTION’, ‘STATISTICAL_SURFACE_SOLUTION’, etc. For convergence plots values include ‘RESIDUALS_PLOT’, ‘NUMBER_OF_NEWTON_ITERATIONS’, etc. For plots values include ‘FORCE_PLOT’, ‘MOMENT_PLOT’, ‘FORCE_COEFFICIENTS_PLOT’, ‘PROBE_POINT_PLOT’, ‘AREA_AVERAGE’, ‘FACE_CALC’, etc. # noqa: E501
- Returns:
The category of this SimulationRunResultSolution. # noqa: E501
- Return type:
str
- property direction¶
Gets the direction of this SimulationRunResultSolution. # noqa: E501
The result direction, only applies to Pedestrian Wind Comfort analysis # noqa: E501
- Returns:
The direction of this SimulationRunResultSolution. # noqa: E501
- Return type:
float
- property download¶
Gets the download of this SimulationRunResultSolution. # noqa: E501
- Returns:
The download of this SimulationRunResultSolution. # noqa: E501
- Return type:
- property modified_at¶
Gets the modified_at of this SimulationRunResultSolution. # noqa: E501
The time when the result was last modified. # noqa: E501
- Returns:
The modified_at of this SimulationRunResultSolution. # noqa: E501
- Return type:
datetime
- openapi_types = {'category': 'str', 'direction': 'float', 'download': 'SimulationRunResultDownload', 'modified_at': 'datetime', 'result_id': 'str', 'type': 'str'}¶
- property result_id¶
Gets the result_id of this SimulationRunResultSolution. # noqa: E501
The result ID # noqa: E501
- Returns:
The result_id of this SimulationRunResultSolution. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimulationRunResultSolution. # noqa: E501
- Returns:
The type of this SimulationRunResultSolution. # noqa: E501
- Return type:
str
simscale_sdk.models.simulation_run_result_table module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulation_run_result_table.SimulationRunResultTable(type='TABLE', result_id=None, category=None, direction=None, name=None, modified_at=None, download=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'category': 'category', 'direction': 'direction', 'download': 'download', 'modified_at': 'modifiedAt', 'name': 'name', 'result_id': 'resultId', 'type': 'type'}¶
- property category¶
Gets the category of this SimulationRunResultTable. # noqa: E501
The result category. For solution fields values include ‘SOLUTION’, ‘AVERAGED_SOLUTION’, ‘TRANSIENT_SOLUTION’, ‘STATISTICAL_SURFACE_SOLUTION’, etc. For convergence plots values include ‘RESIDUALS_PLOT’, ‘NUMBER_OF_NEWTON_ITERATIONS’, etc. For plots values include ‘FORCE_PLOT’, ‘MOMENT_PLOT’, ‘FORCE_COEFFICIENTS_PLOT’, ‘PROBE_POINT_PLOT’, ‘AREA_AVERAGE’, ‘FACE_CALC’, etc. # noqa: E501
- Returns:
The category of this SimulationRunResultTable. # noqa: E501
- Return type:
str
- property direction¶
Gets the direction of this SimulationRunResultTable. # noqa: E501
The result direction, only applies to Pedestrian Wind Comfort analysis # noqa: E501
- Returns:
The direction of this SimulationRunResultTable. # noqa: E501
- Return type:
float
- property download¶
Gets the download of this SimulationRunResultTable. # noqa: E501
- Returns:
The download of this SimulationRunResultTable. # noqa: E501
- Return type:
- property modified_at¶
Gets the modified_at of this SimulationRunResultTable. # noqa: E501
The time when the result was last modified. # noqa: E501
- Returns:
The modified_at of this SimulationRunResultTable. # noqa: E501
- Return type:
datetime
- property name¶
Gets the name of this SimulationRunResultTable. # noqa: E501
The name that was defined for extra simulation result outputs # noqa: E501
- Returns:
The name of this SimulationRunResultTable. # noqa: E501
- Return type:
str
- openapi_types = {'category': 'str', 'direction': 'float', 'download': 'SimulationRunResultDownload', 'modified_at': 'datetime', 'name': 'str', 'result_id': 'str', 'type': 'str'}¶
- property result_id¶
Gets the result_id of this SimulationRunResultTable. # noqa: E501
The result ID # noqa: E501
- Returns:
The result_id of this SimulationRunResultTable. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SimulationRunResultTable. # noqa: E501
- Returns:
The type of this SimulationRunResultTable. # noqa: E501
- Return type:
str
simscale_sdk.models.simulation_run_results module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulation_run_results.SimulationRunResults(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this SimulationRunResults. # noqa: E501
- Returns:
The embedded of this SimulationRunResults. # noqa: E501
- Return type:
list[OneOfSimulationRunResult]
- property links¶
Gets the links of this SimulationRunResults. # noqa: E501
- Returns:
The links of this SimulationRunResults. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this SimulationRunResults. # noqa: E501
- Returns:
The meta of this SimulationRunResults. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[OneOfSimulationRunResult]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.simulation_runs module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulation_runs.SimulationRuns(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this SimulationRuns. # noqa: E501
- Returns:
The embedded of this SimulationRuns. # noqa: E501
- Return type:
list[SimulationRun]
- property links¶
Gets the links of this SimulationRuns. # noqa: E501
- Returns:
The links of this SimulationRuns. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this SimulationRuns. # noqa: E501
- Returns:
The meta of this SimulationRuns. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[SimulationRun]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.simulation_spec module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulation_spec.SimulationSpec(simulation_id=None, name=None, version='26.0', created_at=None, modified_at=None, geometry_id=None, mesh_id=None, model=None, parameters=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'created_at': 'createdAt', 'geometry_id': 'geometryId', 'mesh_id': 'meshId', 'model': 'model', 'modified_at': 'modifiedAt', 'name': 'name', 'parameters': 'parameters', 'simulation_id': 'simulationId', 'version': 'version'}¶
- property created_at¶
Gets the created_at of this SimulationSpec. # noqa: E501
- Returns:
The created_at of this SimulationSpec. # noqa: E501
- Return type:
datetime
- property geometry_id¶
Gets the geometry_id of this SimulationSpec. # noqa: E501
- Returns:
The geometry_id of this SimulationSpec. # noqa: E501
- Return type:
str
- property mesh_id¶
Gets the mesh_id of this SimulationSpec. # noqa: E501
The generated mesh ID which is to be used in the simulation. This field should be left empty for analysis types that do not require a generated mesh like ‘INCOMPRESSIBLE_PACEFISH’, ‘WIND_COMFORT’, and ‘SIMERICS_ANALYSIS’. # noqa: E501
- Returns:
The mesh_id of this SimulationSpec. # noqa: E501
- Return type:
str
- property model¶
Gets the model of this SimulationSpec. # noqa: E501
- Returns:
The model of this SimulationSpec. # noqa: E501
- Return type:
- property modified_at¶
Gets the modified_at of this SimulationSpec. # noqa: E501
- Returns:
The modified_at of this SimulationSpec. # noqa: E501
- Return type:
datetime
- property name¶
Gets the name of this SimulationSpec. # noqa: E501
- Returns:
The name of this SimulationSpec. # noqa: E501
- Return type:
str
- openapi_types = {'created_at': 'datetime', 'geometry_id': 'str', 'mesh_id': 'str', 'model': 'Analysis', 'modified_at': 'datetime', 'name': 'str', 'parameters': 'dict(str, OneOfParameters)', 'simulation_id': 'str', 'version': 'str'}¶
- property parameters¶
Gets the parameters of this SimulationSpec. # noqa: E501
- Returns:
The parameters of this SimulationSpec. # noqa: E501
- Return type:
dict(str, OneOfParameters)
- property simulation_id¶
Gets the simulation_id of this SimulationSpec. # noqa: E501
- Returns:
The simulation_id of this SimulationSpec. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property version¶
Gets the version of this SimulationSpec. # noqa: E501
- Returns:
The version of this SimulationSpec. # noqa: E501
- Return type:
str
simscale_sdk.models.simulations module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.simulations.Simulations(links=None, meta=None, embedded=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'embedded': '_embedded', 'links': '_links', 'meta': '_meta'}¶
- property embedded¶
Gets the embedded of this Simulations. # noqa: E501
- Returns:
The embedded of this Simulations. # noqa: E501
- Return type:
list[Simulation]
- property links¶
Gets the links of this Simulations. # noqa: E501
- Returns:
The links of this Simulations. # noqa: E501
- Return type:
- property meta¶
Gets the meta of this Simulations. # noqa: E501
- Returns:
The meta of this Simulations. # noqa: E501
- Return type:
- openapi_types = {'embedded': 'list[Simulation]', 'links': 'CollectionLinks', 'meta': 'CollectionMeta'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.single_frequency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.single_frequency.SingleFrequency(type='SINGLE', frequency=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'frequency': 'frequency', 'type': 'type'}¶
- property frequency¶
Gets the frequency of this SingleFrequency. # noqa: E501
- Returns:
The frequency of this SingleFrequency. # noqa: E501
- Return type:
- openapi_types = {'frequency': 'DimensionalFrequency', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SingleFrequency. # noqa: E501
Schema name: SingleFrequency # noqa: E501
- Returns:
The type of this SingleFrequency. # noqa: E501
- Return type:
str
simscale_sdk.models.single_step_pseudo_time_stepping module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.single_step_pseudo_time_stepping.SingleStepPseudoTimeStepping(type='SINGLE_STEP', static_timesteps=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'static_timesteps': 'staticTimesteps', 'type': 'type'}¶
- openapi_types = {'static_timesteps': 'DimensionalTime', 'type': 'str'}¶
- property static_timesteps¶
Gets the static_timesteps of this SingleStepPseudoTimeStepping. # noqa: E501
- Returns:
The static_timesteps of this SingleStepPseudoTimeStepping. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SingleStepPseudoTimeStepping. # noqa: E501
Schema name: SingleStepPseudoTimeStepping # noqa: E501
- Returns:
The type of this SingleStepPseudoTimeStepping. # noqa: E501
- Return type:
str
simscale_sdk.models.sitting_fraction_body_surface module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sitting_fraction_body_surface.SittingFractionBodySurface(type='SITTING_FRACTION_BODY_SURFACE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SittingFractionBodySurface. # noqa: E501
Schema name: SittingFractionBodySurface # noqa: E501
- Returns:
The type of this SittingFractionBodySurface. # noqa: E501
- Return type:
str
simscale_sdk.models.sliding_contact module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sliding_contact.SlidingContact(type='SLIDING_CONTACT', name=None, enable_heat_transfer=None, position_tolerance=None, master_topological_reference=None, slave_topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'enable_heat_transfer': 'enableHeatTransfer', 'master_topological_reference': 'masterTopologicalReference', 'name': 'name', 'position_tolerance': 'positionTolerance', 'slave_topological_reference': 'slaveTopologicalReference', 'type': 'type'}¶
- property enable_heat_transfer¶
Gets the enable_heat_transfer of this SlidingContact. # noqa: E501
- Returns:
The enable_heat_transfer of this SlidingContact. # noqa: E501
- Return type:
str
- property master_topological_reference¶
Gets the master_topological_reference of this SlidingContact. # noqa: E501
- Returns:
The master_topological_reference of this SlidingContact. # noqa: E501
- Return type:
- property name¶
Gets the name of this SlidingContact. # noqa: E501
- Returns:
The name of this SlidingContact. # noqa: E501
- Return type:
str
- openapi_types = {'enable_heat_transfer': 'str', 'master_topological_reference': 'TopologicalReference', 'name': 'str', 'position_tolerance': 'OneOfSlidingContactPositionTolerance', 'slave_topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property position_tolerance¶
Gets the position_tolerance of this SlidingContact. # noqa: E501
- Returns:
The position_tolerance of this SlidingContact. # noqa: E501
- Return type:
OneOfSlidingContactPositionTolerance
- property slave_topological_reference¶
Gets the slave_topological_reference of this SlidingContact. # noqa: E501
- Returns:
The slave_topological_reference of this SlidingContact. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SlidingContact. # noqa: E501
Schema name: SlidingContact # noqa: E501
- Returns:
The type of this SlidingContact. # noqa: E501
- Return type:
str
simscale_sdk.models.slim_mesh_operation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.slim_mesh_operation.SlimMeshOperation(mesh_operation_id=None, name=None, started_at=None, finished_at=None, compute_resource=None, status=None, progress=None, mesh_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'compute_resource': 'computeResource', 'finished_at': 'finishedAt', 'mesh_id': 'meshId', 'mesh_operation_id': 'meshOperationId', 'name': 'name', 'progress': 'progress', 'started_at': 'startedAt', 'status': 'status'}¶
- property compute_resource¶
Gets the compute_resource of this SlimMeshOperation. # noqa: E501
- Returns:
The compute_resource of this SlimMeshOperation. # noqa: E501
- Return type:
- property finished_at¶
Gets the finished_at of this SlimMeshOperation. # noqa: E501
The time the mesh operation was finished. # noqa: E501
- Returns:
The finished_at of this SlimMeshOperation. # noqa: E501
- Return type:
datetime
- property mesh_id¶
Gets the mesh_id of this SlimMeshOperation. # noqa: E501
The ID of the generated mesh. # noqa: E501
- Returns:
The mesh_id of this SlimMeshOperation. # noqa: E501
- Return type:
str
- property mesh_operation_id¶
Gets the mesh_operation_id of this SlimMeshOperation. # noqa: E501
The mesh operation ID. # noqa: E501
- Returns:
The mesh_operation_id of this SlimMeshOperation. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this SlimMeshOperation. # noqa: E501
The name of the mesh operation. # noqa: E501
- Returns:
The name of this SlimMeshOperation. # noqa: E501
- Return type:
str
- openapi_types = {'compute_resource': 'MeshOperationComputeResource', 'finished_at': 'datetime', 'mesh_id': 'str', 'mesh_operation_id': 'str', 'name': 'str', 'progress': 'float', 'started_at': 'datetime', 'status': 'Status'}¶
- property progress¶
Gets the progress of this SlimMeshOperation. # noqa: E501
The current progress while the mesh operation is in progress. # noqa: E501
- Returns:
The progress of this SlimMeshOperation. # noqa: E501
- Return type:
float
- property started_at¶
Gets the started_at of this SlimMeshOperation. # noqa: E501
The time the mesh operation was started. # noqa: E501
- Returns:
The started_at of this SlimMeshOperation. # noqa: E501
- Return type:
datetime
- property status¶
Gets the status of this SlimMeshOperation. # noqa: E501
- Returns:
The status of this SlimMeshOperation. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.slip_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.slip_vbc.SlipVBC(type='SLIP', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SlipVBC. # noqa: E501
Schema name: SlipVBC # noqa: E501
- Returns:
The type of this SlipVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.smooth_les_delta module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.smooth_les_delta.SmoothLesDelta(type='SMOOTH', delta_coefficient=None, max_delta_ratio=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'delta_coefficient': 'deltaCoefficient', 'max_delta_ratio': 'maxDeltaRatio', 'type': 'type'}¶
- property delta_coefficient¶
Gets the delta_coefficient of this SmoothLesDelta. # noqa: E501
- Returns:
The delta_coefficient of this SmoothLesDelta. # noqa: E501
- Return type:
- property max_delta_ratio¶
Gets the max_delta_ratio of this SmoothLesDelta. # noqa: E501
- Returns:
The max_delta_ratio of this SmoothLesDelta. # noqa: E501
- Return type:
float
- openapi_types = {'delta_coefficient': 'CubeRootVolLesDelta', 'max_delta_ratio': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SmoothLesDelta. # noqa: E501
Schema name: SmoothLesDelta # noqa: E501
- Returns:
The type of this SmoothLesDelta. # noqa: E501
- Return type:
str
simscale_sdk.models.smooth_solver module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.smooth_solver.SmoothSolver(type='SMOOTH', absolute_tolerance=None, relative_tolerance=None, smoother=None, num_sweeps=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property absolute_tolerance¶
Gets the absolute_tolerance of this SmoothSolver. # noqa: E501
<p>Define the absolute tolerance for the residual. The convergence process will be stopped as soon as the residual falls below the absolute tolerance.</p> # noqa: E501
- Returns:
The absolute_tolerance of this SmoothSolver. # noqa: E501
- Return type:
float
- attribute_map = {'absolute_tolerance': 'absoluteTolerance', 'num_sweeps': 'numSweeps', 'relative_tolerance': 'relativeTolerance', 'smoother': 'smoother', 'type': 'type'}¶
- property num_sweeps¶
Gets the num_sweeps of this SmoothSolver. # noqa: E501
<p>Define the numbers of sweeps.</p> # noqa: E501
- Returns:
The num_sweeps of this SmoothSolver. # noqa: E501
- Return type:
int
- openapi_types = {'absolute_tolerance': 'float', 'num_sweeps': 'int', 'relative_tolerance': 'float', 'smoother': 'str', 'type': 'str'}¶
- property relative_tolerance¶
Gets the relative_tolerance of this SmoothSolver. # noqa: E501
<p>Choose the relative tolerance for the residual. The convergence process will be stopped as soon as the ratio of current to initial residual falls below the relative tolerance.</p> # noqa: E501
- Returns:
The relative_tolerance of this SmoothSolver. # noqa: E501
- Return type:
float
- property smoother¶
Gets the smoother of this SmoothSolver. # noqa: E501
<p>Choose a smoother for your solver.</p> # noqa: E501
- Returns:
The smoother of this SmoothSolver. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SmoothSolver. # noqa: E501
Schema name: SmoothSolver # noqa: E501
- Returns:
The type of this SmoothSolver. # noqa: E501
- Return type:
str
simscale_sdk.models.snap_controls module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.snap_controls.SnapControls(mesh_to_geometry_conformation_iterations=None, tolerance=None, solver_iterations=None, relax_iterations=None, max_mex_conformation_iterations=None, implicit_feature_snap=None, explicit_feature_snap=None, detect_features_between_multiple_surfaces=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'detect_features_between_multiple_surfaces': 'detectFeaturesBetweenMultipleSurfaces', 'explicit_feature_snap': 'explicitFeatureSnap', 'implicit_feature_snap': 'implicitFeatureSnap', 'max_mex_conformation_iterations': 'maxMexConformationIterations', 'mesh_to_geometry_conformation_iterations': 'meshToGeometryConformationIterations', 'relax_iterations': 'relaxIterations', 'solver_iterations': 'solverIterations', 'tolerance': 'tolerance'}¶
- property detect_features_between_multiple_surfaces¶
Gets the detect_features_between_multiple_surfaces of this SnapControls. # noqa: E501
<p>Also detect features between multiple surfaces. This is relevant when you want to create a mesh with multiple regions - used for example in the conjugate heat transfer solver. Needs ‘Use feature refinement for snapping’ turned on!</p> # noqa: E501
- Returns:
The detect_features_between_multiple_surfaces of this SnapControls. # noqa: E501
- Return type:
bool
- property explicit_feature_snap¶
Gets the explicit_feature_snap of this SnapControls. # noqa: E501
<p>Use the explicitly given feature refinements for feature snapping. An explicit feature refinement can be added under ‘Mesh refinement’. Specifying a feature refinement results in sharp mesh edges even with a refinement level of zero.</p> # noqa: E501
- Returns:
The explicit_feature_snap of this SnapControls. # noqa: E501
- Return type:
bool
- property implicit_feature_snap¶
Gets the implicit_feature_snap of this SnapControls. # noqa: E501
<p>Activating this makes the snapping algorithm detecting geometrical features by sampling the surface. This might be time-consuming. The other option is to create a feature refinement which also enables feature snapping.</p> # noqa: E501
- Returns:
The implicit_feature_snap of this SnapControls. # noqa: E501
- Return type:
bool
- property max_mex_conformation_iterations¶
Gets the max_mex_conformation_iterations of this SnapControls. # noqa: E501
<p>This parameter defines the max number of iterations done to ensure that the mesh conforms to the geometry.</p> # noqa: E501
- Returns:
The max_mex_conformation_iterations of this SnapControls. # noqa: E501
- Return type:
int
- property mesh_to_geometry_conformation_iterations¶
Gets the mesh_to_geometry_conformation_iterations of this SnapControls. # noqa: E501
<p>Define the max number of iterations to ensure that the mesh conforms to the geometry. Higher values lead to a better conforming mesh.</p> # noqa: E501
- Returns:
The mesh_to_geometry_conformation_iterations of this SnapControls. # noqa: E501
- Return type:
int
- openapi_types = {'detect_features_between_multiple_surfaces': 'bool', 'explicit_feature_snap': 'bool', 'implicit_feature_snap': 'bool', 'max_mex_conformation_iterations': 'int', 'mesh_to_geometry_conformation_iterations': 'int', 'relax_iterations': 'int', 'solver_iterations': 'int', 'tolerance': 'float'}¶
- property relax_iterations¶
Gets the relax_iterations of this SnapControls. # noqa: E501
<p>This parameter defines the max number of iterations to remove bad mesh points (see documentation).</p> # noqa: E501
- Returns:
The relax_iterations of this SnapControls. # noqa: E501
- Return type:
int
- property solver_iterations¶
Gets the solver_iterations of this SnapControls. # noqa: E501
<p>This parameter defines the number of displacement relaxation iterations during the meshing process. Higher values lead to enhanced mesh quality but increase the computing time.</p> # noqa: E501
- Returns:
The solver_iterations of this SnapControls. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property tolerance¶
Gets the tolerance of this SnapControls. # noqa: E501
<p>This parameter describes a distance (relative to the local maximum mesh edge length) within which the algorithm looks for a geometry point to snap the mesh to. Higher values lead to better snapping but are costlier.</p> # noqa: E501
- Returns:
The tolerance of this SnapControls. # noqa: E501
- Return type:
float
simscale_sdk.models.snapshot_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.snapshot_result_control.SnapshotResultControl(type='SNAPSHOT', export_fluid=None, export_surface=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'export_fluid': 'exportFluid', 'export_surface': 'exportSurface', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property export_fluid¶
Gets the export_fluid of this SnapshotResultControl. # noqa: E501
When this switch is activated, simulation data of the flow-field enclosed in the assignments will be exported # noqa: E501
- Returns:
The export_fluid of this SnapshotResultControl. # noqa: E501
- Return type:
bool
- property export_surface¶
Gets the export_surface of this SnapshotResultControl. # noqa: E501
When this switch is activated, simulation data on all surfaces enclosed in the assignments will be exported # noqa: E501
- Returns:
The export_surface of this SnapshotResultControl. # noqa: E501
- Return type:
bool
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SnapshotResultControl. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SnapshotResultControl. # noqa: E501
- Return type:
list[str]
- openapi_types = {'export_fluid': 'bool', 'export_surface': 'bool', 'geometry_primitive_uuids': 'list[str]', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SnapshotResultControl. # noqa: E501
- Returns:
The topological_reference of this SnapshotResultControl. # noqa: E501
- Return type:
- property type¶
Gets the type of this SnapshotResultControl. # noqa: E501
Schema name: SnapshotResultControl # noqa: E501
- Returns:
The type of this SnapshotResultControl. # noqa: E501
- Return type:
str
simscale_sdk.models.soft_magnetic_material module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.soft_magnetic_material.SoftMagneticMaterial(type='SOFT_MAGNETIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SoftMagneticMaterial. # noqa: E501
A soft magnetic material can be easily magnetized and demagnetized. It can be a ferromagnetic material such as iron and non-ferromagnetic material such as copper or air. Schema name: SoftMagneticMaterial # noqa: E501
- Returns:
The type of this SoftMagneticMaterial. # noqa: E501
- Return type:
str
simscale_sdk.models.solar_calculator module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.solar_calculator.SolarCalculator(sun_direction=None, solar_load=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'solar_load': 'solarLoad', 'sun_direction': 'sunDirection'}¶
- openapi_types = {'solar_load': 'OneOfSolarCalculatorSolarLoad', 'sun_direction': 'OneOfSolarCalculatorSunDirection'}¶
- property solar_load¶
Gets the solar_load of this SolarCalculator. # noqa: E501
- Returns:
The solar_load of this SolarCalculator. # noqa: E501
- Return type:
OneOfSolarCalculatorSolarLoad
- property sun_direction¶
Gets the sun_direction of this SolarCalculator. # noqa: E501
- Returns:
The sun_direction of this SolarCalculator. # noqa: E501
- Return type:
OneOfSolarCalculatorSunDirection
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.solid_coil module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.solid_coil.SolidCoil(type='SOLID_COIL', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SolidCoil. # noqa: E501
Schema name: SolidCoil # noqa: E501
- Returns:
The type of this SolidCoil. # noqa: E501
- Return type:
str
simscale_sdk.models.solid_compressible_material module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.solid_compressible_material.SolidCompressibleMaterial(name=None, specie=None, transport=None, emissivity=None, electric_conductivity_type=None, topological_reference=None, built_in_material=None, material_library_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'built_in_material': 'builtInMaterial', 'electric_conductivity_type': 'electricConductivityType', 'emissivity': 'emissivity', 'material_library_reference': 'materialLibraryReference', 'name': 'name', 'specie': 'specie', 'topological_reference': 'topologicalReference', 'transport': 'transport'}¶
- property built_in_material¶
Gets the built_in_material of this SolidCompressibleMaterial. # noqa: E501
- Returns:
The built_in_material of this SolidCompressibleMaterial. # noqa: E501
- Return type:
str
- property electric_conductivity_type¶
Gets the electric_conductivity_type of this SolidCompressibleMaterial. # noqa: E501
- Returns:
The electric_conductivity_type of this SolidCompressibleMaterial. # noqa: E501
- Return type:
OneOfSolidCompressibleMaterialElectricConductivityType
- property emissivity¶
Gets the emissivity of this SolidCompressibleMaterial. # noqa: E501
- Returns:
The emissivity of this SolidCompressibleMaterial. # noqa: E501
- Return type:
float
- property material_library_reference¶
Gets the material_library_reference of this SolidCompressibleMaterial. # noqa: E501
- Returns:
The material_library_reference of this SolidCompressibleMaterial. # noqa: E501
- Return type:
- property name¶
Gets the name of this SolidCompressibleMaterial. # noqa: E501
- Returns:
The name of this SolidCompressibleMaterial. # noqa: E501
- Return type:
str
- openapi_types = {'built_in_material': 'str', 'electric_conductivity_type': 'OneOfSolidCompressibleMaterialElectricConductivityType', 'emissivity': 'float', 'material_library_reference': 'MaterialLibraryReference', 'name': 'str', 'specie': 'SpecieDefault', 'topological_reference': 'TopologicalReference', 'transport': 'OneOfSolidCompressibleMaterialTransport'}¶
- property specie¶
Gets the specie of this SolidCompressibleMaterial. # noqa: E501
- Returns:
The specie of this SolidCompressibleMaterial. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SolidCompressibleMaterial. # noqa: E501
- Returns:
The topological_reference of this SolidCompressibleMaterial. # noqa: E501
- Return type:
- property transport¶
Gets the transport of this SolidCompressibleMaterial. # noqa: E501
- Returns:
The transport of this SolidCompressibleMaterial. # noqa: E501
- Return type:
OneOfSolidCompressibleMaterialTransport
simscale_sdk.models.solid_element_technology module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.solid_element_technology.SolidElementTechnology(element_technology3_d=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'element_technology3_d': 'elementTechnology3D'}¶
- property element_technology3_d¶
Gets the element_technology3_d of this SolidElementTechnology. # noqa: E501
- Returns:
The element_technology3_d of this SolidElementTechnology. # noqa: E501
- Return type:
- openapi_types = {'element_technology3_d': 'ElementTechnology'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.solid_global_physics module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.solid_global_physics.SolidGlobalPhysics(enable_global_damping=None, damping_level=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'damping_level': 'dampingLevel', 'enable_global_damping': 'enableGlobalDamping'}¶
- property damping_level¶
Gets the damping_level of this SolidGlobalPhysics. # noqa: E501
Specify the level of damping to be applied globally as a percentage of critical damping. # noqa: E501
- Returns:
The damping_level of this SolidGlobalPhysics. # noqa: E501
- Return type:
float
- property enable_global_damping¶
Gets the enable_global_damping of this SolidGlobalPhysics. # noqa: E501
Apply a constant level of damping to all parts that do not have a specified material damping behavior. # noqa: E501
- Returns:
The enable_global_damping of this SolidGlobalPhysics. # noqa: E501
- Return type:
bool
- openapi_types = {'damping_level': 'float', 'enable_global_damping': 'bool'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.solid_initial_conditions module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.solid_initial_conditions.SolidInitialConditions(displacement=None, velocity=None, acceleration=None, stress=None, temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property acceleration¶
Gets the acceleration of this SolidInitialConditions. # noqa: E501
- Returns:
The acceleration of this SolidInitialConditions. # noqa: E501
- Return type:
DimensionalVectorFunctionInitialConditionWithDomainsAcceleration
- attribute_map = {'acceleration': 'acceleration', 'displacement': 'displacement', 'stress': 'stress', 'temperature': 'temperature', 'velocity': 'velocity'}¶
- property displacement¶
Gets the displacement of this SolidInitialConditions. # noqa: E501
- Returns:
The displacement of this SolidInitialConditions. # noqa: E501
- Return type:
- openapi_types = {'acceleration': 'DimensionalVectorFunctionInitialConditionWithDomainsAcceleration', 'displacement': 'DimensionalVectorFunctionInitialConditionWithDomainsLength', 'stress': 'StressInitialConditionDomains', 'temperature': 'DimensionalFunctionInitialConditionDomainsTemperature', 'velocity': 'DimensionalVectorFunctionInitialConditionWithDomainsSpeed'}¶
- property stress¶
Gets the stress of this SolidInitialConditions. # noqa: E501
- Returns:
The stress of this SolidInitialConditions. # noqa: E501
- Return type:
- property temperature¶
Gets the temperature of this SolidInitialConditions. # noqa: E501
- Returns:
The temperature of this SolidInitialConditions. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property velocity¶
Gets the velocity of this SolidInitialConditions. # noqa: E501
- Returns:
The velocity of this SolidInitialConditions. # noqa: E501
- Return type:
simscale_sdk.models.solid_material module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.solid_material.SolidMaterial(name=None, material_behavior=None, density=None, expansion=None, conductivity=None, specific_heat=None, topological_reference=None, built_in_material=None, material_library_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'built_in_material': 'builtInMaterial', 'conductivity': 'conductivity', 'density': 'density', 'expansion': 'expansion', 'material_behavior': 'materialBehavior', 'material_library_reference': 'materialLibraryReference', 'name': 'name', 'specific_heat': 'specificHeat', 'topological_reference': 'topologicalReference'}¶
- property built_in_material¶
Gets the built_in_material of this SolidMaterial. # noqa: E501
- Returns:
The built_in_material of this SolidMaterial. # noqa: E501
- Return type:
str
- property conductivity¶
Gets the conductivity of this SolidMaterial. # noqa: E501
- Returns:
The conductivity of this SolidMaterial. # noqa: E501
- Return type:
OneOfSolidMaterialConductivity
- property density¶
Gets the density of this SolidMaterial. # noqa: E501
- Returns:
The density of this SolidMaterial. # noqa: E501
- Return type:
- property expansion¶
Gets the expansion of this SolidMaterial. # noqa: E501
- Returns:
The expansion of this SolidMaterial. # noqa: E501
- Return type:
- property material_behavior¶
Gets the material_behavior of this SolidMaterial. # noqa: E501
- Returns:
The material_behavior of this SolidMaterial. # noqa: E501
- Return type:
OneOfSolidMaterialMaterialBehavior
- property material_library_reference¶
Gets the material_library_reference of this SolidMaterial. # noqa: E501
- Returns:
The material_library_reference of this SolidMaterial. # noqa: E501
- Return type:
- property name¶
Gets the name of this SolidMaterial. # noqa: E501
- Returns:
The name of this SolidMaterial. # noqa: E501
- Return type:
str
- openapi_types = {'built_in_material': 'str', 'conductivity': 'OneOfSolidMaterialConductivity', 'density': 'DimensionalFunctionDensity', 'expansion': 'IsotropicExpansion', 'material_behavior': 'OneOfSolidMaterialMaterialBehavior', 'material_library_reference': 'MaterialLibraryReference', 'name': 'str', 'specific_heat': 'DimensionalFunctionSpecificHeat', 'topological_reference': 'TopologicalReference'}¶
- property specific_heat¶
Gets the specific_heat of this SolidMaterial. # noqa: E501
- Returns:
The specific_heat of this SolidMaterial. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SolidMaterial. # noqa: E501
- Returns:
The topological_reference of this SolidMaterial. # noqa: E501
- Return type:
simscale_sdk.models.solid_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.solid_model.SolidModel(geometric_behavior=None, magnitude=None, e=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'e': 'e', 'geometric_behavior': 'geometricBehavior', 'magnitude': 'magnitude'}¶
- property e¶
Gets the e of this SolidModel. # noqa: E501
- Returns:
The e of this SolidModel. # noqa: E501
- Return type:
- property geometric_behavior¶
Gets the geometric_behavior of this SolidModel. # noqa: E501
- Returns:
The geometric_behavior of this SolidModel. # noqa: E501
- Return type:
str
- property magnitude¶
Gets the magnitude of this SolidModel. # noqa: E501
- Returns:
The magnitude of this SolidModel. # noqa: E501
- Return type:
- openapi_types = {'e': 'DimensionalVectorLength', 'geometric_behavior': 'str', 'magnitude': 'DimensionalFunctionAcceleration'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.solid_numerics module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.solid_numerics.SolidNumerics(harmonic_solution_method=None, solver=None, solve_model=None, eigen_solver=None, calculate_frequency=None, eigen_mode=None, enhanced_accuracy=None, modal_base=None, harmonic_response=None, mechanical_time_integration_type=None, mechanical_resolution_type=None, mechanical_line_search=None, thermal_time_integration_type=None, thermal_resolution_type=None, thermal_line_search=None, remote_point_stiffness_multiplier=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'calculate_frequency': 'calculateFrequency', 'eigen_mode': 'eigenMode', 'eigen_solver': 'eigenSolver', 'enhanced_accuracy': 'enhancedAccuracy', 'harmonic_response': 'harmonicResponse', 'harmonic_solution_method': 'harmonicSolutionMethod', 'mechanical_line_search': 'mechanicalLineSearch', 'mechanical_resolution_type': 'mechanicalResolutionType', 'mechanical_time_integration_type': 'mechanicalTimeIntegrationType', 'modal_base': 'modalBase', 'remote_point_stiffness_multiplier': 'remotePointStiffnessMultiplier', 'solve_model': 'solveModel', 'solver': 'solver', 'thermal_line_search': 'thermalLineSearch', 'thermal_resolution_type': 'thermalResolutionType', 'thermal_time_integration_type': 'thermalTimeIntegrationType'}¶
- property calculate_frequency¶
Gets the calculate_frequency of this SolidNumerics. # noqa: E501
- Returns:
The calculate_frequency of this SolidNumerics. # noqa: E501
- Return type:
- property eigen_mode¶
Gets the eigen_mode of this SolidNumerics. # noqa: E501
- Returns:
The eigen_mode of this SolidNumerics. # noqa: E501
- Return type:
- property eigen_solver¶
Gets the eigen_solver of this SolidNumerics. # noqa: E501
- Returns:
The eigen_solver of this SolidNumerics. # noqa: E501
- Return type:
OneOfSolidNumericsEigenSolver
- property enhanced_accuracy¶
Gets the enhanced_accuracy of this SolidNumerics. # noqa: E501
Further increase the accuracy of the results by running two simulations. The results of the first one will be used as input for the second one to fine-tune the setup. # noqa: E501
- Returns:
The enhanced_accuracy of this SolidNumerics. # noqa: E501
- Return type:
bool
- property harmonic_response¶
Gets the harmonic_response of this SolidNumerics. # noqa: E501
- Returns:
The harmonic_response of this SolidNumerics. # noqa: E501
- Return type:
- property harmonic_solution_method¶
Gets the harmonic_solution_method of this SolidNumerics. # noqa: E501
Select the basis for the computation of the harmonic analysis. # noqa: E501
- Returns:
The harmonic_solution_method of this SolidNumerics. # noqa: E501
- Return type:
str
- property mechanical_line_search¶
Gets the mechanical_line_search of this SolidNumerics. # noqa: E501
- Returns:
The mechanical_line_search of this SolidNumerics. # noqa: E501
- Return type:
OneOfSolidNumericsMechanicalLineSearch
- property mechanical_resolution_type¶
Gets the mechanical_resolution_type of this SolidNumerics. # noqa: E501
- Returns:
The mechanical_resolution_type of this SolidNumerics. # noqa: E501
- Return type:
OneOfSolidNumericsMechanicalResolutionType
- property mechanical_time_integration_type¶
Gets the mechanical_time_integration_type of this SolidNumerics. # noqa: E501
- Returns:
The mechanical_time_integration_type of this SolidNumerics. # noqa: E501
- Return type:
OneOfSolidNumericsMechanicalTimeIntegrationType
- property modal_base¶
Gets the modal_base of this SolidNumerics. # noqa: E501
- Returns:
The modal_base of this SolidNumerics. # noqa: E501
- Return type:
- openapi_types = {'calculate_frequency': 'CalculateFrequency', 'eigen_mode': 'EigenModeVerification', 'eigen_solver': 'OneOfSolidNumericsEigenSolver', 'enhanced_accuracy': 'bool', 'harmonic_response': 'HarmonicResponse', 'harmonic_solution_method': 'str', 'mechanical_line_search': 'OneOfSolidNumericsMechanicalLineSearch', 'mechanical_resolution_type': 'OneOfSolidNumericsMechanicalResolutionType', 'mechanical_time_integration_type': 'OneOfSolidNumericsMechanicalTimeIntegrationType', 'modal_base': 'ModalSolver', 'remote_point_stiffness_multiplier': 'float', 'solve_model': 'object', 'solver': 'OneOfSolidNumericsSolver', 'thermal_line_search': 'OneOfSolidNumericsThermalLineSearch', 'thermal_resolution_type': 'OneOfSolidNumericsThermalResolutionType', 'thermal_time_integration_type': 'ThetaMethodTimeIntegrationType'}¶
- property remote_point_stiffness_multiplier¶
Gets the remote_point_stiffness_multiplier of this SolidNumerics. # noqa: E501
- Returns:
The remote_point_stiffness_multiplier of this SolidNumerics. # noqa: E501
- Return type:
float
- property solve_model¶
Gets the solve_model of this SolidNumerics. # noqa: E501
- Returns:
The solve_model of this SolidNumerics. # noqa: E501
- Return type:
object
- property solver¶
Gets the solver of this SolidNumerics. # noqa: E501
- Returns:
The solver of this SolidNumerics. # noqa: E501
- Return type:
OneOfSolidNumericsSolver
- property thermal_line_search¶
Gets the thermal_line_search of this SolidNumerics. # noqa: E501
- Returns:
The thermal_line_search of this SolidNumerics. # noqa: E501
- Return type:
OneOfSolidNumericsThermalLineSearch
- property thermal_resolution_type¶
Gets the thermal_resolution_type of this SolidNumerics. # noqa: E501
- Returns:
The thermal_resolution_type of this SolidNumerics. # noqa: E501
- Return type:
OneOfSolidNumericsThermalResolutionType
- property thermal_time_integration_type¶
Gets the thermal_time_integration_type of this SolidNumerics. # noqa: E501
- Returns:
The thermal_time_integration_type of this SolidNumerics. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.solid_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.solid_result_control.SolidResultControl(solution_fields=None, edge_calculation=None, area_calculation=None, volume_calculation=None, point_data=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property area_calculation¶
Gets the area_calculation of this SolidResultControl. # noqa: E501
- Returns:
The area_calculation of this SolidResultControl. # noqa: E501
- Return type:
list[OneOfSolidResultControlAreaCalculation]
- attribute_map = {'area_calculation': 'areaCalculation', 'edge_calculation': 'edgeCalculation', 'point_data': 'pointData', 'solution_fields': 'solutionFields', 'volume_calculation': 'volumeCalculation'}¶
- property edge_calculation¶
Gets the edge_calculation of this SolidResultControl. # noqa: E501
- Returns:
The edge_calculation of this SolidResultControl. # noqa: E501
- Return type:
list[OneOfSolidResultControlEdgeCalculation]
- openapi_types = {'area_calculation': 'list[OneOfSolidResultControlAreaCalculation]', 'edge_calculation': 'list[OneOfSolidResultControlEdgeCalculation]', 'point_data': 'list[OneOfSolidResultControlPointData]', 'solution_fields': 'list[OneOfSolidResultControlSolutionFields]', 'volume_calculation': 'list[OneOfSolidResultControlVolumeCalculation]'}¶
- property point_data¶
Gets the point_data of this SolidResultControl. # noqa: E501
- Returns:
The point_data of this SolidResultControl. # noqa: E501
- Return type:
list[OneOfSolidResultControlPointData]
- property solution_fields¶
Gets the solution_fields of this SolidResultControl. # noqa: E501
Each mode is normalized using its largest component of displacement. # noqa: E501
- Returns:
The solution_fields of this SolidResultControl. # noqa: E501
- Return type:
list[OneOfSolidResultControlSolutionFields]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property volume_calculation¶
Gets the volume_calculation of this SolidResultControl. # noqa: E501
- Returns:
The volume_calculation of this SolidResultControl. # noqa: E501
- Return type:
list[OneOfSolidResultControlVolumeCalculation]
simscale_sdk.models.solid_simulation_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.solid_simulation_control.SolidSimulationControl(timestep_definition=None, pseudo_time_stepping=None, auto_load_ramping=None, write_control_definition=None, excitation_frequencies=None, eigenfrequency_scope=None, modal_base=None, harmonic_response=None, processors=None, max_run_time=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'auto_load_ramping': 'autoLoadRamping', 'eigenfrequency_scope': 'eigenfrequencyScope', 'excitation_frequencies': 'excitationFrequencies', 'harmonic_response': 'harmonicResponse', 'max_run_time': 'maxRunTime', 'modal_base': 'modalBase', 'processors': 'processors', 'pseudo_time_stepping': 'pseudoTimeStepping', 'timestep_definition': 'timestepDefinition', 'write_control_definition': 'writeControlDefinition'}¶
- property auto_load_ramping¶
Gets the auto_load_ramping of this SolidSimulationControl. # noqa: E501
Loads and enforced motions will be ramped linearly over the simulation interval to aid solution convergence. Automatic ramping will only be applied if all boundary conditions (including gravity) are applied with constant values and if no creep formulation has been defined for the materials. # noqa: E501
- Returns:
The auto_load_ramping of this SolidSimulationControl. # noqa: E501
- Return type:
bool
- property eigenfrequency_scope¶
Gets the eigenfrequency_scope of this SolidSimulationControl. # noqa: E501
- Returns:
The eigenfrequency_scope of this SolidSimulationControl. # noqa: E501
- Return type:
OneOfSolidSimulationControlEigenfrequencyScope
- property excitation_frequencies¶
Gets the excitation_frequencies of this SolidSimulationControl. # noqa: E501
- Returns:
The excitation_frequencies of this SolidSimulationControl. # noqa: E501
- Return type:
OneOfSolidSimulationControlExcitationFrequencies
- property harmonic_response¶
Gets the harmonic_response of this SolidSimulationControl. # noqa: E501
- Returns:
The harmonic_response of this SolidSimulationControl. # noqa: E501
- Return type:
- property max_run_time¶
Gets the max_run_time of this SolidSimulationControl. # noqa: E501
- Returns:
The max_run_time of this SolidSimulationControl. # noqa: E501
- Return type:
- property modal_base¶
Gets the modal_base of this SolidSimulationControl. # noqa: E501
- Returns:
The modal_base of this SolidSimulationControl. # noqa: E501
- Return type:
- openapi_types = {'auto_load_ramping': 'bool', 'eigenfrequency_scope': 'OneOfSolidSimulationControlEigenfrequencyScope', 'excitation_frequencies': 'OneOfSolidSimulationControlExcitationFrequencies', 'harmonic_response': 'HarmonicResponseControl', 'max_run_time': 'DimensionalTime', 'modal_base': 'ModalBaseControl', 'processors': 'ComputingCore', 'pseudo_time_stepping': 'OneOfSolidSimulationControlPseudoTimeStepping', 'timestep_definition': 'OneOfSolidSimulationControlTimestepDefinition', 'write_control_definition': 'OneOfSolidSimulationControlWriteControlDefinition'}¶
- property processors¶
Gets the processors of this SolidSimulationControl. # noqa: E501
- Returns:
The processors of this SolidSimulationControl. # noqa: E501
- Return type:
- property pseudo_time_stepping¶
Gets the pseudo_time_stepping of this SolidSimulationControl. # noqa: E501
- Returns:
The pseudo_time_stepping of this SolidSimulationControl. # noqa: E501
- Return type:
OneOfSolidSimulationControlPseudoTimeStepping
- property timestep_definition¶
Gets the timestep_definition of this SolidSimulationControl. # noqa: E501
- Returns:
The timestep_definition of this SolidSimulationControl. # noqa: E501
- Return type:
OneOfSolidSimulationControlTimestepDefinition
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property write_control_definition¶
Gets the write_control_definition of this SolidSimulationControl. # noqa: E501
- Returns:
The write_control_definition of this SolidSimulationControl. # noqa: E501
- Return type:
OneOfSolidSimulationControlWriteControlDefinition
simscale_sdk.models.sor_preconditioner module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sor_preconditioner.SorPreconditioner(type='SOR', renumbering_method=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'renumbering_method': 'renumberingMethod', 'type': 'type'}¶
- openapi_types = {'renumbering_method': 'str', 'type': 'str'}¶
- property renumbering_method¶
Gets the renumbering_method of this SorPreconditioner. # noqa: E501
Choose the renumbering method for the system matrix entries:<ul><li><p><b>RCMK</b> uses the algorithm of <i>Reverse Cuthill-MacKee</i> for the renumbering. It often effectively reduces the matrig storage space and the matrix factorization time.</p></ul><ul><li><p>When <b>inactive</b> is selected no renumbering is done. This option should only be chosen for testing purposes.</p></ul> # noqa: E501
- Returns:
The renumbering_method of this SorPreconditioner. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SorPreconditioner. # noqa: E501
Schema name: SorPreconditioner # noqa: E501
- Returns:
The type of this SorPreconditioner. # noqa: E501
- Return type:
str
simscale_sdk.models.space module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.space.Space(space_id=None, organization_id=None, owner_username=None, space_type=None, name=None, created_at=None, last_modified_at=None, space_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'created_at': 'createdAt', 'last_modified_at': 'lastModifiedAt', 'name': 'name', 'organization_id': 'organizationId', 'owner_username': 'ownerUsername', 'space_id': 'spaceId', 'space_settings': 'spaceSettings', 'space_type': 'spaceType'}¶
- property created_at¶
Gets the created_at of this Space. # noqa: E501
- Returns:
The created_at of this Space. # noqa: E501
- Return type:
datetime
- property last_modified_at¶
Gets the last_modified_at of this Space. # noqa: E501
- Returns:
The last_modified_at of this Space. # noqa: E501
- Return type:
datetime
- property name¶
Gets the name of this Space. # noqa: E501
- Returns:
The name of this Space. # noqa: E501
- Return type:
str
- openapi_types = {'created_at': 'datetime', 'last_modified_at': 'datetime', 'name': 'str', 'organization_id': 'str', 'owner_username': 'str', 'space_id': 'str', 'space_settings': 'SpaceSettings', 'space_type': 'str'}¶
- property organization_id¶
Gets the organization_id of this Space. # noqa: E501
Only present for Team Spaces # noqa: E501
- Returns:
The organization_id of this Space. # noqa: E501
- Return type:
str
- property owner_username¶
Gets the owner_username of this Space. # noqa: E501
Only present for Personal Spaces # noqa: E501
- Returns:
The owner_username of this Space. # noqa: E501
- Return type:
str
- property space_id¶
Gets the space_id of this Space. # noqa: E501
- Returns:
The space_id of this Space. # noqa: E501
- Return type:
str
- property space_settings¶
Gets the space_settings of this Space. # noqa: E501
- Returns:
The space_settings of this Space. # noqa: E501
- Return type:
- property space_type¶
Gets the space_type of this Space. # noqa: E501
- Returns:
The space_type of this Space. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.space_permissions module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.space_permissions.SpacePermissions(can_list_content_in_root=None, can_create_content_in_root=None, can_move_content_to_root=None, can_move_content_out_of_root=None, can_edit_space_metadata=None, can_edit_space_settings=None, can_edit_space_permissions=None, can_delete_space=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'can_create_content_in_root': 'canCreateContentInRoot', 'can_delete_space': 'canDeleteSpace', 'can_edit_space_metadata': 'canEditSpaceMetadata', 'can_edit_space_permissions': 'canEditSpacePermissions', 'can_edit_space_settings': 'canEditSpaceSettings', 'can_list_content_in_root': 'canListContentInRoot', 'can_move_content_out_of_root': 'canMoveContentOutOfRoot', 'can_move_content_to_root': 'canMoveContentToRoot'}¶
- property can_create_content_in_root¶
Gets the can_create_content_in_root of this SpacePermissions. # noqa: E501
Whether the current user can create new content in the root of this Space. # noqa: E501
- Returns:
The can_create_content_in_root of this SpacePermissions. # noqa: E501
- Return type:
bool
- property can_delete_space¶
Gets the can_delete_space of this SpacePermissions. # noqa: E501
Whether the current user can delete this Space. # noqa: E501
- Returns:
The can_delete_space of this SpacePermissions. # noqa: E501
- Return type:
bool
- property can_edit_space_metadata¶
Gets the can_edit_space_metadata of this SpacePermissions. # noqa: E501
Whether the current user can edit the metadata of this Space. # noqa: E501
- Returns:
The can_edit_space_metadata of this SpacePermissions. # noqa: E501
- Return type:
bool
- property can_edit_space_permissions¶
Gets the can_edit_space_permissions of this SpacePermissions. # noqa: E501
Whether the current user can add or remove users to this Space. # noqa: E501
- Returns:
The can_edit_space_permissions of this SpacePermissions. # noqa: E501
- Return type:
bool
- property can_edit_space_settings¶
Gets the can_edit_space_settings of this SpacePermissions. # noqa: E501
Whether the current user can edit the settings of this Space. # noqa: E501
- Returns:
The can_edit_space_settings of this SpacePermissions. # noqa: E501
- Return type:
bool
- property can_list_content_in_root¶
Gets the can_list_content_in_root of this SpacePermissions. # noqa: E501
Whether the current user can list the contents of the root of this Space. # noqa: E501
- Returns:
The can_list_content_in_root of this SpacePermissions. # noqa: E501
- Return type:
bool
- property can_move_content_out_of_root¶
Gets the can_move_content_out_of_root of this SpacePermissions. # noqa: E501
Whether the current user can move content out of the root folder of this Space. # noqa: E501
- Returns:
The can_move_content_out_of_root of this SpacePermissions. # noqa: E501
- Return type:
bool
- property can_move_content_to_root¶
Gets the can_move_content_to_root of this SpacePermissions. # noqa: E501
Whether the current user can move content into the root folder of this Space. # noqa: E501
- Returns:
The can_move_content_to_root of this SpacePermissions. # noqa: E501
- Return type:
bool
- openapi_types = {'can_create_content_in_root': 'bool', 'can_delete_space': 'bool', 'can_edit_space_metadata': 'bool', 'can_edit_space_permissions': 'bool', 'can_edit_space_settings': 'bool', 'can_list_content_in_root': 'bool', 'can_move_content_out_of_root': 'bool', 'can_move_content_to_root': 'bool'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.space_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.space_settings.SpaceSettings(sharing_control=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'sharing_control': 'sharingControl'}¶
- openapi_types = {'sharing_control': 'SharingControl'}¶
- property sharing_control¶
Gets the sharing_control of this SpaceSettings. # noqa: E501
- Returns:
The sharing_control of this SpaceSettings. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.spaces module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.spaces.Spaces(personal_spaces=None, team_spaces=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'personal_spaces': 'personalSpaces', 'team_spaces': 'teamSpaces'}¶
- openapi_types = {'personal_spaces': 'list[Space]', 'team_spaces': 'list[Space]'}¶
- property personal_spaces¶
Gets the personal_spaces of this Spaces. # noqa: E501
- Returns:
The personal_spaces of this Spaces. # noqa: E501
- Return type:
list[Space]
- property team_spaces¶
Gets the team_spaces of this Spaces. # noqa: E501
- Returns:
The team_spaces of this Spaces. # noqa: E501
- Return type:
list[Space]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.sparse_iterative module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sparse_iterative.SparseIterative(type='SPARSE_ITERATIVE', preconditioner=None, non_convergence_action=None, convergence_tolerance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'convergence_tolerance': 'convergenceTolerance', 'non_convergence_action': 'nonConvergenceAction', 'preconditioner': 'preconditioner', 'type': 'type'}¶
- property convergence_tolerance¶
Gets the convergence_tolerance of this SparseIterative. # noqa: E501
- Returns:
The convergence_tolerance of this SparseIterative. # noqa: E501
- Return type:
float
- property non_convergence_action¶
Gets the non_convergence_action of this SparseIterative. # noqa: E501
- Returns:
The non_convergence_action of this SparseIterative. # noqa: E501
- Return type:
str
- openapi_types = {'convergence_tolerance': 'float', 'non_convergence_action': 'str', 'preconditioner': 'str', 'type': 'str'}¶
- property preconditioner¶
Gets the preconditioner of this SparseIterative. # noqa: E501
- Returns:
The preconditioner of this SparseIterative. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SparseIterative. # noqa: E501
Schema name: SparseIterative # noqa: E501
- Returns:
The type of this SparseIterative. # noqa: E501
- Return type:
str
simscale_sdk.models.spatial_discretization_schemes module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.spatial_discretization_schemes.SpatialDiscretizationSchemes(velocity=None, density=None, turbulent_kinetic_energy=None, turbulent_energy_dissipation_rate=None, volume_of_fluid=None, internal_energy=None, gas_mixture_transport=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'density': 'density', 'gas_mixture_transport': 'gasMixtureTransport', 'internal_energy': 'internalEnergy', 'turbulent_energy_dissipation_rate': 'turbulentEnergyDissipationRate', 'turbulent_kinetic_energy': 'turbulentKineticEnergy', 'velocity': 'velocity', 'volume_of_fluid': 'volumeOfFluid'}¶
- property density¶
Gets the density of this SpatialDiscretizationSchemes. # noqa: E501
- Returns:
The density of this SpatialDiscretizationSchemes. # noqa: E501
- Return type:
OneOfSpatialDiscretizationSchemesDensity
- property gas_mixture_transport¶
Gets the gas_mixture_transport of this SpatialDiscretizationSchemes. # noqa: E501
- Returns:
The gas_mixture_transport of this SpatialDiscretizationSchemes. # noqa: E501
- Return type:
OneOfSpatialDiscretizationSchemesGasMixtureTransport
- property internal_energy¶
Gets the internal_energy of this SpatialDiscretizationSchemes. # noqa: E501
- Returns:
The internal_energy of this SpatialDiscretizationSchemes. # noqa: E501
- Return type:
OneOfSpatialDiscretizationSchemesInternalEnergy
- openapi_types = {'density': 'OneOfSpatialDiscretizationSchemesDensity', 'gas_mixture_transport': 'OneOfSpatialDiscretizationSchemesGasMixtureTransport', 'internal_energy': 'OneOfSpatialDiscretizationSchemesInternalEnergy', 'turbulent_energy_dissipation_rate': 'OneOfSpatialDiscretizationSchemesTurbulentEnergyDissipationRate', 'turbulent_kinetic_energy': 'OneOfSpatialDiscretizationSchemesTurbulentKineticEnergy', 'velocity': 'OneOfSpatialDiscretizationSchemesVelocity', 'volume_of_fluid': 'OneOfSpatialDiscretizationSchemesVolumeOfFluid'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulent_energy_dissipation_rate¶
Gets the turbulent_energy_dissipation_rate of this SpatialDiscretizationSchemes. # noqa: E501
- Returns:
The turbulent_energy_dissipation_rate of this SpatialDiscretizationSchemes. # noqa: E501
- Return type:
OneOfSpatialDiscretizationSchemesTurbulentEnergyDissipationRate
- property turbulent_kinetic_energy¶
Gets the turbulent_kinetic_energy of this SpatialDiscretizationSchemes. # noqa: E501
- Returns:
The turbulent_kinetic_energy of this SpatialDiscretizationSchemes. # noqa: E501
- Return type:
OneOfSpatialDiscretizationSchemesTurbulentKineticEnergy
- property velocity¶
Gets the velocity of this SpatialDiscretizationSchemes. # noqa: E501
- Returns:
The velocity of this SpatialDiscretizationSchemes. # noqa: E501
- Return type:
OneOfSpatialDiscretizationSchemesVelocity
- property volume_of_fluid¶
Gets the volume_of_fluid of this SpatialDiscretizationSchemes. # noqa: E501
- Returns:
The volume_of_fluid of this SpatialDiscretizationSchemes. # noqa: E501
- Return type:
OneOfSpatialDiscretizationSchemesVolumeOfFluid
simscale_sdk.models.specie_default module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.specie_default.SpecieDefault(type='SPECIE', molar_weight=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'molar_weight': 'molarWeight', 'type': 'type'}¶
- property molar_weight¶
Gets the molar_weight of this SpecieDefault. # noqa: E501
- Returns:
The molar_weight of this SpecieDefault. # noqa: E501
- Return type:
- openapi_types = {'molar_weight': 'DimensionalMolarMass', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SpecieDefault. # noqa: E501
<p><b>Specie:</b> defines the molecular composition of the fluid material. Currently a single specie is available.</p> Schema name: SpecieDefault # noqa: E501
- Returns:
The type of this SpecieDefault. # noqa: E501
- Return type:
str
simscale_sdk.models.species_humidity_source module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.species_humidity_source.SpeciesHumiditySource(type='SPECIES_MASS_FLOW_RATE', name=None, water_vapor_mass_rate=None, dry_air_mass_rate=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'dry_air_mass_rate': 'dryAirMassRate', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type', 'water_vapor_mass_rate': 'waterVaporMassRate'}¶
- property dry_air_mass_rate¶
Gets the dry_air_mass_rate of this SpeciesHumiditySource. # noqa: E501
- Returns:
The dry_air_mass_rate of this SpeciesHumiditySource. # noqa: E501
- Return type:
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SpeciesHumiditySource. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SpeciesHumiditySource. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this SpeciesHumiditySource. # noqa: E501
- Returns:
The name of this SpeciesHumiditySource. # noqa: E501
- Return type:
str
- openapi_types = {'dry_air_mass_rate': 'DimensionalMassFlowRate', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str', 'water_vapor_mass_rate': 'DimensionalMassFlowRate'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SpeciesHumiditySource. # noqa: E501
- Returns:
The topological_reference of this SpeciesHumiditySource. # noqa: E501
- Return type:
- property type¶
Gets the type of this SpeciesHumiditySource. # noqa: E501
<i>Humidity sources</i> can be used to simulate humidity generation from a volume, knowing the mass of species entering the fluid domain per second. Schema name: SpeciesHumiditySource # noqa: E501
- Returns:
The type of this SpeciesHumiditySource. # noqa: E501
- Return type:
str
- property water_vapor_mass_rate¶
Gets the water_vapor_mass_rate of this SpeciesHumiditySource. # noqa: E501
- Returns:
The water_vapor_mass_rate of this SpeciesHumiditySource. # noqa: E501
- Return type:
simscale_sdk.models.specific_conductance_interface_thermal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.specific_conductance_interface_thermal.SpecificConductanceInterfaceThermal(type='SPECIFIC_CONDUCTANCE', contact_conductance=None, electric_conductance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'contact_conductance': 'contactConductance', 'electric_conductance': 'electricConductance', 'type': 'type'}¶
- property contact_conductance¶
Gets the contact_conductance of this SpecificConductanceInterfaceThermal. # noqa: E501
- Returns:
The contact_conductance of this SpecificConductanceInterfaceThermal. # noqa: E501
- Return type:
- property electric_conductance¶
Gets the electric_conductance of this SpecificConductanceInterfaceThermal. # noqa: E501
- Returns:
The electric_conductance of this SpecificConductanceInterfaceThermal. # noqa: E501
- Return type:
- openapi_types = {'contact_conductance': 'DimensionalThermalTransmittance', 'electric_conductance': 'DimensionalSpecificElectricConductance', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SpecificConductanceInterfaceThermal. # noqa: E501
Schema name: SpecificConductanceInterfaceThermal # noqa: E501
- Returns:
The type of this SpecificConductanceInterfaceThermal. # noqa: E501
- Return type:
str
simscale_sdk.models.specific_conductance_wall_thermal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.specific_conductance_wall_thermal.SpecificConductanceWallThermal(type='SPECIFIC_CONDUCTANCE', contact_conductance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'contact_conductance': 'contactConductance', 'type': 'type'}¶
- property contact_conductance¶
Gets the contact_conductance of this SpecificConductanceWallThermal. # noqa: E501
- Returns:
The contact_conductance of this SpecificConductanceWallThermal. # noqa: E501
- Return type:
- openapi_types = {'contact_conductance': 'DimensionalThermalTransmittance', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SpecificConductanceWallThermal. # noqa: E501
Schema name: SpecificConductanceWallThermal # noqa: E501
- Returns:
The type of this SpecificConductanceWallThermal. # noqa: E501
- Return type:
str
simscale_sdk.models.specific_humidity_value module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.specific_humidity_value.SpecificHumidityValue(type='SPECIFIC_HUMIDITY_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalMassFraction'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SpecificHumidityValue. # noqa: E501
Schema name: SpecificHumidityValue # noqa: E501
- Returns:
The type of this SpecificHumidityValue. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this SpecificHumidityValue. # noqa: E501
- Returns:
The value of this SpecificHumidityValue. # noqa: E501
- Return type:
simscale_sdk.models.specific_passive_scalar_source module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.specific_passive_scalar_source.SpecificPassiveScalarSource(type='SPECIFIC', name=None, passive_scalar_variable=None, flux=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'flux': 'flux', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'passive_scalar_variable': 'passiveScalarVariable', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property flux¶
Gets the flux of this SpecificPassiveScalarSource. # noqa: E501
- Returns:
The flux of this SpecificPassiveScalarSource. # noqa: E501
- Return type:
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SpecificPassiveScalarSource. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SpecificPassiveScalarSource. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this SpecificPassiveScalarSource. # noqa: E501
- Returns:
The name of this SpecificPassiveScalarSource. # noqa: E501
- Return type:
str
- openapi_types = {'flux': 'DimensionalVolumetricPassiveScalarSourceRate', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'passive_scalar_variable': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property passive_scalar_variable¶
Gets the passive_scalar_variable of this SpecificPassiveScalarSource. # noqa: E501
- Returns:
The passive_scalar_variable of this SpecificPassiveScalarSource. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SpecificPassiveScalarSource. # noqa: E501
- Returns:
The topological_reference of this SpecificPassiveScalarSource. # noqa: E501
- Return type:
- property type¶
Gets the type of this SpecificPassiveScalarSource. # noqa: E501
Schema name: SpecificPassiveScalarSource # noqa: E501
- Returns:
The type of this SpecificPassiveScalarSource. # noqa: E501
- Return type:
str
simscale_sdk.models.specific_power_source module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.specific_power_source.SpecificPowerSource(type='SPECIFIC_V23', name=None, heat_flux=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'heat_flux': 'heatFlux', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SpecificPowerSource. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SpecificPowerSource. # noqa: E501
- Return type:
list[str]
- property heat_flux¶
Gets the heat_flux of this SpecificPowerSource. # noqa: E501
- Returns:
The heat_flux of this SpecificPowerSource. # noqa: E501
- Return type:
- property name¶
Gets the name of this SpecificPowerSource. # noqa: E501
- Returns:
The name of this SpecificPowerSource. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'heat_flux': 'DimensionalFunctionVolumetricPower', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SpecificPowerSource. # noqa: E501
- Returns:
The topological_reference of this SpecificPowerSource. # noqa: E501
- Return type:
- property type¶
Gets the type of this SpecificPowerSource. # noqa: E501
<i>Power sources</i> can be used to simulate heat generation from a volume. Three types are available:<br><li><b>Absolute</b>: Used when total power emitted by the assigned volume is known.<li><b>Specific:</b> Used when power density of the assigned volume is known.<li><b>Heat exchanger:</b> Used to model a heat exchanger on a fluid region. The heat input is computed from the total conductance (U [W/K]) and the difference between the fluid temperature (T) and the heat exchanger temperature (Tref). Q = U (T - Tref). <a href=’https://www.simscale.com/docs/simulation-setup/advanced-concepts/power-sources/’ target=’_blank’>Learn more</a>. Schema name: SpecificPowerSource # noqa: E501
- Returns:
The type of this SpecificPowerSource. # noqa: E501
- Return type:
str
simscale_sdk.models.specific_resistance_interface_thermal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.specific_resistance_interface_thermal.SpecificResistanceInterfaceThermal(type='SPECIFIC_RESISTANCE', contact_resistance=None, electric_resistance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'contact_resistance': 'contactResistance', 'electric_resistance': 'electricResistance', 'type': 'type'}¶
- property contact_resistance¶
Gets the contact_resistance of this SpecificResistanceInterfaceThermal. # noqa: E501
- Returns:
The contact_resistance of this SpecificResistanceInterfaceThermal. # noqa: E501
- Return type:
- property electric_resistance¶
Gets the electric_resistance of this SpecificResistanceInterfaceThermal. # noqa: E501
- Returns:
The electric_resistance of this SpecificResistanceInterfaceThermal. # noqa: E501
- Return type:
- openapi_types = {'contact_resistance': 'DimensionalSpecificContactResistance', 'electric_resistance': 'DimensionalSpecificElectricResistance', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SpecificResistanceInterfaceThermal. # noqa: E501
Schema name: SpecificResistanceInterfaceThermal # noqa: E501
- Returns:
The type of this SpecificResistanceInterfaceThermal. # noqa: E501
- Return type:
str
simscale_sdk.models.sphere module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sphere.Sphere(type='SPHERE', id=None, name=None, center=None, radius=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'center': 'center', 'id': 'id', 'name': 'name', 'radius': 'radius', 'type': 'type'}¶
- property center¶
Gets the center of this Sphere. # noqa: E501
- Returns:
The center of this Sphere. # noqa: E501
- Return type:
- property id¶
Gets the id of this Sphere. # noqa: E501
- Returns:
The id of this Sphere. # noqa: E501
- Return type:
str
- property name¶
Gets the name of this Sphere. # noqa: E501
- Returns:
The name of this Sphere. # noqa: E501
- Return type:
str
- openapi_types = {'center': 'DimensionalVectorLength', 'id': 'str', 'name': 'str', 'radius': 'DimensionalLength', 'type': 'str'}¶
- property radius¶
Gets the radius of this Sphere. # noqa: E501
- Returns:
The radius of this Sphere. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Sphere. # noqa: E501
Schema name: Sphere # noqa: E501
- Returns:
The type of this Sphere. # noqa: E501
- Return type:
str
simscale_sdk.models.spheres_visualization_style module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.spheres_visualization_style.SpheresVisualizationStyle(representation='SPHERES', num_pulses=15, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'num_pulses': 'numPulses', 'representation': 'representation'}¶
- property num_pulses¶
Gets the num_pulses of this SpheresVisualizationStyle. # noqa: E501
This value specifies how many pulses there should be in the model. # noqa: E501
- Returns:
The num_pulses of this SpheresVisualizationStyle. # noqa: E501
- Return type:
int
- openapi_types = {'num_pulses': 'int', 'representation': 'str'}¶
- property representation¶
Gets the representation of this SpheresVisualizationStyle. # noqa: E501
The representation to use for particle traces. # noqa: E501
- Returns:
The representation of this SpheresVisualizationStyle. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.stabilization module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.stabilization.Stabilization(field_limits=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'field_limits': 'fieldLimits'}¶
- property field_limits¶
Gets the field_limits of this Stabilization. # noqa: E501
- Returns:
The field_limits of this Stabilization. # noqa: E501
- Return type:
- openapi_types = {'field_limits': 'FieldLimits'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.standard_herschel_bulkley_viscosity_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.standard_herschel_bulkley_viscosity_model.StandardHerschelBulkleyViscosityModel(type='STD_HERSCHEL_BULKLEY', consistency=None, flow_index=None, fluid_yield_stress=None, critical_shear_rate=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'consistency': 'consistency', 'critical_shear_rate': 'criticalShearRate', 'flow_index': 'flowIndex', 'fluid_yield_stress': 'fluidYieldStress', 'type': 'type'}¶
- property consistency¶
Gets the consistency of this StandardHerschelBulkleyViscosityModel. # noqa: E501
- Returns:
The consistency of this StandardHerschelBulkleyViscosityModel. # noqa: E501
- Return type:
- property critical_shear_rate¶
Gets the critical_shear_rate of this StandardHerschelBulkleyViscosityModel. # noqa: E501
- Returns:
The critical_shear_rate of this StandardHerschelBulkleyViscosityModel. # noqa: E501
- Return type:
- property flow_index¶
Gets the flow_index of this StandardHerschelBulkleyViscosityModel. # noqa: E501
- Returns:
The flow_index of this StandardHerschelBulkleyViscosityModel. # noqa: E501
- Return type:
- property fluid_yield_stress¶
Gets the fluid_yield_stress of this StandardHerschelBulkleyViscosityModel. # noqa: E501
- Returns:
The fluid_yield_stress of this StandardHerschelBulkleyViscosityModel. # noqa: E501
- Return type:
- openapi_types = {'consistency': 'DimensionalDynamicViscosity', 'critical_shear_rate': 'DimensionalStrainRate', 'flow_index': 'DimensionalDimensionless', 'fluid_yield_stress': 'DimensionalPressure', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StandardHerschelBulkleyViscosityModel. # noqa: E501
Choose between <a href=’https://www.simscale.com/docs/simulation-setup/materials/#newtonian-model’ target=’_blank’>Newtonian</a> and <a href=’https://www.simscale.com/docs/simulation-setup/materials/non-newtonian-models/’ target=’_blank’>Non-Newtonian</a> viscosity models. Schema name: StandardHerschelBulkleyViscosityModel # noqa: E501
- Returns:
The type of this StandardHerschelBulkleyViscosityModel. # noqa: E501
- Return type:
str
simscale_sdk.models.standing_fraction_body_surface module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.standing_fraction_body_surface.StandingFractionBodySurface(type='STANDING_FRACTION_BODY_SURFACE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StandingFractionBodySurface. # noqa: E501
Schema name: StandingFractionBodySurface # noqa: E501
- Returns:
The type of this StandingFractionBodySurface. # noqa: E501
- Return type:
str
simscale_sdk.models.star_thermal_resistance_network module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.star_thermal_resistance_network.StarThermalResistanceNetwork(type='STAR_NETWORK', name=None, resistance_top=None, resistance_bottom=None, resistance_sides=None, resistance_interface=None, network_power=None, emissivity=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'emissivity': 'emissivity', 'name': 'name', 'network_power': 'networkPower', 'resistance_bottom': 'resistanceBottom', 'resistance_interface': 'resistanceInterface', 'resistance_sides': 'resistanceSides', 'resistance_top': 'resistanceTop', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property emissivity¶
Gets the emissivity of this StarThermalResistanceNetwork. # noqa: E501
- Returns:
The emissivity of this StarThermalResistanceNetwork. # noqa: E501
- Return type:
float
- property name¶
Gets the name of this StarThermalResistanceNetwork. # noqa: E501
- Returns:
The name of this StarThermalResistanceNetwork. # noqa: E501
- Return type:
str
- property network_power¶
Gets the network_power of this StarThermalResistanceNetwork. # noqa: E501
- Returns:
The network_power of this StarThermalResistanceNetwork. # noqa: E501
- Return type:
- openapi_types = {'emissivity': 'float', 'name': 'str', 'network_power': 'DimensionalPower', 'resistance_bottom': 'DimensionalContactResistance', 'resistance_interface': 'DimensionalContactResistance', 'resistance_sides': 'DimensionalContactResistance', 'resistance_top': 'DimensionalContactResistance', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property resistance_bottom¶
Gets the resistance_bottom of this StarThermalResistanceNetwork. # noqa: E501
- Returns:
The resistance_bottom of this StarThermalResistanceNetwork. # noqa: E501
- Return type:
- property resistance_interface¶
Gets the resistance_interface of this StarThermalResistanceNetwork. # noqa: E501
- Returns:
The resistance_interface of this StarThermalResistanceNetwork. # noqa: E501
- Return type:
- property resistance_sides¶
Gets the resistance_sides of this StarThermalResistanceNetwork. # noqa: E501
- Returns:
The resistance_sides of this StarThermalResistanceNetwork. # noqa: E501
- Return type:
- property resistance_top¶
Gets the resistance_top of this StarThermalResistanceNetwork. # noqa: E501
- Returns:
The resistance_top of this StarThermalResistanceNetwork. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this StarThermalResistanceNetwork. # noqa: E501
- Returns:
The topological_reference of this StarThermalResistanceNetwork. # noqa: E501
- Return type:
- property type¶
Gets the type of this StarThermalResistanceNetwork. # noqa: E501
<br>A <i>Thermal Resistance Network</i> can be used to approximate the effect of heat sources and heat transfer from that source to the surrounding domain without resolving the source geometry. Select the top face of the body you want to assign. <p>The models for <b>Thermal resistance network</b> are as follows:</p><ul><li><b>Star Network Resistance Model:</b> defines a thermal resistance network consisting out of a top, a board, a board to interface and four side resistances. A power source is assigned to the body.</li><li><b>Two resistor Model:</b> defines a thermal resistance network consisting out of a top, a board and a board to interface resistance. A power source is assigned to the body.</li></ul> <br> <a href=’https://www.simscale.com/docs/simulation-setup/advanced-concepts/thermal-resistance-networks/’ target=’_blank’>Learn more</a>. Schema name: StarThermalResistanceNetwork # noqa: E501
- Returns:
The type of this StarThermalResistanceNetwork. # noqa: E501
- Return type:
str
simscale_sdk.models.static_analysis module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.static_analysis.StaticAnalysis(type='STATIC_ANALYSIS', non_linear_analysis=None, connection_groups=None, connectors=None, element_technology=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, numerics=None, simulation_control=None, result_control=None, mesh_order=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'boundary_conditions': 'boundaryConditions', 'connection_groups': 'connectionGroups', 'connectors': 'connectors', 'element_technology': 'elementTechnology', 'initial_conditions': 'initialConditions', 'materials': 'materials', 'mesh_order': 'meshOrder', 'model': 'model', 'non_linear_analysis': 'nonLinearAnalysis', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this StaticAnalysis. # noqa: E501
- Returns:
The boundary_conditions of this StaticAnalysis. # noqa: E501
- Return type:
list[OneOfStaticAnalysisBoundaryConditions]
- property connection_groups¶
Gets the connection_groups of this StaticAnalysis. # noqa: E501
- Returns:
The connection_groups of this StaticAnalysis. # noqa: E501
- Return type:
list[OneOfStaticAnalysisConnectionGroups]
- property connectors¶
Gets the connectors of this StaticAnalysis. # noqa: E501
- Returns:
The connectors of this StaticAnalysis. # noqa: E501
- Return type:
list[OneOfStaticAnalysisConnectors]
- property element_technology¶
Gets the element_technology of this StaticAnalysis. # noqa: E501
- Returns:
The element_technology of this StaticAnalysis. # noqa: E501
- Return type:
- property initial_conditions¶
Gets the initial_conditions of this StaticAnalysis. # noqa: E501
- Returns:
The initial_conditions of this StaticAnalysis. # noqa: E501
- Return type:
- property materials¶
Gets the materials of this StaticAnalysis. # noqa: E501
- Returns:
The materials of this StaticAnalysis. # noqa: E501
- Return type:
list[SolidMaterial]
- property mesh_order¶
Gets the mesh_order of this StaticAnalysis. # noqa: E501
- Returns:
The mesh_order of this StaticAnalysis. # noqa: E501
- Return type:
str
- property model¶
Gets the model of this StaticAnalysis. # noqa: E501
- Returns:
The model of this StaticAnalysis. # noqa: E501
- Return type:
- property non_linear_analysis¶
Gets the non_linear_analysis of this StaticAnalysis. # noqa: E501
<p>Choose if your analysis should feature any kind of <b>nonlinearity</b> like <b>physical contacts, nonlinear materials</b> as hyperelasticity or plasticity or <b>large rotations</b> and <b>large deformations, temperature dependant material properties</b> or <b>temperature dependant boundary conditions</b>. For a <b>linear analysis</b> none of those nonlinearities are available.</p> # noqa: E501
- Returns:
The non_linear_analysis of this StaticAnalysis. # noqa: E501
- Return type:
bool
- property numerics¶
Gets the numerics of this StaticAnalysis. # noqa: E501
- Returns:
The numerics of this StaticAnalysis. # noqa: E501
- Return type:
- openapi_types = {'boundary_conditions': 'list[OneOfStaticAnalysisBoundaryConditions]', 'connection_groups': 'list[OneOfStaticAnalysisConnectionGroups]', 'connectors': 'list[OneOfStaticAnalysisConnectors]', 'element_technology': 'SolidElementTechnology', 'initial_conditions': 'SolidInitialConditions', 'materials': 'list[SolidMaterial]', 'mesh_order': 'str', 'model': 'SolidModel', 'non_linear_analysis': 'bool', 'numerics': 'SolidNumerics', 'result_control': 'SolidResultControl', 'simulation_control': 'SolidSimulationControl', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this StaticAnalysis. # noqa: E501
- Returns:
The result_control of this StaticAnalysis. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this StaticAnalysis. # noqa: E501
- Returns:
The simulation_control of this StaticAnalysis. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StaticAnalysis. # noqa: E501
Schema name: StaticAnalysis # noqa: E501
- Returns:
The type of this StaticAnalysis. # noqa: E501
- Return type:
str
simscale_sdk.models.static_pressure_pressure_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.static_pressure_pressure_type.StaticPressurePressureType(type='STATIC_PRESSURE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StaticPressurePressureType. # noqa: E501
Schema name: StaticPressurePressureType # noqa: E501
- Returns:
The type of this StaticPressurePressureType. # noqa: E501
- Return type:
str
simscale_sdk.models.stationary_time_dependency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.stationary_time_dependency.StationaryTimeDependency(type='STATIONARY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StationaryTimeDependency. # noqa: E501
Schema name: StationaryTimeDependency # noqa: E501
- Returns:
The type of this StationaryTimeDependency. # noqa: E501
- Return type:
str
simscale_sdk.models.statistical_averaging_result_control_v2 module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.statistical_averaging_result_control_v2.StatisticalAveragingResultControlV2(type='STATISTICAL_AVERAGING_V2', fraction_from_end=None, sampling_interval=None, export_fluid=None, export_surface=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'export_fluid': 'exportFluid', 'export_surface': 'exportSurface', 'fraction_from_end': 'fractionFromEnd', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'sampling_interval': 'samplingInterval', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property export_fluid¶
Gets the export_fluid of this StatisticalAveragingResultControlV2. # noqa: E501
When this switch is activated, simulation data of the flow-field enclosed in the assignments will be exported # noqa: E501
- Returns:
The export_fluid of this StatisticalAveragingResultControlV2. # noqa: E501
- Return type:
bool
- property export_surface¶
Gets the export_surface of this StatisticalAveragingResultControlV2. # noqa: E501
When this switch is activated, simulation data on all surfaces enclosed in the assignments will be exported # noqa: E501
- Returns:
The export_surface of this StatisticalAveragingResultControlV2. # noqa: E501
- Return type:
bool
- property fraction_from_end¶
Gets the fraction_from_end of this StatisticalAveragingResultControlV2. # noqa: E501
It defines the point in simulation where the result output data extraction starts. For instance, <i>Fraction from end</i> of 1 (100%) extracts all data from the beginning of the simulation while default 0.2 extracts 20% data from the end of the simulation. # noqa: E501
- Returns:
The fraction_from_end of this StatisticalAveragingResultControlV2. # noqa: E501
- Return type:
float
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this StatisticalAveragingResultControlV2. # noqa: E501
- Returns:
The geometry_primitive_uuids of this StatisticalAveragingResultControlV2. # noqa: E501
- Return type:
list[str]
- openapi_types = {'export_fluid': 'bool', 'export_surface': 'bool', 'fraction_from_end': 'float', 'geometry_primitive_uuids': 'list[str]', 'sampling_interval': 'OneOfStatisticalAveragingResultControlV2SamplingInterval', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property sampling_interval¶
Gets the sampling_interval of this StatisticalAveragingResultControlV2. # noqa: E501
- Returns:
The sampling_interval of this StatisticalAveragingResultControlV2. # noqa: E501
- Return type:
OneOfStatisticalAveragingResultControlV2SamplingInterval
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this StatisticalAveragingResultControlV2. # noqa: E501
- Returns:
The topological_reference of this StatisticalAveragingResultControlV2. # noqa: E501
- Return type:
- property type¶
Gets the type of this StatisticalAveragingResultControlV2. # noqa: E501
Schema name: StatisticalAveragingResultControlV2 # noqa: E501
- Returns:
The type of this StatisticalAveragingResultControlV2. # noqa: E501
- Return type:
str
simscale_sdk.models.status module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.status.Status(local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- CANCELED = 'CANCELED'¶
- FAILED = 'FAILED'¶
- FINISHED = 'FINISHED'¶
- QUEUED = 'QUEUED'¶
- READY = 'READY'¶
- RUNNING = 'RUNNING'¶
- allowable_values = ['READY', 'QUEUED', 'RUNNING', 'FINISHED', 'CANCELED', 'FAILED']¶
- Attributes:
- openapi_types (dict): The key is attribute name
and the value is attribute type.
- attribute_map (dict): The key is attribute name
and the value is json key in definition.
- attribute_map = {}¶
- openapi_types = {}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.steadystate_time_differentiation_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.steadystate_time_differentiation_scheme.SteadystateTimeDifferentiationScheme(type='STEADYSTATE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SteadystateTimeDifferentiationScheme. # noqa: E501
Schema name: SteadystateTimeDifferentiationScheme # noqa: E501
- Returns:
The type of this SteadystateTimeDifferentiationScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.stepping_list_pseudo_time_stepping module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.stepping_list_pseudo_time_stepping.SteppingListPseudoTimeStepping(type='STEPPING_LIST_V18', simulation_intervals=None, timestep_length=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'simulation_intervals': 'simulationIntervals', 'timestep_length': 'timestepLength', 'type': 'type'}¶
- openapi_types = {'simulation_intervals': 'DimensionalTime', 'timestep_length': 'RestrictedDimensionalFunctionTime', 'type': 'str'}¶
- property simulation_intervals¶
Gets the simulation_intervals of this SteppingListPseudoTimeStepping. # noqa: E501
- Returns:
The simulation_intervals of this SteppingListPseudoTimeStepping. # noqa: E501
- Return type:
- property timestep_length¶
Gets the timestep_length of this SteppingListPseudoTimeStepping. # noqa: E501
- Returns:
The timestep_length of this SteppingListPseudoTimeStepping. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SteppingListPseudoTimeStepping. # noqa: E501
Schema name: SteppingListPseudoTimeStepping # noqa: E501
- Returns:
The type of this SteppingListPseudoTimeStepping. # noqa: E501
- Return type:
str
simscale_sdk.models.storage module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.storage.Storage(url=None, storage_id=None, expires_at=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'expires_at': 'expiresAt', 'storage_id': 'storageId', 'url': 'url'}¶
- property expires_at¶
Gets the expires_at of this Storage. # noqa: E501
The expiration time. # noqa: E501
- Returns:
The expires_at of this Storage. # noqa: E501
- Return type:
datetime
- openapi_types = {'expires_at': 'datetime', 'storage_id': 'str', 'url': 'str'}¶
- property storage_id¶
Gets the storage_id of this Storage. # noqa: E501
The storage ID. # noqa: E501
- Returns:
The storage_id of this Storage. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property url¶
Gets the url of this Storage. # noqa: E501
The URL of the temporary storage location. # noqa: E501
- Returns:
The url of this Storage. # noqa: E501
- Return type:
str
simscale_sdk.models.strain_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.strain_field_selection.StrainFieldSelection(type='STRAIN', strain_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'strain_type': 'strainType', 'type': 'type'}¶
- openapi_types = {'strain_type': 'OneOfStrainFieldSelectionStrainType', 'type': 'str'}¶
- property strain_type¶
Gets the strain_type of this StrainFieldSelection. # noqa: E501
- Returns:
The strain_type of this StrainFieldSelection. # noqa: E501
- Return type:
OneOfStrainFieldSelectionStrainType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StrainFieldSelection. # noqa: E501
Schema name: StrainFieldSelection # noqa: E501
- Returns:
The type of this StrainFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.strain_hardening_creep_formulation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.strain_hardening_creep_formulation.StrainHardeningCreepFormulation(type='STRAIN_HARDENING', a=None, n=None, m=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property a¶
Gets the a of this StrainHardeningCreepFormulation. # noqa: E501
- Returns:
The a of this StrainHardeningCreepFormulation. # noqa: E501
- Return type:
- attribute_map = {'a': 'a', 'm': 'm', 'n': 'n', 'type': 'type'}¶
- property m¶
Gets the m of this StrainHardeningCreepFormulation. # noqa: E501
<p>Define the parameter <b>m</b> of the Strain Hardening creep formulation: <ul><b>ε̇ = A*σ<sup>n</sup>*ε<sup>m</sup></b></ul></p> # noqa: E501
- Returns:
The m of this StrainHardeningCreepFormulation. # noqa: E501
- Return type:
float
- property n¶
Gets the n of this StrainHardeningCreepFormulation. # noqa: E501
<p>Define the parameter <b>n</b> of the Strain Hardening creep formulation: <ul><b>ε̇ = A*σ<sup>n</sup>*ε<sup>m</sup></b></ul></p> # noqa: E501
- Returns:
The n of this StrainHardeningCreepFormulation. # noqa: E501
- Return type:
float
- openapi_types = {'a': 'DimensionalStrainRate', 'm': 'float', 'n': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StrainHardeningCreepFormulation. # noqa: E501
Schema name: StrainHardeningCreepFormulation # noqa: E501
- Returns:
The type of this StrainHardeningCreepFormulation. # noqa: E501
- Return type:
str
simscale_sdk.models.strain_hardening_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.strain_hardening_model.StrainHardeningModel(type='STRAIN_HARDENING', yield_stress=None, ultimate_stress=None, ultimate_strain=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'ultimate_strain': 'ultimateStrain', 'ultimate_stress': 'ultimateStress', 'yield_stress': 'yieldStress'}¶
- openapi_types = {'type': 'str', 'ultimate_strain': 'ConstantFunction', 'ultimate_stress': 'DimensionalFunctionPressure', 'yield_stress': 'DimensionalFunctionPressure'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StrainHardeningModel. # noqa: E501
Schema name: StrainHardeningModel # noqa: E501
- Returns:
The type of this StrainHardeningModel. # noqa: E501
- Return type:
str
- property ultimate_strain¶
Gets the ultimate_strain of this StrainHardeningModel. # noqa: E501
- Returns:
The ultimate_strain of this StrainHardeningModel. # noqa: E501
- Return type:
- property ultimate_stress¶
Gets the ultimate_stress of this StrainHardeningModel. # noqa: E501
- Returns:
The ultimate_stress of this StrainHardeningModel. # noqa: E501
- Return type:
- property yield_stress¶
Gets the yield_stress of this StrainHardeningModel. # noqa: E501
- Returns:
The yield_stress of this StrainHardeningModel. # noqa: E501
- Return type:
simscale_sdk.models.strain_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.strain_result_control_item.StrainResultControlItem(type='STRAIN', name=None, strain_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'strain_type': 'strainType', 'type': 'type'}¶
- property name¶
Gets the name of this StrainResultControlItem. # noqa: E501
- Returns:
The name of this StrainResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'strain_type': 'OneOfStrainResultControlItemStrainType', 'type': 'str'}¶
- property strain_type¶
Gets the strain_type of this StrainResultControlItem. # noqa: E501
- Returns:
The strain_type of this StrainResultControlItem. # noqa: E501
- Return type:
OneOfStrainResultControlItemStrainType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StrainResultControlItem. # noqa: E501
Schema name: StrainResultControlItem # noqa: E501
- Returns:
The type of this StrainResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.stranded_coil module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.stranded_coil.StrandedCoil(type='STRANDED_COIL', number_of_turns=None, wire_diameter=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'number_of_turns': 'numberOfTurns', 'type': 'type', 'wire_diameter': 'wireDiameter'}¶
- property number_of_turns¶
Gets the number_of_turns of this StrandedCoil. # noqa: E501
<p>The <strong>Number of Turns</strong> option indicates the number of times the wire is wound around the coil’s core to form loops. Each loop is a complete 360-degree winding of the wire around the core.</p> # noqa: E501
- Returns:
The number_of_turns of this StrandedCoil. # noqa: E501
- Return type:
int
- openapi_types = {'number_of_turns': 'int', 'type': 'str', 'wire_diameter': 'DimensionalLength'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StrandedCoil. # noqa: E501
Schema name: StrandedCoil # noqa: E501
- Returns:
The type of this StrandedCoil. # noqa: E501
- Return type:
str
- property wire_diameter¶
Gets the wire_diameter of this StrandedCoil. # noqa: E501
- Returns:
The wire_diameter of this StrandedCoil. # noqa: E501
- Return type:
simscale_sdk.models.stress_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.stress_field_selection.StressFieldSelection(type='STRESS', stress_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'stress_type': 'stressType', 'type': 'type'}¶
- openapi_types = {'stress_type': 'OneOfStressFieldSelectionStressType', 'type': 'str'}¶
- property stress_type¶
Gets the stress_type of this StressFieldSelection. # noqa: E501
- Returns:
The stress_type of this StressFieldSelection. # noqa: E501
- Return type:
OneOfStressFieldSelectionStressType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StressFieldSelection. # noqa: E501
Schema name: StressFieldSelection # noqa: E501
- Returns:
The type of this StressFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.stress_initial_condition_domains module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.stress_initial_condition_domains.StressInitialConditionDomains(_global=None, subdomains=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_global': 'global', 'subdomains': 'subdomains'}¶
- openapi_types = {'_global': 'StressTensorPressure', 'subdomains': 'list[SubdomainStressInitialCondition]'}¶
- property subdomains¶
Gets the subdomains of this StressInitialConditionDomains. # noqa: E501
- Returns:
The subdomains of this StressInitialConditionDomains. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.stress_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.stress_result_control_item.StressResultControlItem(type='STRESS', name=None, stress_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'stress_type': 'stressType', 'type': 'type'}¶
- property name¶
Gets the name of this StressResultControlItem. # noqa: E501
- Returns:
The name of this StressResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'stress_type': 'OneOfStressResultControlItemStressType', 'type': 'str'}¶
- property stress_type¶
Gets the stress_type of this StressResultControlItem. # noqa: E501
- Returns:
The stress_type of this StressResultControlItem. # noqa: E501
- Return type:
OneOfStressResultControlItemStressType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this StressResultControlItem. # noqa: E501
Schema name: StressResultControlItem # noqa: E501
- Returns:
The type of this StressResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.stress_tensor_pressure module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.stress_tensor_pressure.StressTensorPressure(sigma_xx=None, sigma_yy=None, sigma_zz=None, sigma_yz=None, sigma_xz=None, sigma_xy=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'sigma_xx': 'sigmaXX', 'sigma_xy': 'sigmaXY', 'sigma_xz': 'sigmaXZ', 'sigma_yy': 'sigmaYY', 'sigma_yz': 'sigmaYZ', 'sigma_zz': 'sigmaZZ', 'unit': 'unit'}¶
- openapi_types = {'sigma_xx': 'OneOfStressTensorPressureSigmaXX', 'sigma_xy': 'OneOfStressTensorPressureSigmaXY', 'sigma_xz': 'OneOfStressTensorPressureSigmaXZ', 'sigma_yy': 'OneOfStressTensorPressureSigmaYY', 'sigma_yz': 'OneOfStressTensorPressureSigmaYZ', 'sigma_zz': 'OneOfStressTensorPressureSigmaZZ', 'unit': 'str'}¶
- property sigma_xx¶
Gets the sigma_xx of this StressTensorPressure. # noqa: E501
- Returns:
The sigma_xx of this StressTensorPressure. # noqa: E501
- Return type:
OneOfStressTensorPressureSigmaXX
- property sigma_xy¶
Gets the sigma_xy of this StressTensorPressure. # noqa: E501
- Returns:
The sigma_xy of this StressTensorPressure. # noqa: E501
- Return type:
OneOfStressTensorPressureSigmaXY
- property sigma_xz¶
Gets the sigma_xz of this StressTensorPressure. # noqa: E501
- Returns:
The sigma_xz of this StressTensorPressure. # noqa: E501
- Return type:
OneOfStressTensorPressureSigmaXZ
- property sigma_yy¶
Gets the sigma_yy of this StressTensorPressure. # noqa: E501
- Returns:
The sigma_yy of this StressTensorPressure. # noqa: E501
- Return type:
OneOfStressTensorPressureSigmaYY
- property sigma_yz¶
Gets the sigma_yz of this StressTensorPressure. # noqa: E501
- Returns:
The sigma_yz of this StressTensorPressure. # noqa: E501
- Return type:
OneOfStressTensorPressureSigmaYZ
- property sigma_zz¶
Gets the sigma_zz of this StressTensorPressure. # noqa: E501
- Returns:
The sigma_zz of this StressTensorPressure. # noqa: E501
- Return type:
OneOfStressTensorPressureSigmaZZ
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this StressTensorPressure. # noqa: E501
- Returns:
The unit of this StressTensorPressure. # noqa: E501
- Return type:
str
simscale_sdk.models.subdomain_based_dimensional_vector_function_initial_condition_acceleration module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_based_dimensional_vector_function_initial_condition_acceleration.SubdomainBasedDimensionalVectorFunctionInitialConditionAcceleration(name=None, subdomain_value=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property name¶
Gets the name of this SubdomainBasedDimensionalVectorFunctionInitialConditionAcceleration. # noqa: E501
- Returns:
The name of this SubdomainBasedDimensionalVectorFunctionInitialConditionAcceleration. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'subdomain_value': 'DimensionalVectorFunctionAcceleration', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainBasedDimensionalVectorFunctionInitialConditionAcceleration. # noqa: E501
- Returns:
The subdomain_value of this SubdomainBasedDimensionalVectorFunctionInitialConditionAcceleration. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainBasedDimensionalVectorFunctionInitialConditionAcceleration. # noqa: E501
- Returns:
The topological_reference of this SubdomainBasedDimensionalVectorFunctionInitialConditionAcceleration. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_based_dimensional_vector_function_initial_condition_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_based_dimensional_vector_function_initial_condition_length.SubdomainBasedDimensionalVectorFunctionInitialConditionLength(name=None, subdomain_value=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property name¶
Gets the name of this SubdomainBasedDimensionalVectorFunctionInitialConditionLength. # noqa: E501
- Returns:
The name of this SubdomainBasedDimensionalVectorFunctionInitialConditionLength. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'subdomain_value': 'DimensionalVectorFunctionLength', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainBasedDimensionalVectorFunctionInitialConditionLength. # noqa: E501
- Returns:
The subdomain_value of this SubdomainBasedDimensionalVectorFunctionInitialConditionLength. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainBasedDimensionalVectorFunctionInitialConditionLength. # noqa: E501
- Returns:
The topological_reference of this SubdomainBasedDimensionalVectorFunctionInitialConditionLength. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_based_dimensional_vector_function_initial_condition_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_based_dimensional_vector_function_initial_condition_speed.SubdomainBasedDimensionalVectorFunctionInitialConditionSpeed(name=None, subdomain_value=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property name¶
Gets the name of this SubdomainBasedDimensionalVectorFunctionInitialConditionSpeed. # noqa: E501
- Returns:
The name of this SubdomainBasedDimensionalVectorFunctionInitialConditionSpeed. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'subdomain_value': 'DimensionalVectorFunctionSpeed', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainBasedDimensionalVectorFunctionInitialConditionSpeed. # noqa: E501
- Returns:
The subdomain_value of this SubdomainBasedDimensionalVectorFunctionInitialConditionSpeed. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainBasedDimensionalVectorFunctionInitialConditionSpeed. # noqa: E501
- Returns:
The topological_reference of this SubdomainBasedDimensionalVectorFunctionInitialConditionSpeed. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_dimensional_function_initial_condition_temperature module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_dimensional_function_initial_condition_temperature.SubdomainDimensionalFunctionInitialConditionTemperature(name=None, subdomain_value=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property name¶
Gets the name of this SubdomainDimensionalFunctionInitialConditionTemperature. # noqa: E501
- Returns:
The name of this SubdomainDimensionalFunctionInitialConditionTemperature. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'subdomain_value': 'DimensionalFunctionTemperature', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainDimensionalFunctionInitialConditionTemperature. # noqa: E501
- Returns:
The subdomain_value of this SubdomainDimensionalFunctionInitialConditionTemperature. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainDimensionalFunctionInitialConditionTemperature. # noqa: E501
- Returns:
The topological_reference of this SubdomainDimensionalFunctionInitialConditionTemperature. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_dimensional_initial_condition_dimensionless module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_dimensional_initial_condition_dimensionless.SubdomainDimensionalInitialConditionDimensionless(name=None, subdomain_value=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SubdomainDimensionalInitialConditionDimensionless. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SubdomainDimensionalInitialConditionDimensionless. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this SubdomainDimensionalInitialConditionDimensionless. # noqa: E501
- Returns:
The name of this SubdomainDimensionalInitialConditionDimensionless. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'subdomain_value': 'DimensionalDimensionless', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainDimensionalInitialConditionDimensionless. # noqa: E501
- Returns:
The subdomain_value of this SubdomainDimensionalInitialConditionDimensionless. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainDimensionalInitialConditionDimensionless. # noqa: E501
- Returns:
The topological_reference of this SubdomainDimensionalInitialConditionDimensionless. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_dimensional_initial_condition_kinematic_viscosity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_dimensional_initial_condition_kinematic_viscosity.SubdomainDimensionalInitialConditionKinematicViscosity(name=None, subdomain_value=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SubdomainDimensionalInitialConditionKinematicViscosity. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SubdomainDimensionalInitialConditionKinematicViscosity. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this SubdomainDimensionalInitialConditionKinematicViscosity. # noqa: E501
- Returns:
The name of this SubdomainDimensionalInitialConditionKinematicViscosity. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'subdomain_value': 'DimensionalKinematicViscosity', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainDimensionalInitialConditionKinematicViscosity. # noqa: E501
- Returns:
The subdomain_value of this SubdomainDimensionalInitialConditionKinematicViscosity. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainDimensionalInitialConditionKinematicViscosity. # noqa: E501
- Returns:
The topological_reference of this SubdomainDimensionalInitialConditionKinematicViscosity. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_dimensional_initial_condition_pressure module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_dimensional_initial_condition_pressure.SubdomainDimensionalInitialConditionPressure(name=None, subdomain_value=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SubdomainDimensionalInitialConditionPressure. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SubdomainDimensionalInitialConditionPressure. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this SubdomainDimensionalInitialConditionPressure. # noqa: E501
- Returns:
The name of this SubdomainDimensionalInitialConditionPressure. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'subdomain_value': 'DimensionalPressure', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainDimensionalInitialConditionPressure. # noqa: E501
- Returns:
The subdomain_value of this SubdomainDimensionalInitialConditionPressure. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainDimensionalInitialConditionPressure. # noqa: E501
- Returns:
The topological_reference of this SubdomainDimensionalInitialConditionPressure. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_dimensional_initial_condition_specific_turbulence_dissipation_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_dimensional_initial_condition_specific_turbulence_dissipation_rate.SubdomainDimensionalInitialConditionSpecificTurbulenceDissipationRate(name=None, subdomain_value=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SubdomainDimensionalInitialConditionSpecificTurbulenceDissipationRate. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SubdomainDimensionalInitialConditionSpecificTurbulenceDissipationRate. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this SubdomainDimensionalInitialConditionSpecificTurbulenceDissipationRate. # noqa: E501
- Returns:
The name of this SubdomainDimensionalInitialConditionSpecificTurbulenceDissipationRate. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'subdomain_value': 'DimensionalSpecificTurbulenceDissipationRate', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainDimensionalInitialConditionSpecificTurbulenceDissipationRate. # noqa: E501
- Returns:
The subdomain_value of this SubdomainDimensionalInitialConditionSpecificTurbulenceDissipationRate. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainDimensionalInitialConditionSpecificTurbulenceDissipationRate. # noqa: E501
- Returns:
The topological_reference of this SubdomainDimensionalInitialConditionSpecificTurbulenceDissipationRate. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_dimensional_initial_condition_temperature module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_dimensional_initial_condition_temperature.SubdomainDimensionalInitialConditionTemperature(name=None, subdomain_value=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SubdomainDimensionalInitialConditionTemperature. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SubdomainDimensionalInitialConditionTemperature. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this SubdomainDimensionalInitialConditionTemperature. # noqa: E501
- Returns:
The name of this SubdomainDimensionalInitialConditionTemperature. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'subdomain_value': 'DimensionalTemperature', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainDimensionalInitialConditionTemperature. # noqa: E501
- Returns:
The subdomain_value of this SubdomainDimensionalInitialConditionTemperature. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainDimensionalInitialConditionTemperature. # noqa: E501
- Returns:
The topological_reference of this SubdomainDimensionalInitialConditionTemperature. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_dimensional_initial_condition_turbulence_kinetic_energy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_dimensional_initial_condition_turbulence_kinetic_energy.SubdomainDimensionalInitialConditionTurbulenceKineticEnergy(name=None, subdomain_value=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SubdomainDimensionalInitialConditionTurbulenceKineticEnergy. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SubdomainDimensionalInitialConditionTurbulenceKineticEnergy. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this SubdomainDimensionalInitialConditionTurbulenceKineticEnergy. # noqa: E501
- Returns:
The name of this SubdomainDimensionalInitialConditionTurbulenceKineticEnergy. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'subdomain_value': 'DimensionalTurbulenceKineticEnergy', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainDimensionalInitialConditionTurbulenceKineticEnergy. # noqa: E501
- Returns:
The subdomain_value of this SubdomainDimensionalInitialConditionTurbulenceKineticEnergy. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainDimensionalInitialConditionTurbulenceKineticEnergy. # noqa: E501
- Returns:
The topological_reference of this SubdomainDimensionalInitialConditionTurbulenceKineticEnergy. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_dimensional_initial_condition_turbulent_dissipation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_dimensional_initial_condition_turbulent_dissipation.SubdomainDimensionalInitialConditionTurbulentDissipation(name=None, subdomain_value=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SubdomainDimensionalInitialConditionTurbulentDissipation. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SubdomainDimensionalInitialConditionTurbulentDissipation. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this SubdomainDimensionalInitialConditionTurbulentDissipation. # noqa: E501
- Returns:
The name of this SubdomainDimensionalInitialConditionTurbulentDissipation. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'subdomain_value': 'DimensionalTurbulentDissipation', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainDimensionalInitialConditionTurbulentDissipation. # noqa: E501
- Returns:
The subdomain_value of this SubdomainDimensionalInitialConditionTurbulentDissipation. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainDimensionalInitialConditionTurbulentDissipation. # noqa: E501
- Returns:
The topological_reference of this SubdomainDimensionalInitialConditionTurbulentDissipation. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_dimensional_vector_initial_condition_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_dimensional_vector_initial_condition_speed.SubdomainDimensionalVectorInitialConditionSpeed(name=None, subdomain_value=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SubdomainDimensionalVectorInitialConditionSpeed. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SubdomainDimensionalVectorInitialConditionSpeed. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this SubdomainDimensionalVectorInitialConditionSpeed. # noqa: E501
- Returns:
The name of this SubdomainDimensionalVectorInitialConditionSpeed. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'subdomain_value': 'DimensionalVectorSpeed', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainDimensionalVectorInitialConditionSpeed. # noqa: E501
- Returns:
The subdomain_value of this SubdomainDimensionalVectorInitialConditionSpeed. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainDimensionalVectorInitialConditionSpeed. # noqa: E501
- Returns:
The topological_reference of this SubdomainDimensionalVectorInitialConditionSpeed. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_dimensionless_initial_condition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_dimensionless_initial_condition.SubdomainDimensionlessInitialCondition(name=None, value=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'topological_reference': 'topologicalReference', 'value': 'value'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SubdomainDimensionlessInitialCondition. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SubdomainDimensionlessInitialCondition. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this SubdomainDimensionlessInitialCondition. # noqa: E501
- Returns:
The name of this SubdomainDimensionlessInitialCondition. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'topological_reference': 'TopologicalReference', 'value': 'PhaseFractionsIC'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainDimensionlessInitialCondition. # noqa: E501
- Returns:
The topological_reference of this SubdomainDimensionlessInitialCondition. # noqa: E501
- Return type:
- property value¶
Gets the value of this SubdomainDimensionlessInitialCondition. # noqa: E501
- Returns:
The value of this SubdomainDimensionlessInitialCondition. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_fraction_value_initial_condition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_fraction_value_initial_condition.SubdomainFractionValueInitialCondition(name=None, mass_fractions=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'mass_fractions': 'massFractions', 'name': 'name', 'topological_reference': 'topologicalReference'}¶
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this SubdomainFractionValueInitialCondition. # noqa: E501
- Returns:
The geometry_primitive_uuids of this SubdomainFractionValueInitialCondition. # noqa: E501
- Return type:
list[str]
- property mass_fractions¶
Gets the mass_fractions of this SubdomainFractionValueInitialCondition. # noqa: E501
- Returns:
The mass_fractions of this SubdomainFractionValueInitialCondition. # noqa: E501
- Return type:
- property name¶
Gets the name of this SubdomainFractionValueInitialCondition. # noqa: E501
- Returns:
The name of this SubdomainFractionValueInitialCondition. # noqa: E501
- Return type:
str
- openapi_types = {'geometry_primitive_uuids': 'list[str]', 'mass_fractions': 'list[FractionValueInitialCondition]', 'name': 'str', 'topological_reference': 'TopologicalReference'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainFractionValueInitialCondition. # noqa: E501
- Returns:
The topological_reference of this SubdomainFractionValueInitialCondition. # noqa: E501
- Return type:
simscale_sdk.models.subdomain_stress_initial_condition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subdomain_stress_initial_condition.SubdomainStressInitialCondition(name=None, subdomain_value=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'subdomain_value': 'subdomainValue', 'topological_reference': 'topologicalReference'}¶
- property name¶
Gets the name of this SubdomainStressInitialCondition. # noqa: E501
- Returns:
The name of this SubdomainStressInitialCondition. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'subdomain_value': 'StressTensorPressure', 'topological_reference': 'TopologicalReference'}¶
- property subdomain_value¶
Gets the subdomain_value of this SubdomainStressInitialCondition. # noqa: E501
- Returns:
The subdomain_value of this SubdomainStressInitialCondition. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubdomainStressInitialCondition. # noqa: E501
- Returns:
The topological_reference of this SubdomainStressInitialCondition. # noqa: E501
- Return type:
simscale_sdk.models.submesh_refinement module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.submesh_refinement.SubmeshRefinement(type='SUBMESH', name=None, sizing=None, allow_quadrangles=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property allow_quadrangles¶
Gets the allow_quadrangles of this SubmeshRefinement. # noqa: E501
<p>This parameter determines if <a href=’https://www.simscale.com/docs/simulation-setup/meshing/tet-dominant/#quadrangles’ target=’_blank’><b>quadrangular surface elements</b></a> shall be allowed. When disabled, only triangles will be used. Meshing with triangles only is usually more robust while quadrangular elements may lead to better results.</p><p><img src=”/spec/resources/help/imgs/allow_quads_comparison.png” class=”helpPopupImage”/> The figure shows sample meshes with quadrangular surface elements disallowed (left) and allowed (right).</p> # noqa: E501
- Returns:
The allow_quadrangles of this SubmeshRefinement. # noqa: E501
- Return type:
bool
- attribute_map = {'allow_quadrangles': 'allowQuadrangles', 'name': 'name', 'sizing': 'sizing', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this SubmeshRefinement. # noqa: E501
- Returns:
The name of this SubmeshRefinement. # noqa: E501
- Return type:
str
- openapi_types = {'allow_quadrangles': 'bool', 'name': 'str', 'sizing': 'OneOfSubmeshRefinementSizing', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property sizing¶
Gets the sizing of this SubmeshRefinement. # noqa: E501
- Returns:
The sizing of this SubmeshRefinement. # noqa: E501
- Return type:
OneOfSubmeshRefinementSizing
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SubmeshRefinement. # noqa: E501
- Returns:
The topological_reference of this SubmeshRefinement. # noqa: E501
- Return type:
- property type¶
Gets the type of this SubmeshRefinement. # noqa: E501
<p>The refinement type <a href=’https://www.simscale.com/docs/simulation-setup/meshing/tet-dominant/#local-element-size’ target=’_blank’><b>local element size</b></a> allows the definition of local mesh sizings on particular faces or solids. This can be used to increase the mesh efficiency by using smaller elements only where needed, for example on contact surfaces, fillets or other regions with potentially large stress gradients.</p><p><img src=”/spec/resources/help/imgs/local_element_size.png” class=”helpPopupImage”/> The figure shows a mesh of a bolted connection with local refinements on the contact surfaces.</p> Schema name: SubmeshRefinement # noqa: E501
- Returns:
The type of this SubmeshRefinement. # noqa: E501
- Return type:
str
simscale_sdk.models.subspace_coefficient module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subspace_coefficient.SubspaceCoefficient(type='SUBSPACE_COEFFICIENT', subspace_coefficient=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'subspace_coefficient': 'subspaceCoefficient', 'type': 'type'}¶
- openapi_types = {'subspace_coefficient': 'int', 'type': 'str'}¶
- property subspace_coefficient¶
Gets the subspace_coefficient of this SubspaceCoefficient. # noqa: E501
<p>Choose a coefficient (<i>c<sub>ss</sub></i>) with which the subspace dimension (<i>d<sub>ss</sub></i>) is calculated, depending on the number of computed frequencies (<i>n<sub>f</sub></i>):<br> <li><b>IRAM Sorensen</b>: <i>d<sub>ss</sub> = <i>max(2 + n<sub>f</sub> , c<sub>ss</sub> * n<sub>f</sub></i>).</li><li><b>Lanczos & Bathe - Wilson</b>: <i>d<sub>ss</sub> = <i>max(7 + n<sub>f</sub> , c<sub>ss</sub> * n<sub>f</sub></i>).</li></p> # noqa: E501
- Returns:
The subspace_coefficient of this SubspaceCoefficient. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SubspaceCoefficient. # noqa: E501
Schema name: SubspaceCoefficient # noqa: E501
- Returns:
The type of this SubspaceCoefficient. # noqa: E501
- Return type:
str
simscale_sdk.models.subspace_dimension module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.subspace_dimension.SubspaceDimension(type='SUBSPACE_DIMENSION', subspace_dimension=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'subspace_dimension': 'subspaceDimension', 'type': 'type'}¶
- openapi_types = {'subspace_dimension': 'int', 'type': 'str'}¶
- property subspace_dimension¶
Gets the subspace_dimension of this SubspaceDimension. # noqa: E501
Specify the subspace dimension. It is recommended to check the error log to get a hint for how to select it. It must be larger than the number of computed frequencies, it is ignored otherwise. # noqa: E501
- Returns:
The subspace_dimension of this SubspaceDimension. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SubspaceDimension. # noqa: E501
Schema name: SubspaceDimension # noqa: E501
- Returns:
The type of this SubspaceDimension. # noqa: E501
- Return type:
str
simscale_sdk.models.sum_fields_calculation_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sum_fields_calculation_result_control_item.SumFieldsCalculationResultControlItem(type='SUM_FIELDS_CALCULATION', name=None, field_selection=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'field_selection': 'fieldSelection', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property field_selection¶
Gets the field_selection of this SumFieldsCalculationResultControlItem. # noqa: E501
- Returns:
The field_selection of this SumFieldsCalculationResultControlItem. # noqa: E501
- Return type:
OneOfSumFieldsCalculationResultControlItemFieldSelection
- property name¶
Gets the name of this SumFieldsCalculationResultControlItem. # noqa: E501
- Returns:
The name of this SumFieldsCalculationResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'field_selection': 'OneOfSumFieldsCalculationResultControlItemFieldSelection', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SumFieldsCalculationResultControlItem. # noqa: E501
- Returns:
The topological_reference of this SumFieldsCalculationResultControlItem. # noqa: E501
- Return type:
- property type¶
Gets the type of this SumFieldsCalculationResultControlItem. # noqa: E501
Schema name: SumFieldsCalculationResultControlItem # noqa: E501
- Returns:
The type of this SumFieldsCalculationResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.surface_custom_sizing module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_custom_sizing.SurfaceCustomSizing(type='SURFACE_CUSTOM_SIZING', name=None, sizing=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'sizing': 'sizing', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this SurfaceCustomSizing. # noqa: E501
- Returns:
The name of this SurfaceCustomSizing. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'sizing': 'OneOfSurfaceCustomSizingSizing', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property sizing¶
Gets the sizing of this SurfaceCustomSizing. # noqa: E501
- Returns:
The sizing of this SurfaceCustomSizing. # noqa: E501
- Return type:
OneOfSurfaceCustomSizingSizing
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SurfaceCustomSizing. # noqa: E501
- Returns:
The topological_reference of this SurfaceCustomSizing. # noqa: E501
- Return type:
- property type¶
Gets the type of this SurfaceCustomSizing. # noqa: E501
Schema name: SurfaceCustomSizing # noqa: E501
- Returns:
The type of this SurfaceCustomSizing. # noqa: E501
- Return type:
str
simscale_sdk.models.surface_heat_flux module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_heat_flux.SurfaceHeatFlux(type='SURFACE_HEAT_FLUX', name=None, heat_flux_value=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'heat_flux_value': 'heatFluxValue', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property heat_flux_value¶
Gets the heat_flux_value of this SurfaceHeatFlux. # noqa: E501
- Returns:
The heat_flux_value of this SurfaceHeatFlux. # noqa: E501
- Return type:
- property name¶
Gets the name of this SurfaceHeatFlux. # noqa: E501
- Returns:
The name of this SurfaceHeatFlux. # noqa: E501
- Return type:
str
- openapi_types = {'heat_flux_value': 'DimensionalFunctionHeatFlux', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SurfaceHeatFlux. # noqa: E501
- Returns:
The topological_reference of this SurfaceHeatFlux. # noqa: E501
- Return type:
- property type¶
Gets the type of this SurfaceHeatFlux. # noqa: E501
Specify the rate of heat transfer per unit area at the boundary. Used for heating or cooling surfaces. Schema name: SurfaceHeatFlux # noqa: E501
- Returns:
The type of this SurfaceHeatFlux. # noqa: E501
- Return type:
str
simscale_sdk.models.surface_heat_flux_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_heat_flux_bc.SurfaceHeatFluxBC(type='SURFACE_HEAT_FLUX', name=None, heatflux_value=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'heatflux_value': 'heatfluxValue', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property heatflux_value¶
Gets the heatflux_value of this SurfaceHeatFluxBC. # noqa: E501
- Returns:
The heatflux_value of this SurfaceHeatFluxBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this SurfaceHeatFluxBC. # noqa: E501
- Returns:
The name of this SurfaceHeatFluxBC. # noqa: E501
- Return type:
str
- openapi_types = {'heatflux_value': 'DimensionalFunctionHeatFlux', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SurfaceHeatFluxBC. # noqa: E501
- Returns:
The topological_reference of this SurfaceHeatFluxBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this SurfaceHeatFluxBC. # noqa: E501
Define the heatflux per unit area that enters the body through the assigned faces. Negative sign determines flux leaving the body. Schema name: SurfaceHeatFluxBC # noqa: E501
- Returns:
The type of this SurfaceHeatFluxBC. # noqa: E501
- Return type:
str
simscale_sdk.models.surface_load_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_load_bc.SurfaceLoadBC(type='SURFACE_LOAD', name=None, load=None, scaling=None, phase_angle=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'load': 'load', 'name': 'name', 'phase_angle': 'phaseAngle', 'scaling': 'scaling', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property load¶
Gets the load of this SurfaceLoadBC. # noqa: E501
- Returns:
The load of this SurfaceLoadBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this SurfaceLoadBC. # noqa: E501
- Returns:
The name of this SurfaceLoadBC. # noqa: E501
- Return type:
str
- openapi_types = {'load': 'DimensionalVectorFunctionPressure', 'name': 'str', 'phase_angle': 'DimensionalAngle', 'scaling': 'DimensionalFunctionDimensionless', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property phase_angle¶
Gets the phase_angle of this SurfaceLoadBC. # noqa: E501
- Returns:
The phase_angle of this SurfaceLoadBC. # noqa: E501
- Return type:
- property scaling¶
Gets the scaling of this SurfaceLoadBC. # noqa: E501
- Returns:
The scaling of this SurfaceLoadBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SurfaceLoadBC. # noqa: E501
- Returns:
The topological_reference of this SurfaceLoadBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this SurfaceLoadBC. # noqa: E501
This is a <b>surface load</b> boundary condition representing a distributed load on the selection. It is applied as surface traction in the global coordinate system.<br /><br />Important remarks: <br /><ul><li>The applied total force depends on the surface area of the selection</li></ul><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/surface-load/’ target=’_blank’>Learn more</a>. Schema name: SurfaceLoadBC # noqa: E501
- Returns:
The type of this SurfaceLoadBC. # noqa: E501
- Return type:
str
simscale_sdk.models.surface_normal_gradient_schemes module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_normal_gradient_schemes.SurfaceNormalGradientSchemes(for_default=None, surface_normal_gradient_rho=None, surface_normal_gradient_pressure_rgh=None, surface_normal_gradient_rhok=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'for_default': 'forDefault', 'surface_normal_gradient_pressure_rgh': 'surfaceNormalGradient_pressureRgh', 'surface_normal_gradient_rho': 'surfaceNormalGradient_rho', 'surface_normal_gradient_rhok': 'surfaceNormalGradient_rhok'}¶
- property for_default¶
Gets the for_default of this SurfaceNormalGradientSchemes. # noqa: E501
- Returns:
The for_default of this SurfaceNormalGradientSchemes. # noqa: E501
- Return type:
OneOfSurfaceNormalGradientSchemesForDefault
- openapi_types = {'for_default': 'OneOfSurfaceNormalGradientSchemesForDefault', 'surface_normal_gradient_pressure_rgh': 'OneOfSurfaceNormalGradientSchemesSurfaceNormalGradientPressureRgh', 'surface_normal_gradient_rho': 'OneOfSurfaceNormalGradientSchemesSurfaceNormalGradientRho', 'surface_normal_gradient_rhok': 'OneOfSurfaceNormalGradientSchemesSurfaceNormalGradientRhok'}¶
- property surface_normal_gradient_pressure_rgh¶
Gets the surface_normal_gradient_pressure_rgh of this SurfaceNormalGradientSchemes. # noqa: E501
- Returns:
The surface_normal_gradient_pressure_rgh of this SurfaceNormalGradientSchemes. # noqa: E501
- Return type:
OneOfSurfaceNormalGradientSchemesSurfaceNormalGradientPressureRgh
- property surface_normal_gradient_rho¶
Gets the surface_normal_gradient_rho of this SurfaceNormalGradientSchemes. # noqa: E501
- Returns:
The surface_normal_gradient_rho of this SurfaceNormalGradientSchemes. # noqa: E501
- Return type:
OneOfSurfaceNormalGradientSchemesSurfaceNormalGradientRho
- property surface_normal_gradient_rhok¶
Gets the surface_normal_gradient_rhok of this SurfaceNormalGradientSchemes. # noqa: E501
- Returns:
The surface_normal_gradient_rhok of this SurfaceNormalGradientSchemes. # noqa: E501
- Return type:
OneOfSurfaceNormalGradientSchemesSurfaceNormalGradientRhok
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.surface_normals_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_normals_result_type.SurfaceNormalsResultType(type='SURFACE_NORMALS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SurfaceNormalsResultType. # noqa: E501
Schema name: SurfaceNormalsResultType # noqa: E501
- Returns:
The type of this SurfaceNormalsResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.surface_refinement module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_refinement.SurfaceRefinement(type='SURFACE_V3', name=None, min_level=None, max_level=None, cell_zone=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'cell_zone': 'cellZone', 'max_level': 'maxLevel', 'min_level': 'minLevel', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property cell_zone¶
Gets the cell_zone of this SurfaceRefinement. # noqa: E501
- Returns:
The cell_zone of this SurfaceRefinement. # noqa: E501
- Return type:
OneOfSurfaceRefinementCellZone
- property max_level¶
Gets the max_level of this SurfaceRefinement. # noqa: E501
<p>Specify surface-wise the maximum refinement level for this surface.</p> # noqa: E501
- Returns:
The max_level of this SurfaceRefinement. # noqa: E501
- Return type:
int
- property min_level¶
Gets the min_level of this SurfaceRefinement. # noqa: E501
<p>Specify surface-wise the minimum refinement level for this surface.</p> # noqa: E501
- Returns:
The min_level of this SurfaceRefinement. # noqa: E501
- Return type:
int
- property name¶
Gets the name of this SurfaceRefinement. # noqa: E501
- Returns:
The name of this SurfaceRefinement. # noqa: E501
- Return type:
str
- openapi_types = {'cell_zone': 'OneOfSurfaceRefinementCellZone', 'max_level': 'int', 'min_level': 'int', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SurfaceRefinement. # noqa: E501
- Returns:
The topological_reference of this SurfaceRefinement. # noqa: E501
- Return type:
- property type¶
Gets the type of this SurfaceRefinement. # noqa: E501
A <a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/#surface-refinement’ target=’_blank’><b>surface refinement</b></a> can be used to refine the mesh near the surfaces of assigned faces and/or solids. A surface refinement can also be used to create a <u>cell zone</u>. Schema name: SurfaceRefinement # noqa: E501
- Returns:
The type of this SurfaceRefinement. # noqa: E501
- Return type:
str
simscale_sdk.models.surface_refinement_hex_dominant_snappy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_refinement_hex_dominant_snappy.SurfaceRefinementHexDominantSnappy(type='SURFACE_HEX_DOMINANT_SNAPPY_V3', name=None, min_length=None, max_length=None, cell_zone=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'cell_zone': 'cellZone', 'max_length': 'maxLength', 'min_length': 'minLength', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property cell_zone¶
Gets the cell_zone of this SurfaceRefinementHexDominantSnappy. # noqa: E501
- Returns:
The cell_zone of this SurfaceRefinementHexDominantSnappy. # noqa: E501
- Return type:
OneOfSurfaceRefinementHexDominantSnappyCellZone
- property max_length¶
Gets the max_length of this SurfaceRefinementHexDominantSnappy. # noqa: E501
- Returns:
The max_length of this SurfaceRefinementHexDominantSnappy. # noqa: E501
- Return type:
- property min_length¶
Gets the min_length of this SurfaceRefinementHexDominantSnappy. # noqa: E501
- Returns:
The min_length of this SurfaceRefinementHexDominantSnappy. # noqa: E501
- Return type:
- property name¶
Gets the name of this SurfaceRefinementHexDominantSnappy. # noqa: E501
- Returns:
The name of this SurfaceRefinementHexDominantSnappy. # noqa: E501
- Return type:
str
- openapi_types = {'cell_zone': 'OneOfSurfaceRefinementHexDominantSnappyCellZone', 'max_length': 'DimensionalLength', 'min_length': 'DimensionalLength', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SurfaceRefinementHexDominantSnappy. # noqa: E501
- Returns:
The topological_reference of this SurfaceRefinementHexDominantSnappy. # noqa: E501
- Return type:
- property type¶
Gets the type of this SurfaceRefinementHexDominantSnappy. # noqa: E501
A <a href=’https://www.simscale.com/docs/simulation-setup/meshing/hex-dominant/#surface-refinement’ target=’_blank’><b>surface refinement</b></a> can be used to refine the mesh near the surfaces of assigned faces and/or solids. A surface refinement can also be used to create a <u>cell zone</u>. Schema name: SurfaceRefinementHexDominantSnappy # noqa: E501
- Returns:
The type of this SurfaceRefinementHexDominantSnappy. # noqa: E501
- Return type:
str
simscale_sdk.models.surface_refinement_pacefish module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_refinement_pacefish.SurfaceRefinementPacefish(type='SURFACE_PACEFISH', name=None, target_resolution=None, buffer_cells_no_extrude=None, additional_directional_cells=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property additional_directional_cells¶
Gets the additional_directional_cells of this SurfaceRefinementPacefish. # noqa: E501
- Returns:
The additional_directional_cells of this SurfaceRefinementPacefish. # noqa: E501
- Return type:
- attribute_map = {'additional_directional_cells': 'additionalDirectionalCells', 'buffer_cells_no_extrude': 'bufferCellsNoExtrude', 'name': 'name', 'target_resolution': 'targetResolution', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property buffer_cells_no_extrude¶
Gets the buffer_cells_no_extrude of this SurfaceRefinementPacefish. # noqa: E501
Specify the minimum number of buffer cells between regions of different refinements. # noqa: E501
- Returns:
The buffer_cells_no_extrude of this SurfaceRefinementPacefish. # noqa: E501
- Return type:
int
- property name¶
Gets the name of this SurfaceRefinementPacefish. # noqa: E501
- Returns:
The name of this SurfaceRefinementPacefish. # noqa: E501
- Return type:
str
- openapi_types = {'additional_directional_cells': 'AdditionalDirectionalCells', 'buffer_cells_no_extrude': 'int', 'name': 'str', 'target_resolution': 'DimensionalLength', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property target_resolution¶
Gets the target_resolution of this SurfaceRefinementPacefish. # noqa: E501
- Returns:
The target_resolution of this SurfaceRefinementPacefish. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SurfaceRefinementPacefish. # noqa: E501
- Returns:
The topological_reference of this SurfaceRefinementPacefish. # noqa: E501
- Return type:
- property type¶
Gets the type of this SurfaceRefinementPacefish. # noqa: E501
Schema name: SurfaceRefinementPacefish # noqa: E501
- Returns:
The type of this SurfaceRefinementPacefish. # noqa: E501
- Return type:
str
simscale_sdk.models.surface_refinement_wind_comfort module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_refinement_wind_comfort.SurfaceRefinementWindComfort(type='SURFACE_REFINEMENT_WIND_COMFORT', name=None, new_fineness=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'new_fineness': 'newFineness', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this SurfaceRefinementWindComfort. # noqa: E501
- Returns:
The name of this SurfaceRefinementWindComfort. # noqa: E501
- Return type:
str
- property new_fineness¶
Gets the new_fineness of this SurfaceRefinementWindComfort. # noqa: E501
- Returns:
The new_fineness of this SurfaceRefinementWindComfort. # noqa: E501
- Return type:
OneOfSurfaceRefinementWindComfortNewFineness
- openapi_types = {'name': 'str', 'new_fineness': 'OneOfSurfaceRefinementWindComfortNewFineness', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SurfaceRefinementWindComfort. # noqa: E501
- Returns:
The topological_reference of this SurfaceRefinementWindComfort. # noqa: E501
- Return type:
- property type¶
Gets the type of this SurfaceRefinementWindComfort. # noqa: E501
Schema name: SurfaceRefinementWindComfort # noqa: E501
- Returns:
The type of this SurfaceRefinementWindComfort. # noqa: E501
- Return type:
str
simscale_sdk.models.surface_roughness_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_roughness_model.SurfaceRoughnessModel(name=None, surface_roughness_type=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'surface_roughness_type': 'surfaceRoughnessType', 'topological_reference': 'topologicalReference'}¶
- property name¶
Gets the name of this SurfaceRoughnessModel. # noqa: E501
- Returns:
The name of this SurfaceRoughnessModel. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'surface_roughness_type': 'OneOfSurfaceRoughnessModelSurfaceRoughnessType', 'topological_reference': 'TopologicalReference'}¶
- property surface_roughness_type¶
Gets the surface_roughness_type of this SurfaceRoughnessModel. # noqa: E501
- Returns:
The surface_roughness_type of this SurfaceRoughnessModel. # noqa: E501
- Return type:
OneOfSurfaceRoughnessModelSurfaceRoughnessType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SurfaceRoughnessModel. # noqa: E501
- Returns:
The topological_reference of this SurfaceRoughnessModel. # noqa: E501
- Return type:
simscale_sdk.models.surface_water_vapor_flux_humidity_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.surface_water_vapor_flux_humidity_bc.SurfaceWaterVaporFluxHumidityBC(type='SURFACE_WATER_VAPOR_FLUX', water_vapor_flux=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'water_vapor_flux': 'waterVaporFlux'}¶
- openapi_types = {'type': 'str', 'water_vapor_flux': 'DimensionalEddyViscosityGradient'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SurfaceWaterVaporFluxHumidityBC. # noqa: E501
Schema name: SurfaceWaterVaporFluxHumidityBC # noqa: E501
- Returns:
The type of this SurfaceWaterVaporFluxHumidityBC. # noqa: E501
- Return type:
str
- property water_vapor_flux¶
Gets the water_vapor_flux of this SurfaceWaterVaporFluxHumidityBC. # noqa: E501
- Returns:
The water_vapor_flux of this SurfaceWaterVaporFluxHumidityBC. # noqa: E501
- Return type:
simscale_sdk.models.sutherland_transport module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sutherland_transport.SutherlandTransport(type='SUTHERLAND', reference_viscosity=None, reference_temperature=None, ts=None, thermo=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'reference_temperature': 'referenceTemperature', 'reference_viscosity': 'referenceViscosity', 'thermo': 'thermo', 'ts': 'ts', 'type': 'type'}¶
- openapi_types = {'reference_temperature': 'DimensionalTemperature', 'reference_viscosity': 'DimensionalDynamicViscosity', 'thermo': 'OneOfSutherlandTransportThermo', 'ts': 'DimensionalTemperature', 'type': 'str'}¶
- property reference_temperature¶
Gets the reference_temperature of this SutherlandTransport. # noqa: E501
- Returns:
The reference_temperature of this SutherlandTransport. # noqa: E501
- Return type:
- property reference_viscosity¶
Gets the reference_viscosity of this SutherlandTransport. # noqa: E501
- Returns:
The reference_viscosity of this SutherlandTransport. # noqa: E501
- Return type:
- property thermo¶
Gets the thermo of this SutherlandTransport. # noqa: E501
- Returns:
The thermo of this SutherlandTransport. # noqa: E501
- Return type:
OneOfSutherlandTransportThermo
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property ts¶
Gets the ts of this SutherlandTransport. # noqa: E501
- Returns:
The ts of this SutherlandTransport. # noqa: E501
- Return type:
- property type¶
Gets the type of this SutherlandTransport. # noqa: E501
Schema name: SutherlandTransport # noqa: E501
- Returns:
The type of this SutherlandTransport. # noqa: E501
- Return type:
str
simscale_sdk.models.sutherland_viscosity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sutherland_viscosity.SutherlandViscosity(type='SUTHERLAND_VISCOSITY', reference_viscosity=None, reference_temperature=None, ts=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'reference_temperature': 'referenceTemperature', 'reference_viscosity': 'referenceViscosity', 'ts': 'ts', 'type': 'type'}¶
- openapi_types = {'reference_temperature': 'DimensionalTemperature', 'reference_viscosity': 'DimensionalDynamicViscosity', 'ts': 'DimensionalTemperature', 'type': 'str'}¶
- property reference_temperature¶
Gets the reference_temperature of this SutherlandViscosity. # noqa: E501
- Returns:
The reference_temperature of this SutherlandViscosity. # noqa: E501
- Return type:
- property reference_viscosity¶
Gets the reference_viscosity of this SutherlandViscosity. # noqa: E501
- Returns:
The reference_viscosity of this SutherlandViscosity. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property ts¶
Gets the ts of this SutherlandViscosity. # noqa: E501
- Returns:
The ts of this SutherlandViscosity. # noqa: E501
- Return type:
- property type¶
Gets the type of this SutherlandViscosity. # noqa: E501
Schema name: SutherlandViscosity # noqa: E501
- Returns:
The type of this SutherlandViscosity. # noqa: E501
- Return type:
str
simscale_sdk.models.sweep_meshing_absolute_size module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sweep_meshing_absolute_size.SweepMeshingAbsoluteSize(type='SWEEP_MESHING_ABSOLUTE_SIZE', thickness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'thickness': 'thickness', 'type': 'type'}¶
- openapi_types = {'thickness': 'DimensionalLength', 'type': 'str'}¶
- property thickness¶
Gets the thickness of this SweepMeshingAbsoluteSize. # noqa: E501
- Returns:
The thickness of this SweepMeshingAbsoluteSize. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SweepMeshingAbsoluteSize. # noqa: E501
Schema name: SweepMeshingAbsoluteSize # noqa: E501
- Returns:
The type of this SweepMeshingAbsoluteSize. # noqa: E501
- Return type:
str
simscale_sdk.models.sweep_meshing_number_of_elements module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sweep_meshing_number_of_elements.SweepMeshingNumberOfElements(type='SWEEP_MESHING_NUMBER_OF_ELEMENTS', number_of_elements=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'number_of_elements': 'numberOfElements', 'type': 'type'}¶
- property number_of_elements¶
Gets the number_of_elements of this SweepMeshingNumberOfElements. # noqa: E501
- Returns:
The number_of_elements of this SweepMeshingNumberOfElements. # noqa: E501
- Return type:
int
- openapi_types = {'number_of_elements': 'int', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SweepMeshingNumberOfElements. # noqa: E501
Schema name: SweepMeshingNumberOfElements # noqa: E501
- Returns:
The type of this SweepMeshingNumberOfElements. # noqa: E501
- Return type:
str
simscale_sdk.models.sycamore module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.sycamore.Sycamore(type='SYCAMORE', average_tree_height=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'average_tree_height': 'averageTreeHeight', 'type': 'type'}¶
- property average_tree_height¶
Gets the average_tree_height of this Sycamore. # noqa: E501
- Returns:
The average_tree_height of this Sycamore. # noqa: E501
- Return type:
- openapi_types = {'average_tree_height': 'DimensionalLength', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this Sycamore. # noqa: E501
Schema name: Sycamore # noqa: E501
- Returns:
The type of this Sycamore. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_bc.SymmetryBC(type='SYMMETRY', name=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this SymmetryBC. # noqa: E501
- Returns:
The name of this SymmetryBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SymmetryBC. # noqa: E501
- Returns:
The topological_reference of this SymmetryBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this SymmetryBC. # noqa: E501
This boundary condition provides a symmetry condition on any face by applying a mirror effect. The fluxes and the normal components across the symmetry face are set to zero. <a href=’https://www.simscale.com/docs/simulation-setup/boundary-conditions/symmetry/’ target=’_blank’>Learn more</a>. Schema name: SymmetryBC # noqa: E501
- Returns:
The type of this SymmetryBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_dvbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_dvbc.SymmetryDVBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryDVBC. # noqa: E501
Schema name: SymmetryDVBC # noqa: E501
- Returns:
The type of this SymmetryDVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_ebc.SymmetryEBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryEBC. # noqa: E501
Schema name: SymmetryEBC # noqa: E501
- Returns:
The type of this SymmetryEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_evbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_evbc.SymmetryEVBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryEVBC. # noqa: E501
Schema name: SymmetryEVBC # noqa: E501
- Returns:
The type of this SymmetryEVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_evcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_evcbc.SymmetryEVCBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryEVCBC. # noqa: E501
Schema name: SymmetryEVCBC # noqa: E501
- Returns:
The type of this SymmetryEVCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_nbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_nbc.SymmetryNBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryNBC. # noqa: E501
Schema name: SymmetryNBC # noqa: E501
- Returns:
The type of this SymmetryNBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_obc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_obc.SymmetryOBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryOBC. # noqa: E501
Schema name: SymmetryOBC # noqa: E501
- Returns:
The type of this SymmetryOBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_pbc.SymmetryPBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryPBC. # noqa: E501
Schema name: SymmetryPBC # noqa: E501
- Returns:
The type of this SymmetryPBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_pfbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_pfbc.SymmetryPFBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryPFBC. # noqa: E501
Schema name: SymmetryPFBC # noqa: E501
- Returns:
The type of this SymmetryPFBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_plane_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_plane_bc.SymmetryPlaneBC(type='SYMMETRY_PLANE', name=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this SymmetryPlaneBC. # noqa: E501
- Returns:
The name of this SymmetryPlaneBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this SymmetryPlaneBC. # noqa: E501
- Returns:
The topological_reference of this SymmetryPlaneBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this SymmetryPlaneBC. # noqa: E501
This boundary condition restrains the displacement of a face in its normal direction in order to represent a symmetry plane of the structure. Use this boundary condition to reduce the model size significantly if the geometry and the loading conditions are symmetric.<br /><br />Important remarks: <br /><ul><li>The solver uses linear relations between all three DOFs to constrian the normal movement, thus overcontraint conditions may appear if the edges of the selected faces are constrained by other displacement boundary conditions.</li><li>If the assigned faces are orthogonal to a global coordinate axes, it is recommended to directly specifiy the symmetry conditions with a <b>Fixed value</b> boundary condition.</li></ul><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/symmetry/#symmetry-plane-boundary-condition-fea’ target=’_blank’>Learn more</a>. Schema name: SymmetryPlaneBC # noqa: E501
- Returns:
The type of this SymmetryPlaneBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_psbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_psbc.SymmetryPSBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryPSBC. # noqa: E501
Schema name: SymmetryPSBC # noqa: E501
- Returns:
The type of this SymmetryPSBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_tbc.SymmetryTBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryTBC. # noqa: E501
Schema name: SymmetryTBC # noqa: E501
- Returns:
The type of this SymmetryTBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_tdbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_tdbc.SymmetryTDBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryTDBC. # noqa: E501
Schema name: SymmetryTDBC # noqa: E501
- Returns:
The type of this SymmetryTDBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_tdcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_tdcbc.SymmetryTDCBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryTDCBC. # noqa: E501
Schema name: SymmetryTDCBC # noqa: E501
- Returns:
The type of this SymmetryTDCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_tkebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_tkebc.SymmetryTKEBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryTKEBC. # noqa: E501
Schema name: SymmetryTKEBC # noqa: E501
- Returns:
The type of this SymmetryTKEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.symmetry_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.symmetry_vbc.SymmetryVBC(type='SYMMETRY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SymmetryVBC. # noqa: E501
Schema name: SymmetryVBC # noqa: E501
- Returns:
The type of this SymmetryVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.synchronize_with_field_output_write_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.synchronize_with_field_output_write_control.SynchronizeWithFieldOutputWriteControl(type='OUTPUT_TIME', write_interval=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'write_interval': 'writeInterval'}¶
- openapi_types = {'type': 'str', 'write_interval': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this SynchronizeWithFieldOutputWriteControl. # noqa: E501
This option controls how the simulation results are written and how frequently. Schema name: SynchronizeWithFieldOutputWriteControl # noqa: E501
- Returns:
The type of this SynchronizeWithFieldOutputWriteControl. # noqa: E501
- Return type:
str
- property write_interval¶
Gets the write_interval of this SynchronizeWithFieldOutputWriteControl. # noqa: E501
- Returns:
The write_interval of this SynchronizeWithFieldOutputWriteControl. # noqa: E501
- Return type:
float
simscale_sdk.models.table_defined_function module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.table_defined_function.TableDefinedFunction(type='TABLE_DEFINED', label=None, table_id=None, result_index=None, independent_variables=None, separator=None, out_of_bounds=None, interpolation=None, left_extrapolation=None, right_extrapolation=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'independent_variables': 'independentVariables', 'interpolation': 'interpolation', 'label': 'label', 'left_extrapolation': 'leftExtrapolation', 'out_of_bounds': 'outOfBounds', 'result_index': 'resultIndex', 'right_extrapolation': 'rightExtrapolation', 'separator': 'separator', 'table_id': 'tableId', 'type': 'type'}¶
- property independent_variables¶
Gets the independent_variables of this TableDefinedFunction. # noqa: E501
- Returns:
The independent_variables of this TableDefinedFunction. # noqa: E501
- Return type:
list[TableFunctionParameter]
- property interpolation¶
Gets the interpolation of this TableDefinedFunction. # noqa: E501
- Returns:
The interpolation of this TableDefinedFunction. # noqa: E501
- Return type:
str
- property label¶
Gets the label of this TableDefinedFunction. # noqa: E501
- Returns:
The label of this TableDefinedFunction. # noqa: E501
- Return type:
str
- property left_extrapolation¶
Gets the left_extrapolation of this TableDefinedFunction. # noqa: E501
- Returns:
The left_extrapolation of this TableDefinedFunction. # noqa: E501
- Return type:
str
- openapi_types = {'independent_variables': 'list[TableFunctionParameter]', 'interpolation': 'str', 'label': 'str', 'left_extrapolation': 'str', 'out_of_bounds': 'str', 'result_index': 'list[int]', 'right_extrapolation': 'str', 'separator': 'str', 'table_id': 'str', 'type': 'str'}¶
- property out_of_bounds¶
Gets the out_of_bounds of this TableDefinedFunction. # noqa: E501
- Returns:
The out_of_bounds of this TableDefinedFunction. # noqa: E501
- Return type:
str
- property result_index¶
Gets the result_index of this TableDefinedFunction. # noqa: E501
Indicates which column(s) of the table contains the result values. One-based indexing must be used. For example, set this field to ‘[2]’ if the second column of the table contains the dependent variable values. # noqa: E501
- Returns:
The result_index of this TableDefinedFunction. # noqa: E501
- Return type:
list[int]
- property right_extrapolation¶
Gets the right_extrapolation of this TableDefinedFunction. # noqa: E501
- Returns:
The right_extrapolation of this TableDefinedFunction. # noqa: E501
- Return type:
str
- property separator¶
Gets the separator of this TableDefinedFunction. # noqa: E501
Values in each row are separated by this character. Also known as a delimiter. # noqa: E501
- Returns:
The separator of this TableDefinedFunction. # noqa: E501
- Return type:
str
- property table_id¶
Gets the table_id of this TableDefinedFunction. # noqa: E501
The ID of the imported table. # noqa: E501
- Returns:
The table_id of this TableDefinedFunction. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TableDefinedFunction. # noqa: E501
Schema name: TableDefinedFunction # noqa: E501
- Returns:
The type of this TableDefinedFunction. # noqa: E501
- Return type:
str
simscale_sdk.models.table_defined_probe_locations module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.table_defined_probe_locations.TableDefinedProbeLocations(type='TABULAR', table_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'table_id': 'tableId', 'type': 'type'}¶
- openapi_types = {'table_id': 'str', 'type': 'str'}¶
- property table_id¶
Gets the table_id of this TableDefinedProbeLocations. # noqa: E501
The ID of the imported table. # noqa: E501
- Returns:
The table_id of this TableDefinedProbeLocations. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TableDefinedProbeLocations. # noqa: E501
Schema name: TableDefinedProbeLocations # noqa: E501
- Returns:
The type of this TableDefinedProbeLocations. # noqa: E501
- Return type:
str
simscale_sdk.models.table_defined_vector_function module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.table_defined_vector_function.TableDefinedVectorFunction(type='TABLE_DEFINED', label=None, table_id=None, result_index=None, independent_variables=None, separator=None, out_of_bounds=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'independent_variables': 'independentVariables', 'label': 'label', 'out_of_bounds': 'outOfBounds', 'result_index': 'resultIndex', 'separator': 'separator', 'table_id': 'tableId', 'type': 'type'}¶
- property independent_variables¶
Gets the independent_variables of this TableDefinedVectorFunction. # noqa: E501
- Returns:
The independent_variables of this TableDefinedVectorFunction. # noqa: E501
- Return type:
list[TableFunctionParameter]
- property label¶
Gets the label of this TableDefinedVectorFunction. # noqa: E501
- Returns:
The label of this TableDefinedVectorFunction. # noqa: E501
- Return type:
str
- openapi_types = {'independent_variables': 'list[TableFunctionParameter]', 'label': 'str', 'out_of_bounds': 'str', 'result_index': 'list[int]', 'separator': 'str', 'table_id': 'str', 'type': 'str'}¶
- property out_of_bounds¶
Gets the out_of_bounds of this TableDefinedVectorFunction. # noqa: E501
- Returns:
The out_of_bounds of this TableDefinedVectorFunction. # noqa: E501
- Return type:
str
- property result_index¶
Gets the result_index of this TableDefinedVectorFunction. # noqa: E501
Indicates which column(s) of the table contains the result values. One-based indexing must be used. For example, set this field to ‘[2]’ if the second column of the table contains the dependent variable values. # noqa: E501
- Returns:
The result_index of this TableDefinedVectorFunction. # noqa: E501
- Return type:
list[int]
- property separator¶
Gets the separator of this TableDefinedVectorFunction. # noqa: E501
Values in each row are separated by this character. Also known as a delimiter. # noqa: E501
- Returns:
The separator of this TableDefinedVectorFunction. # noqa: E501
- Return type:
str
- property table_id¶
Gets the table_id of this TableDefinedVectorFunction. # noqa: E501
The ID of the imported table. # noqa: E501
- Returns:
The table_id of this TableDefinedVectorFunction. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TableDefinedVectorFunction. # noqa: E501
Schema name: TableDefinedVectorFunction # noqa: E501
- Returns:
The type of this TableDefinedVectorFunction. # noqa: E501
- Return type:
str
simscale_sdk.models.table_function_parameter module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.table_function_parameter.TableFunctionParameter(reference=None, parameter=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'parameter': 'parameter', 'reference': 'reference', 'unit': 'unit'}¶
- openapi_types = {'parameter': 'str', 'reference': 'int', 'unit': 'str'}¶
- property parameter¶
Gets the parameter of this TableFunctionParameter. # noqa: E501
The name of the independent variable. Possible values: ‘X’, ‘Y’, ‘Z’, ‘HEIGHT’, ‘Temperature’, ‘T’ (time), ‘Q’ (mass flow rate), ‘V_DOT’ (volumetric flow rate), ‘F’ (frequency), ‘E’ (strain) # noqa: E501
- Returns:
The parameter of this TableFunctionParameter. # noqa: E501
- Return type:
str
- property reference¶
Gets the reference of this TableFunctionParameter. # noqa: E501
Indicates which column of the table contains the values of this independent variable. One-based indexing must be used. For example, set this property to ‘1’ if the first column of the table contains the values of this independent variable. # noqa: E501
- Returns:
The reference of this TableFunctionParameter. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this TableFunctionParameter. # noqa: E501
- Returns:
The unit of this TableFunctionParameter. # noqa: E501
- Return type:
str
simscale_sdk.models.table_import_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.table_import_request.TableImportRequest(location=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'location': 'location'}¶
- property location¶
Gets the location of this TableImportRequest. # noqa: E501
- Returns:
The location of this TableImportRequest. # noqa: E501
- Return type:
- openapi_types = {'location': 'TableImportRequestLocation'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.table_import_request_location module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.table_import_request_location.TableImportRequestLocation(storage_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'storage_id': 'storageId'}¶
- openapi_types = {'storage_id': 'str'}¶
- property storage_id¶
Gets the storage_id of this TableImportRequestLocation. # noqa: E501
The storage ID of the temporary storage location where the table has been uploaded. # noqa: E501
- Returns:
The storage_id of this TableImportRequestLocation. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.table_import_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.table_import_response.TableImportResponse(table_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'table_id': 'tableId'}¶
- openapi_types = {'table_id': 'str'}¶
- property table_id¶
Gets the table_id of this TableImportResponse. # noqa: E501
The ID of the imported table. # noqa: E501
- Returns:
The table_id of this TableImportResponse. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.tadmor_flux_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.tadmor_flux_scheme.TadmorFluxScheme(type='TADMOR', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TadmorFluxScheme. # noqa: E501
Schema name: TadmorFluxScheme # noqa: E501
- Returns:
The type of this TadmorFluxScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.tangent_jacobian_matrix module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.tangent_jacobian_matrix.TangentJacobianMatrix(type='TANGENT', max_newton_iteration=None, reactualization_iteration=None, reactualization_increment=None, change_jacobian_matrix=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'change_jacobian_matrix': 'changeJacobianMatrix', 'max_newton_iteration': 'maxNewtonIteration', 'reactualization_increment': 'reactualizationIncrement', 'reactualization_iteration': 'reactualizationIteration', 'type': 'type'}¶
- property change_jacobian_matrix¶
Gets the change_jacobian_matrix of this TangentJacobianMatrix. # noqa: E501
- Returns:
The change_jacobian_matrix of this TangentJacobianMatrix. # noqa: E501
- Return type:
OneOfTangentJacobianMatrixChangeJacobianMatrix
- property max_newton_iteration¶
Gets the max_newton_iteration of this TangentJacobianMatrix. # noqa: E501
<p>Maximum number of allowed Newton iterations per time increment. If this value is reached the simulation is considered non-converging. If an automatic time stepping is activated the time increment is reduced in order to reach convergence.</p> # noqa: E501
- Returns:
The max_newton_iteration of this TangentJacobianMatrix. # noqa: E501
- Return type:
int
- openapi_types = {'change_jacobian_matrix': 'OneOfTangentJacobianMatrixChangeJacobianMatrix', 'max_newton_iteration': 'int', 'reactualization_increment': 'int', 'reactualization_iteration': 'int', 'type': 'str'}¶
- property reactualization_increment¶
Gets the reactualization_increment of this TangentJacobianMatrix. # noqa: E501
<p>Select how often the Jacobian matrix should be recomputed. If this parameter is set to 10, the Jacobian matrix is recomputed every 10th time step. If it is set to 0, the Jacobian matrix is never updated.</p> # noqa: E501
- Returns:
The reactualization_increment of this TangentJacobianMatrix. # noqa: E501
- Return type:
int
- property reactualization_iteration¶
Gets the reactualization_iteration of this TangentJacobianMatrix. # noqa: E501
<p>Select how often the Jacobian matrix should be recomputed. If this parameter is set to 10, the Jacobian matrix is recomputed every 10th iteration within a given time step. If it is set to 0, the Jacobian matrix is not updated within any time step.</p> # noqa: E501
- Returns:
The reactualization_iteration of this TangentJacobianMatrix. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TangentJacobianMatrix. # noqa: E501
<p>Select which stiffnes matrix should be used for computing the Jacobian of the Newton method. Choosing the tangent stiffnes matrix via <b>tangent matrix</b> allows a full Newton approach whereas the selection of the <b>elastic matrix</b> results in a quasi-Newton approach.</p> Schema name: TangentJacobianMatrix # noqa: E501
- Returns:
The type of this TangentJacobianMatrix. # noqa: E501
- Return type:
str
simscale_sdk.models.tchamwa_time_integration_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.tchamwa_time_integration_scheme.TchamwaTimeIntegrationScheme(type='TCHAMWA', phi=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'phi': 'phi', 'type': 'type'}¶
- openapi_types = {'phi': 'float', 'type': 'str'}¶
- property phi¶
Gets the phi of this TchamwaTimeIntegrationScheme. # noqa: E501
<p>The parameter <b>φ</b> allows inducing numerical damping. For <b>φ</b> = 1.0 there is no numerical damping whereas for <b>φ</b> > 1.0</p> the damping grows with the parameter value. It is thus not recommended to use a value for <b>φ</b> greater than 1.1.</p> # noqa: E501
- Returns:
The phi of this TchamwaTimeIntegrationScheme. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TchamwaTimeIntegrationScheme. # noqa: E501
Schema name: TchamwaTimeIntegrationScheme # noqa: E501
- Returns:
The type of this TchamwaTimeIntegrationScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.temperature_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.temperature_field_selection.TemperatureFieldSelection(type='TEMPERATURE', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this TemperatureFieldSelection. # noqa: E501
- Returns:
The component_selection of this TemperatureFieldSelection. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TemperatureFieldSelection. # noqa: E501
Schema name: TemperatureFieldSelection # noqa: E501
- Returns:
The type of this TemperatureFieldSelection. # noqa: E501
- Return type:
str
simscale_sdk.models.temperature_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.temperature_result_control_item.TemperatureResultControlItem(type='TEMPERATURE', name=None, temperature_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'temperature_type': 'temperatureType', 'type': 'type'}¶
- property name¶
Gets the name of this TemperatureResultControlItem. # noqa: E501
- Returns:
The name of this TemperatureResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'temperature_type': 'str', 'type': 'str'}¶
- property temperature_type¶
Gets the temperature_type of this TemperatureResultControlItem. # noqa: E501
- Returns:
The temperature_type of this TemperatureResultControlItem. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TemperatureResultControlItem. # noqa: E501
Schema name: TemperatureResultControlItem # noqa: E501
- Returns:
The type of this TemperatureResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.temporal_response_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.temporal_response_result_control_item.TemporalResponseResultControlItem(type='TEMPORAL_RESPONSE', name=None, field_selection=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'field_selection': 'fieldSelection', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'type': 'type'}¶
- property field_selection¶
Gets the field_selection of this TemporalResponseResultControlItem. # noqa: E501
- Returns:
The field_selection of this TemporalResponseResultControlItem. # noqa: E501
- Return type:
OneOfTemporalResponseResultControlItemFieldSelection
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this TemporalResponseResultControlItem. # noqa: E501
- Returns:
The geometry_primitive_uuids of this TemporalResponseResultControlItem. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this TemporalResponseResultControlItem. # noqa: E501
- Returns:
The name of this TemporalResponseResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'field_selection': 'OneOfTemporalResponseResultControlItemFieldSelection', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TemporalResponseResultControlItem. # noqa: E501
Schema name: TemporalResponseResultControlItem # noqa: E501
- Returns:
The type of this TemporalResponseResultControlItem. # noqa: E501
- Return type:
str
simscale_sdk.models.thermal_mechanical module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.thermal_mechanical.ThermalMechanical(type='THERMAL_MECHANICAL', time_dependency=None, inertia_effect=None, non_linear_analysis=None, connection_groups=None, connectors=None, element_technology=None, model=None, materials=None, initial_conditions=None, boundary_conditions=None, numerics=None, simulation_control=None, result_control=None, mesh_order=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'boundary_conditions': 'boundaryConditions', 'connection_groups': 'connectionGroups', 'connectors': 'connectors', 'element_technology': 'elementTechnology', 'inertia_effect': 'inertiaEffect', 'initial_conditions': 'initialConditions', 'materials': 'materials', 'mesh_order': 'meshOrder', 'model': 'model', 'non_linear_analysis': 'nonLinearAnalysis', 'numerics': 'numerics', 'result_control': 'resultControl', 'simulation_control': 'simulationControl', 'time_dependency': 'timeDependency', 'type': 'type'}¶
- property boundary_conditions¶
Gets the boundary_conditions of this ThermalMechanical. # noqa: E501
- Returns:
The boundary_conditions of this ThermalMechanical. # noqa: E501
- Return type:
list[OneOfThermalMechanicalBoundaryConditions]
- property connection_groups¶
Gets the connection_groups of this ThermalMechanical. # noqa: E501
- Returns:
The connection_groups of this ThermalMechanical. # noqa: E501
- Return type:
list[OneOfThermalMechanicalConnectionGroups]
- property connectors¶
Gets the connectors of this ThermalMechanical. # noqa: E501
- Returns:
The connectors of this ThermalMechanical. # noqa: E501
- Return type:
list[PinConnector]
- property element_technology¶
Gets the element_technology of this ThermalMechanical. # noqa: E501
- Returns:
The element_technology of this ThermalMechanical. # noqa: E501
- Return type:
- property inertia_effect¶
Gets the inertia_effect of this ThermalMechanical. # noqa: E501
<p>Select if inertia effects should be considered in the analysis. If high loading accelerations or impacts are present then <b>dynamic</b> is the right choice for this parameter. If the dynamic effects are negligible, <b>static</b> should be selected.</p> # noqa: E501
- Returns:
The inertia_effect of this ThermalMechanical. # noqa: E501
- Return type:
str
- property initial_conditions¶
Gets the initial_conditions of this ThermalMechanical. # noqa: E501
- Returns:
The initial_conditions of this ThermalMechanical. # noqa: E501
- Return type:
- property materials¶
Gets the materials of this ThermalMechanical. # noqa: E501
- Returns:
The materials of this ThermalMechanical. # noqa: E501
- Return type:
list[SolidMaterial]
- property mesh_order¶
Gets the mesh_order of this ThermalMechanical. # noqa: E501
- Returns:
The mesh_order of this ThermalMechanical. # noqa: E501
- Return type:
str
- property model¶
Gets the model of this ThermalMechanical. # noqa: E501
- Returns:
The model of this ThermalMechanical. # noqa: E501
- Return type:
- property non_linear_analysis¶
Gets the non_linear_analysis of this ThermalMechanical. # noqa: E501
<p>Choose if your analysis should feature any kind of <b>nonlinearity</b> like <b>physical contacts, nonlinear materials</b> as hyperelasticity or plasticity or <b>large rotations</b> and <b>large deformations, temperature dependant material properties</b> or <b>temperature dependant boundary conditions</b>. For a <b>linear analysis</b> none of those nonlinearities are available.</p> # noqa: E501
- Returns:
The non_linear_analysis of this ThermalMechanical. # noqa: E501
- Return type:
bool
- property numerics¶
Gets the numerics of this ThermalMechanical. # noqa: E501
- Returns:
The numerics of this ThermalMechanical. # noqa: E501
- Return type:
- openapi_types = {'boundary_conditions': 'list[OneOfThermalMechanicalBoundaryConditions]', 'connection_groups': 'list[OneOfThermalMechanicalConnectionGroups]', 'connectors': 'list[PinConnector]', 'element_technology': 'SolidElementTechnology', 'inertia_effect': 'str', 'initial_conditions': 'SolidInitialConditions', 'materials': 'list[SolidMaterial]', 'mesh_order': 'str', 'model': 'SolidModel', 'non_linear_analysis': 'bool', 'numerics': 'SolidNumerics', 'result_control': 'SolidResultControl', 'simulation_control': 'SolidSimulationControl', 'time_dependency': 'OneOfThermalMechanicalTimeDependency', 'type': 'str'}¶
- property result_control¶
Gets the result_control of this ThermalMechanical. # noqa: E501
- Returns:
The result_control of this ThermalMechanical. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this ThermalMechanical. # noqa: E501
- Returns:
The simulation_control of this ThermalMechanical. # noqa: E501
- Return type:
- property time_dependency¶
Gets the time_dependency of this ThermalMechanical. # noqa: E501
- Returns:
The time_dependency of this ThermalMechanical. # noqa: E501
- Return type:
OneOfThermalMechanicalTimeDependency
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ThermalMechanical. # noqa: E501
Schema name: ThermalMechanical # noqa: E501
- Returns:
The type of this ThermalMechanical. # noqa: E501
- Return type:
str
simscale_sdk.models.theta_method_time_integration_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.theta_method_time_integration_type.ThetaMethodTimeIntegrationType(type='THETA_METHOD', theta=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'theta': 'theta', 'type': 'type'}¶
- openapi_types = {'theta': 'float', 'type': 'str'}¶
- property theta¶
Gets the theta of this ThetaMethodTimeIntegrationType. # noqa: E501
The parameter <b>θ</b> must be ranging between 0.0 (explicit method) and 1.0 (completely implicit method). The standard value of <b>θ</b> = 0.57 is chosen a little higher than <b>θ</b> = 0.5 which would lead to the <i>Crank-Nicolson</i> scheme of order 2. # noqa: E501
- Returns:
The theta of this ThetaMethodTimeIntegrationType. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ThetaMethodTimeIntegrationType. # noqa: E501
<p>Choose the time integration scheme type</p> Schema name: ThetaMethodTimeIntegrationType # noqa: E501
- Returns:
The type of this ThetaMethodTimeIntegrationType. # noqa: E501
- Return type:
str
simscale_sdk.models.thin_resistance_layer module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.thin_resistance_layer.ThinResistanceLayer(type='THIN_RESISTANCE_LAYER', name=None, interface_thermal=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'interface_thermal': 'interfaceThermal', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property interface_thermal¶
Gets the interface_thermal of this ThinResistanceLayer. # noqa: E501
- Returns:
The interface_thermal of this ThinResistanceLayer. # noqa: E501
- Return type:
- property name¶
Gets the name of this ThinResistanceLayer. # noqa: E501
- Returns:
The name of this ThinResistanceLayer. # noqa: E501
- Return type:
str
- openapi_types = {'interface_thermal': 'ContactInterfaceMaterialInterfaceThermal', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this ThinResistanceLayer. # noqa: E501
- Returns:
The topological_reference of this ThinResistanceLayer. # noqa: E501
- Return type:
- property type¶
Gets the type of this ThinResistanceLayer. # noqa: E501
<p>Choose the type of the contact resistance:</p><ul><li><p>To specify presence of thin layers with known thermal conductivity or/and electric resistivity and thickness, choose <b>Thin layer resistance</b>.</p><li><p>If the thermal/electric contact resistance is known (e.g. due to an imperfectly matching interface, choose <b>Contact resistance</b>. The resistance can be defined as surface-dependent or not, i.e. total or specific. To make a resistance inactive, set it to 0. Enter a high value to make it an isolator.</p><li><p>Conversely, if the thermal/electric contact conductance is known, choose <b>Specific conductance</b></p></ul><a href=’https://www.simscale.com/docs/simulation-setup/advanced-concepts/contact-resistance/’ target=’_blank’>Learn more</a>. Schema name: ThinResistanceLayer # noqa: E501
- Returns:
The type of this ThinResistanceLayer. # noqa: E501
- Return type:
str
simscale_sdk.models.third_order_ogden module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.third_order_ogden.ThirdOrderOgden(type='THIRD_ORDER_OGDEN', mu1=None, alpha1=None, mu2=None, alpha2=None, mu3=None, alpha3=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property alpha1¶
Gets the alpha1 of this ThirdOrderOgden. # noqa: E501
<p>Provide a parameter value for the Ogden coefficient <b>α<sub>1</sub></b>. </p> # noqa: E501
- Returns:
The alpha1 of this ThirdOrderOgden. # noqa: E501
- Return type:
float
- property alpha2¶
Gets the alpha2 of this ThirdOrderOgden. # noqa: E501
<p>Provide a parameter value for the Ogden coefficient <b>α<sub>2</sub></b>. </p> # noqa: E501
- Returns:
The alpha2 of this ThirdOrderOgden. # noqa: E501
- Return type:
float
- property alpha3¶
Gets the alpha3 of this ThirdOrderOgden. # noqa: E501
<p>Provide a parameter value for the Ogden coefficient <b>α<sub>3</sub></b>. </p> # noqa: E501
- Returns:
The alpha3 of this ThirdOrderOgden. # noqa: E501
- Return type:
float
- attribute_map = {'alpha1': 'alpha1', 'alpha2': 'alpha2', 'alpha3': 'alpha3', 'mu1': 'mu1', 'mu2': 'mu2', 'mu3': 'mu3', 'type': 'type'}¶
- property mu1¶
Gets the mu1 of this ThirdOrderOgden. # noqa: E501
- Returns:
The mu1 of this ThirdOrderOgden. # noqa: E501
- Return type:
- property mu2¶
Gets the mu2 of this ThirdOrderOgden. # noqa: E501
- Returns:
The mu2 of this ThirdOrderOgden. # noqa: E501
- Return type:
- property mu3¶
Gets the mu3 of this ThirdOrderOgden. # noqa: E501
- Returns:
The mu3 of this ThirdOrderOgden. # noqa: E501
- Return type:
- openapi_types = {'alpha1': 'float', 'alpha2': 'float', 'alpha3': 'float', 'mu1': 'DimensionalPressure', 'mu2': 'DimensionalPressure', 'mu3': 'DimensionalPressure', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ThirdOrderOgden. # noqa: E501
Schema name: ThirdOrderOgden # noqa: E501
- Returns:
The type of this ThirdOrderOgden. # noqa: E501
- Return type:
str
simscale_sdk.models.time_and_place_sun_direction module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.time_and_place_sun_direction.TimeAndPlaceSunDirection(type='TIME_AND_PLACE', north_angle=None, geographical_location=None, local_date_time=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geographical_location': 'geographicalLocation', 'local_date_time': 'localDateTime', 'north_angle': 'northAngle', 'type': 'type'}¶
- property geographical_location¶
Gets the geographical_location of this TimeAndPlaceSunDirection. # noqa: E501
- Returns:
The geographical_location of this TimeAndPlaceSunDirection. # noqa: E501
- Return type:
- property local_date_time¶
Gets the local_date_time of this TimeAndPlaceSunDirection. # noqa: E501
- Returns:
The local_date_time of this TimeAndPlaceSunDirection. # noqa: E501
- Return type:
str
- property north_angle¶
Gets the north_angle of this TimeAndPlaceSunDirection. # noqa: E501
- Returns:
The north_angle of this TimeAndPlaceSunDirection. # noqa: E501
- Return type:
- openapi_types = {'geographical_location': 'GeographicalLocation', 'local_date_time': 'str', 'north_angle': 'DimensionalAngle', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TimeAndPlaceSunDirection. # noqa: E501
Schema name: TimeAndPlaceSunDirection # noqa: E501
- Returns:
The type of this TimeAndPlaceSunDirection. # noqa: E501
- Return type:
str
simscale_sdk.models.time_differentiation_schemes module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.time_differentiation_schemes.TimeDifferentiationSchemes(for_default=None, second_order_scheme=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'for_default': 'forDefault', 'second_order_scheme': 'secondOrderScheme'}¶
- property for_default¶
Gets the for_default of this TimeDifferentiationSchemes. # noqa: E501
- Returns:
The for_default of this TimeDifferentiationSchemes. # noqa: E501
- Return type:
OneOfTimeDifferentiationSchemesForDefault
- openapi_types = {'for_default': 'OneOfTimeDifferentiationSchemesForDefault', 'second_order_scheme': 'bool'}¶
- property second_order_scheme¶
Gets the second_order_scheme of this TimeDifferentiationSchemes. # noqa: E501
- Returns:
The second_order_scheme of this TimeDifferentiationSchemes. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.time_hardening_creep_formulation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.time_hardening_creep_formulation.TimeHardeningCreepFormulation(type='TIME_HARDENING', a=None, n=None, m=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property a¶
Gets the a of this TimeHardeningCreepFormulation. # noqa: E501
- Returns:
The a of this TimeHardeningCreepFormulation. # noqa: E501
- Return type:
- attribute_map = {'a': 'a', 'm': 'm', 'n': 'n', 'type': 'type'}¶
- property m¶
Gets the m of this TimeHardeningCreepFormulation. # noqa: E501
<p>Define the parameter <b>m</b> of the Time Hardening creep formulation: <ul><b>ε̇ = A*σ<sup>n</sup>*t<sup>m</sup></b></ul></p> # noqa: E501
- Returns:
The m of this TimeHardeningCreepFormulation. # noqa: E501
- Return type:
float
- property n¶
Gets the n of this TimeHardeningCreepFormulation. # noqa: E501
<p>Define the parameter <b>n</b> of the Time Hardening creep formulation: <ul><b>ε̇ = A*σ<sup>n</sup>*t<sup>m</sup></b></ul></p> # noqa: E501
- Returns:
The n of this TimeHardeningCreepFormulation. # noqa: E501
- Return type:
float
- openapi_types = {'a': 'DimensionalStrainRate', 'm': 'float', 'n': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TimeHardeningCreepFormulation. # noqa: E501
Schema name: TimeHardeningCreepFormulation # noqa: E501
- Returns:
The type of this TimeHardeningCreepFormulation. # noqa: E501
- Return type:
str
simscale_sdk.models.time_harmonic_magnetics module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.time_harmonic_magnetics.TimeHarmonicMagnetics(type='TIME_HARMONIC_MAGNETICS', frequency=None, thermal=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'frequency': 'frequency', 'thermal': 'thermal', 'type': 'type'}¶
- property frequency¶
Gets the frequency of this TimeHarmonicMagnetics. # noqa: E501
- Returns:
The frequency of this TimeHarmonicMagnetics. # noqa: E501
- Return type:
- openapi_types = {'frequency': 'DimensionalFrequency', 'thermal': 'bool', 'type': 'str'}¶
- property thermal¶
Gets the thermal of this TimeHarmonicMagnetics. # noqa: E501
Coupling with thermal solves for the temperature by considering electromagnetic losses such as Ohmic, hysteric or displacement losses. # noqa: E501
- Returns:
The thermal of this TimeHarmonicMagnetics. # noqa: E501
- Return type:
bool
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TimeHarmonicMagnetics. # noqa: E501
Schema name: TimeHarmonicMagnetics # noqa: E501
- Returns:
The type of this TimeHarmonicMagnetics. # noqa: E501
- Return type:
str
simscale_sdk.models.time_step_animation_output_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.time_step_animation_output_settings.TimeStepAnimationOutputSettings(name=None, format='GIF', resolution=None, frame_rate=20, show_legend=True, show_cube=True, background_color=None, type='TIME_STEP', from_frame_index=0, to_frame_index=None, skip_frames=0, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'background_color': 'backgroundColor', 'format': 'format', 'frame_rate': 'frameRate', 'from_frame_index': 'fromFrameIndex', 'name': 'name', 'resolution': 'resolution', 'show_cube': 'showCube', 'show_legend': 'showLegend', 'skip_frames': 'skipFrames', 'to_frame_index': 'toFrameIndex', 'type': 'type'}¶
- property background_color¶
Gets the background_color of this TimeStepAnimationOutputSettings. # noqa: E501
- Returns:
The background_color of this TimeStepAnimationOutputSettings. # noqa: E501
- Return type:
- property format¶
Gets the format of this TimeStepAnimationOutputSettings. # noqa: E501
- Returns:
The format of this TimeStepAnimationOutputSettings. # noqa: E501
- Return type:
str
- property frame_rate¶
Gets the frame_rate of this TimeStepAnimationOutputSettings. # noqa: E501
- Returns:
The frame_rate of this TimeStepAnimationOutputSettings. # noqa: E501
- Return type:
int
- property from_frame_index¶
Gets the from_frame_index of this TimeStepAnimationOutputSettings. # noqa: E501
- Returns:
The from_frame_index of this TimeStepAnimationOutputSettings. # noqa: E501
- Return type:
int
- property name¶
Gets the name of this TimeStepAnimationOutputSettings. # noqa: E501
- Returns:
The name of this TimeStepAnimationOutputSettings. # noqa: E501
- Return type:
str
- openapi_types = {'background_color': 'Color', 'format': 'str', 'frame_rate': 'int', 'from_frame_index': 'int', 'name': 'str', 'resolution': 'ResolutionInfo', 'show_cube': 'bool', 'show_legend': 'bool', 'skip_frames': 'int', 'to_frame_index': 'int', 'type': 'str'}¶
- property resolution¶
Gets the resolution of this TimeStepAnimationOutputSettings. # noqa: E501
- Returns:
The resolution of this TimeStepAnimationOutputSettings. # noqa: E501
- Return type:
- property show_cube¶
Gets the show_cube of this TimeStepAnimationOutputSettings. # noqa: E501
- Returns:
The show_cube of this TimeStepAnimationOutputSettings. # noqa: E501
- Return type:
bool
- property show_legend¶
Gets the show_legend of this TimeStepAnimationOutputSettings. # noqa: E501
- Returns:
The show_legend of this TimeStepAnimationOutputSettings. # noqa: E501
- Return type:
bool
- property skip_frames¶
Gets the skip_frames of this TimeStepAnimationOutputSettings. # noqa: E501
- Returns:
The skip_frames of this TimeStepAnimationOutputSettings. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- property to_frame_index¶
Gets the to_frame_index of this TimeStepAnimationOutputSettings. # noqa: E501
- Returns:
The to_frame_index of this TimeStepAnimationOutputSettings. # noqa: E501
- Return type:
int
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TimeStepAnimationOutputSettings. # noqa: E501
- Returns:
The type of this TimeStepAnimationOutputSettings. # noqa: E501
- Return type:
str
simscale_sdk.models.time_step_animation_output_settings_all_of module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.time_step_animation_output_settings_all_of.TimeStepAnimationOutputSettingsAllOf(type='TIME_STEP', from_frame_index=0, to_frame_index=None, skip_frames=0, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'from_frame_index': 'fromFrameIndex', 'skip_frames': 'skipFrames', 'to_frame_index': 'toFrameIndex', 'type': 'type'}¶
- property from_frame_index¶
Gets the from_frame_index of this TimeStepAnimationOutputSettingsAllOf. # noqa: E501
- Returns:
The from_frame_index of this TimeStepAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
int
- openapi_types = {'from_frame_index': 'int', 'skip_frames': 'int', 'to_frame_index': 'int', 'type': 'str'}¶
- property skip_frames¶
Gets the skip_frames of this TimeStepAnimationOutputSettingsAllOf. # noqa: E501
- Returns:
The skip_frames of this TimeStepAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
int
- to_dict()¶
Returns the model properties as a dict
- property to_frame_index¶
Gets the to_frame_index of this TimeStepAnimationOutputSettingsAllOf. # noqa: E501
- Returns:
The to_frame_index of this TimeStepAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
int
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TimeStepAnimationOutputSettingsAllOf. # noqa: E501
- Returns:
The type of this TimeStepAnimationOutputSettingsAllOf. # noqa: E501
- Return type:
str
simscale_sdk.models.time_step_write_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.time_step_write_control.TimeStepWriteControl(type='TIME_STEP', write_interval=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'write_interval': 'writeInterval'}¶
- openapi_types = {'type': 'str', 'write_interval': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TimeStepWriteControl. # noqa: E501
This option controls how the simulation results are written and how frequently. Schema name: TimeStepWriteControl # noqa: E501
- Returns:
The type of this TimeStepWriteControl. # noqa: E501
- Return type:
str
- property write_interval¶
Gets the write_interval of this TimeStepWriteControl. # noqa: E501
Specify an interval value that defines the number of time steps between two writes of the result. # noqa: E501
- Returns:
The write_interval of this TimeStepWriteControl. # noqa: E501
- Return type:
int
simscale_sdk.models.time_transient_magnetics module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.time_transient_magnetics.TimeTransientMagnetics(type='TIME_TRANSIENT_MAGNETICS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TimeTransientMagnetics. # noqa: E501
Schema name: TimeTransientMagnetics # noqa: E501
- Returns:
The type of this TimeTransientMagnetics. # noqa: E501
- Return type:
str
simscale_sdk.models.tolerance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.tolerance.Tolerance(absolute_tolerance=None, relative_tolerance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property absolute_tolerance¶
Gets the absolute_tolerance of this Tolerance. # noqa: E501
Absolute tolerance is the measure of residual in the solution after the current iteration is solved. The solution is stopped when the absolute residual falls below this value. # noqa: E501
- Returns:
The absolute_tolerance of this Tolerance. # noqa: E501
- Return type:
float
- attribute_map = {'absolute_tolerance': 'absoluteTolerance', 'relative_tolerance': 'relativeTolerance'}¶
- openapi_types = {'absolute_tolerance': 'float', 'relative_tolerance': 'float'}¶
- property relative_tolerance¶
Gets the relative_tolerance of this Tolerance. # noqa: E501
Relative tolerance is the ratio of current residual to the initial residual. The solution is stopped when the relative residual falls below this value. # noqa: E501
- Returns:
The relative_tolerance of this Tolerance. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.top_view_predefined_camera_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.top_view_predefined_camera_settings.TopViewPredefinedCameraSettings(setting_type='TOP_VIEW', projection_type=None, direction_specifier=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'direction_specifier': 'directionSpecifier', 'projection_type': 'projectionType', 'setting_type': 'settingType'}¶
- property direction_specifier¶
Gets the direction_specifier of this TopViewPredefinedCameraSettings. # noqa: E501
- Returns:
The direction_specifier of this TopViewPredefinedCameraSettings. # noqa: E501
- Return type:
str
- openapi_types = {'direction_specifier': 'str', 'projection_type': 'ProjectionType', 'setting_type': 'str'}¶
- property projection_type¶
Gets the projection_type of this TopViewPredefinedCameraSettings. # noqa: E501
- Returns:
The projection_type of this TopViewPredefinedCameraSettings. # noqa: E501
- Return type:
- property setting_type¶
Gets the setting_type of this TopViewPredefinedCameraSettings. # noqa: E501
- Returns:
The setting_type of this TopViewPredefinedCameraSettings. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.topological_reference module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.topological_reference.TopologicalReference(entities=None, sets=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'entities': 'entities', 'sets': 'sets'}¶
- property entities¶
Gets the entities of this TopologicalReference. # noqa: E501
- Returns:
The entities of this TopologicalReference. # noqa: E501
- Return type:
list[str]
- openapi_types = {'entities': 'list[str]', 'sets': 'list[str]'}¶
- property sets¶
Gets the sets of this TopologicalReference. # noqa: E501
- Returns:
The sets of this TopologicalReference. # noqa: E501
- Return type:
list[str]
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.torsional_axial_rotation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.torsional_axial_rotation.TorsionalAxialRotation(type='TORSIONAL', torsional_stiffness=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'torsional_stiffness': 'torsionalStiffness', 'type': 'type'}¶
- openapi_types = {'torsional_stiffness': 'DimensionalRotationalStiffness', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property torsional_stiffness¶
Gets the torsional_stiffness of this TorsionalAxialRotation. # noqa: E501
- Returns:
The torsional_stiffness of this TorsionalAxialRotation. # noqa: E501
- Return type:
- property type¶
Gets the type of this TorsionalAxialRotation. # noqa: E501
Schema name: TorsionalAxialRotation # noqa: E501
- Returns:
The type of this TorsionalAxialRotation. # noqa: E501
- Return type:
str
simscale_sdk.models.total_charge module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_charge.TotalCharge(type='TOTAL_CHARGE', name=None, total_charge=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'total_charge': 'totalCharge', 'type': 'type'}¶
- property name¶
Gets the name of this TotalCharge. # noqa: E501
- Returns:
The name of this TotalCharge. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'total_charge': 'DimensionalCharge', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this TotalCharge. # noqa: E501
- Returns:
The topological_reference of this TotalCharge. # noqa: E501
- Return type:
- property total_charge¶
Gets the total_charge of this TotalCharge. # noqa: E501
- Returns:
The total_charge of this TotalCharge. # noqa: E501
- Return type:
- property type¶
Gets the type of this TotalCharge. # noqa: E501
Set the total charge of a body. Schema name: TotalCharge # noqa: E501
- Returns:
The type of this TotalCharge. # noqa: E501
- Return type:
str
simscale_sdk.models.total_conductance_interface_thermal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_conductance_interface_thermal.TotalConductanceInterfaceThermal(type='TOTAL_CONDUCTANCE', contact_conductance=None, electric_conductance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'contact_conductance': 'contactConductance', 'electric_conductance': 'electricConductance', 'type': 'type'}¶
- property contact_conductance¶
Gets the contact_conductance of this TotalConductanceInterfaceThermal. # noqa: E501
- Returns:
The contact_conductance of this TotalConductanceInterfaceThermal. # noqa: E501
- Return type:
- property electric_conductance¶
Gets the electric_conductance of this TotalConductanceInterfaceThermal. # noqa: E501
- Returns:
The electric_conductance of this TotalConductanceInterfaceThermal. # noqa: E501
- Return type:
- openapi_types = {'contact_conductance': 'DimensionalTotalThermalTransmittance', 'electric_conductance': 'DimensionalElectricConductance', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TotalConductanceInterfaceThermal. # noqa: E501
Schema name: TotalConductanceInterfaceThermal # noqa: E501
- Returns:
The type of this TotalConductanceInterfaceThermal. # noqa: E501
- Return type:
str
simscale_sdk.models.total_equivalent_plastic_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_equivalent_plastic_strain_type.TotalEquivalentPlasticStrainType(type='TOTAL_EQUI_PLASTIC', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TotalEquivalentPlasticStrainType. # noqa: E501
Schema name: TotalEquivalentPlasticStrainType # noqa: E501
- Returns:
The type of this TotalEquivalentPlasticStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.total_isotropic_stiffness_definition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_isotropic_stiffness_definition.TotalIsotropicStiffnessDefinition(type='TOTAL_ISOTROPIC', total=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'total': 'total', 'type': 'type'}¶
- openapi_types = {'total': 'DimensionalSurfaceTension', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property total¶
Gets the total of this TotalIsotropicStiffnessDefinition. # noqa: E501
- Returns:
The total of this TotalIsotropicStiffnessDefinition. # noqa: E501
- Return type:
- property type¶
Gets the type of this TotalIsotropicStiffnessDefinition. # noqa: E501
Schema name: TotalIsotropicStiffnessDefinition # noqa: E501
- Returns:
The type of this TotalIsotropicStiffnessDefinition. # noqa: E501
- Return type:
str
simscale_sdk.models.total_linear_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_linear_strain_type.TotalLinearStrainType(type='TOTAL_LINEAR', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this TotalLinearStrainType. # noqa: E501
- Returns:
The component_selection of this TotalLinearStrainType. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TotalLinearStrainType. # noqa: E501
Schema name: TotalLinearStrainType # noqa: E501
- Returns:
The type of this TotalLinearStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.total_non_linear_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_non_linear_strain_type.TotalNonLinearStrainType(type='TOTAL_NONLINEAR', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this TotalNonLinearStrainType. # noqa: E501
- Returns:
The component_selection of this TotalNonLinearStrainType. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TotalNonLinearStrainType. # noqa: E501
Schema name: TotalNonLinearStrainType # noqa: E501
- Returns:
The type of this TotalNonLinearStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.total_orthotropic_stiffness_definition module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_orthotropic_stiffness_definition.TotalOrthotropicStiffnessDefinition(type='TOTAL_ORTHOTROPIC', total=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'total': 'total', 'type': 'type'}¶
- openapi_types = {'total': 'DimensionalVectorSurfaceTension', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property total¶
Gets the total of this TotalOrthotropicStiffnessDefinition. # noqa: E501
- Returns:
The total of this TotalOrthotropicStiffnessDefinition. # noqa: E501
- Return type:
- property type¶
Gets the type of this TotalOrthotropicStiffnessDefinition. # noqa: E501
Schema name: TotalOrthotropicStiffnessDefinition # noqa: E501
- Returns:
The type of this TotalOrthotropicStiffnessDefinition. # noqa: E501
- Return type:
str
simscale_sdk.models.total_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_pbc.TotalPBC(type='TOTAL_PRESSURE', total_pressure=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'total_pressure': 'totalPressure', 'type': 'type'}¶
- openapi_types = {'total_pressure': 'DimensionalFunctionPressure', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property total_pressure¶
Gets the total_pressure of this TotalPBC. # noqa: E501
- Returns:
The total_pressure of this TotalPBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this TotalPBC. # noqa: E501
Schema name: TotalPBC # noqa: E501
- Returns:
The type of this TotalPBC. # noqa: E501
- Return type:
str
simscale_sdk.models.total_pressure_pressure_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_pressure_pressure_type.TotalPressurePressureType(type='TOTAL_PRESSURE', pressure_value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'pressure_value': 'pressureValue', 'type': 'type'}¶
- openapi_types = {'pressure_value': 'DimensionalPressure', 'type': 'str'}¶
- property pressure_value¶
Gets the pressure_value of this TotalPressurePressureType. # noqa: E501
- Returns:
The pressure_value of this TotalPressurePressureType. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TotalPressurePressureType. # noqa: E501
Schema name: TotalPressurePressureType # noqa: E501
- Returns:
The type of this TotalPressurePressureType. # noqa: E501
- Return type:
str
simscale_sdk.models.total_resistance_interface_thermal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_resistance_interface_thermal.TotalResistanceInterfaceThermal(type='TOTAL_RESISTANCE', contact_resistance=None, electric_resistance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'contact_resistance': 'contactResistance', 'electric_resistance': 'electricResistance', 'type': 'type'}¶
- property contact_resistance¶
Gets the contact_resistance of this TotalResistanceInterfaceThermal. # noqa: E501
- Returns:
The contact_resistance of this TotalResistanceInterfaceThermal. # noqa: E501
- Return type:
- property electric_resistance¶
Gets the electric_resistance of this TotalResistanceInterfaceThermal. # noqa: E501
- Returns:
The electric_resistance of this TotalResistanceInterfaceThermal. # noqa: E501
- Return type:
- openapi_types = {'contact_resistance': 'DimensionalContactResistance', 'electric_resistance': 'DimensionalElectricResistance', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TotalResistanceInterfaceThermal. # noqa: E501
Schema name: TotalResistanceInterfaceThermal # noqa: E501
- Returns:
The type of this TotalResistanceInterfaceThermal. # noqa: E501
- Return type:
str
simscale_sdk.models.total_resistance_wall_thermal module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_resistance_wall_thermal.TotalResistanceWallThermal(type='TOTAL_RESISTANCE', contact_resistance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'contact_resistance': 'contactResistance', 'type': 'type'}¶
- property contact_resistance¶
Gets the contact_resistance of this TotalResistanceWallThermal. # noqa: E501
- Returns:
The contact_resistance of this TotalResistanceWallThermal. # noqa: E501
- Return type:
- openapi_types = {'contact_resistance': 'DimensionalContactResistance', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TotalResistanceWallThermal. # noqa: E501
Schema name: TotalResistanceWallThermal # noqa: E501
- Returns:
The type of this TotalResistanceWallThermal. # noqa: E501
- Return type:
str
simscale_sdk.models.total_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_tbc.TotalTBC(type='TOTAL_TEMPERATURE', total_temperature=None, total_temperature_function=None, specific_heat_ratio=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'specific_heat_ratio': 'specificHeatRatio', 'total_temperature': 'totalTemperature', 'total_temperature_function': 'totalTemperatureFunction', 'type': 'type'}¶
- openapi_types = {'specific_heat_ratio': 'float', 'total_temperature': 'DimensionalTemperature', 'total_temperature_function': 'DimensionalFunctionTemperature', 'type': 'str'}¶
- property specific_heat_ratio¶
Gets the specific_heat_ratio of this TotalTBC. # noqa: E501
- Returns:
The specific_heat_ratio of this TotalTBC. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property total_temperature¶
Gets the total_temperature of this TotalTBC. # noqa: E501
- Returns:
The total_temperature of this TotalTBC. # noqa: E501
- Return type:
- property total_temperature_function¶
Gets the total_temperature_function of this TotalTBC. # noqa: E501
- Returns:
The total_temperature_function of this TotalTBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this TotalTBC. # noqa: E501
Schema name: TotalTBC # noqa: E501
- Returns:
The type of this TotalTBC. # noqa: E501
- Return type:
str
simscale_sdk.models.total_turbulence_intensity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_turbulence_intensity.TotalTurbulenceIntensity(type='TOTAL_TURBULENCE_INTENSITY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TotalTurbulenceIntensity. # noqa: E501
Schema name: TotalTurbulenceIntensity # noqa: E501
- Returns:
The type of this TotalTurbulenceIntensity. # noqa: E501
- Return type:
str
simscale_sdk.models.total_turbulent_kinetic_energy module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.total_turbulent_kinetic_energy.TotalTurbulentKineticEnergy(type='TOTAL_TURBULENT_KINETIC_ENERGY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TotalTurbulentKineticEnergy. # noqa: E501
Schema name: TotalTurbulentKineticEnergy # noqa: E501
- Returns:
The type of this TotalTurbulentKineticEnergy. # noqa: E501
- Return type:
str
simscale_sdk.models.transient_result_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.transient_result_control.TransientResultControl(type='TRANSIENT', write_control=None, fraction_from_end=None, export_fluid=None, export_surface=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'export_fluid': 'exportFluid', 'export_surface': 'exportSurface', 'fraction_from_end': 'fractionFromEnd', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'topological_reference': 'topologicalReference', 'type': 'type', 'write_control': 'writeControl'}¶
- property export_fluid¶
Gets the export_fluid of this TransientResultControl. # noqa: E501
When this switch is activated, simulation data of the flow-field enclosed in the assignments will be exported # noqa: E501
- Returns:
The export_fluid of this TransientResultControl. # noqa: E501
- Return type:
bool
- property export_surface¶
Gets the export_surface of this TransientResultControl. # noqa: E501
When this switch is activated, simulation data on all surfaces enclosed in the assignments will be exported # noqa: E501
- Returns:
The export_surface of this TransientResultControl. # noqa: E501
- Return type:
bool
- property fraction_from_end¶
Gets the fraction_from_end of this TransientResultControl. # noqa: E501
It defines the point in simulation where the result output data extraction starts. For instance, <i>Fraction from end</i> of 1 (100%) extracts all data from the beginning of the simulation while default 0.2 extracts 20% data from the end of the simulation. # noqa: E501
- Returns:
The fraction_from_end of this TransientResultControl. # noqa: E501
- Return type:
float
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this TransientResultControl. # noqa: E501
- Returns:
The geometry_primitive_uuids of this TransientResultControl. # noqa: E501
- Return type:
list[str]
- openapi_types = {'export_fluid': 'bool', 'export_surface': 'bool', 'fraction_from_end': 'float', 'geometry_primitive_uuids': 'list[str]', 'topological_reference': 'TopologicalReference', 'type': 'str', 'write_control': 'OneOfTransientResultControlWriteControl'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this TransientResultControl. # noqa: E501
- Returns:
The topological_reference of this TransientResultControl. # noqa: E501
- Return type:
- property type¶
Gets the type of this TransientResultControl. # noqa: E501
Schema name: TransientResultControl # noqa: E501
- Returns:
The type of this TransientResultControl. # noqa: E501
- Return type:
str
- property write_control¶
Gets the write_control of this TransientResultControl. # noqa: E501
- Returns:
The write_control of this TransientResultControl. # noqa: E501
- Return type:
OneOfTransientResultControlWriteControl
simscale_sdk.models.transient_time_dependency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.transient_time_dependency.TransientTimeDependency(type='TRANSIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TransientTimeDependency. # noqa: E501
Schema name: TransientTimeDependency # noqa: E501
- Returns:
The type of this TransientTimeDependency. # noqa: E501
- Return type:
str
simscale_sdk.models.tresca_stress_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.tresca_stress_type.TrescaStressType(type='TRESCA', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TrescaStressType. # noqa: E501
Schema name: TrescaStressType # noqa: E501
- Returns:
The type of this TrescaStressType. # noqa: E501
- Return type:
str
simscale_sdk.models.true_change_jacobian_matrix module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.true_change_jacobian_matrix.TrueChangeJacobianMatrix(type='TRUE', threshold_time_step_value=None, matrix_reactualization_iteration=None, max_newton_iterations=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'matrix_reactualization_iteration': 'matrixReactualizationIteration', 'max_newton_iterations': 'maxNewtonIterations', 'threshold_time_step_value': 'thresholdTimeStepValue', 'type': 'type'}¶
- property matrix_reactualization_iteration¶
Gets the matrix_reactualization_iteration of this TrueChangeJacobianMatrix. # noqa: E501
<p>Set how often the elastic stiffness matrix should be recomputed. If this parameter is set to 10, the elastic matrix is recomputed every 10th iteration within a given time step. If it is set to 0, the elastic stiffness matrix is not updated within any time step.</p> # noqa: E501
- Returns:
The matrix_reactualization_iteration of this TrueChangeJacobianMatrix. # noqa: E501
- Return type:
int
- property max_newton_iterations¶
Gets the max_newton_iterations of this TrueChangeJacobianMatrix. # noqa: E501
<p>Maximum number of allowed Newton iterations per time increment. If this value is reached the simulation is considered non-converging. If an automatic time stepping is activated the time increment is reduced in order to reach convergence.</p> # noqa: E501
- Returns:
The max_newton_iterations of this TrueChangeJacobianMatrix. # noqa: E501
- Return type:
int
- openapi_types = {'matrix_reactualization_iteration': 'int', 'max_newton_iterations': 'int', 'threshold_time_step_value': 'float', 'type': 'str'}¶
- property threshold_time_step_value¶
Gets the threshold_time_step_value of this TrueChangeJacobianMatrix. # noqa: E501
<p>Set the threshold value of the Jacobian matrix changing. If the time increment is lower than this value the elastic matrix is used.</p> # noqa: E501
- Returns:
The threshold_time_step_value of this TrueChangeJacobianMatrix. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TrueChangeJacobianMatrix. # noqa: E501
<p>Choose if the Jacobian matrix should automatically change from tangent stiffnes matrix to elastic matrix if the time increment is falling below a given threshold. On the assumption that below a given time increment value the nonlinearities are not evolving within the time step one can strongly save computation time by switching to the elastic matrix.</p> Schema name: TrueChangeJacobianMatrix # noqa: E501
- Returns:
The type of this TrueChangeJacobianMatrix. # noqa: E501
- Return type:
str
simscale_sdk.models.true_line_search module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.true_line_search.TrueLineSearch(type='TRUE', method=None, residual=None, max_iterations=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_iterations': 'maxIterations', 'method': 'method', 'residual': 'residual', 'type': 'type'}¶
- property max_iterations¶
Gets the max_iterations of this TrueLineSearch. # noqa: E501
<p>Set the maximum number for line search iterations. Typically a sinlge-digit number should be sufficient.</p> # noqa: E501
- Returns:
The max_iterations of this TrueLineSearch. # noqa: E501
- Return type:
int
- property method¶
Gets the method of this TrueLineSearch. # noqa: E501
<p>Choose the method of the line search algorithm. The <b>Secant method</b> is a simple one dimensional search algorithm. The <b>mixed method</b> is a more elaborate algorithm that uses variable bounds.</p> # noqa: E501
- Returns:
The method of this TrueLineSearch. # noqa: E501
- Return type:
str
- openapi_types = {'max_iterations': 'int', 'method': 'str', 'residual': 'float', 'type': 'str'}¶
- property residual¶
Gets the residual of this TrueLineSearch. # noqa: E501
<p>Set the residual for the line search convergence</p> # noqa: E501
- Returns:
The residual of this TrueLineSearch. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TrueLineSearch. # noqa: E501
<p>Line search can be used to improve convergence for nonlinear calculations with the Newton method.</p> Schema name: TrueLineSearch # noqa: E501
- Returns:
The type of this TrueLineSearch. # noqa: E501
- Return type:
str
simscale_sdk.models.true_semi_implicit module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.true_semi_implicit.TrueSemiImplicit(type='TRUE_SEMI_IMPLICIT', limiter_iterations=None, compression_correction=None, solver=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'compression_correction': 'compressionCorrection', 'limiter_iterations': 'limiterIterations', 'solver': 'solver', 'type': 'type'}¶
- property compression_correction¶
Gets the compression_correction of this TrueSemiImplicit. # noqa: E501
- Returns:
The compression_correction of this TrueSemiImplicit. # noqa: E501
- Return type:
bool
- property limiter_iterations¶
Gets the limiter_iterations of this TrueSemiImplicit. # noqa: E501
- Returns:
The limiter_iterations of this TrueSemiImplicit. # noqa: E501
- Return type:
int
- openapi_types = {'compression_correction': 'bool', 'limiter_iterations': 'int', 'solver': 'OneOfTrueSemiImplicitSolver', 'type': 'str'}¶
- property solver¶
Gets the solver of this TrueSemiImplicit. # noqa: E501
- Returns:
The solver of this TrueSemiImplicit. # noqa: E501
- Return type:
OneOfTrueSemiImplicitSolver
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TrueSemiImplicit. # noqa: E501
Schema name: TrueSemiImplicit # noqa: E501
- Returns:
The type of this TrueSemiImplicit. # noqa: E501
- Return type:
str
simscale_sdk.models.turbulence_intensity_tibc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.turbulence_intensity_tibc.TurbulenceIntensityTIBC(type='FIXED_VALUE', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalFunctionDimensionless'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TurbulenceIntensityTIBC. # noqa: E501
Schema name: TurbulenceIntensityTIBC # noqa: E501
- Returns:
The type of this TurbulenceIntensityTIBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this TurbulenceIntensityTIBC. # noqa: E501
- Returns:
The value of this TurbulenceIntensityTIBC. # noqa: E501
- Return type:
simscale_sdk.models.turbulence_kinetic_energy_tibc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.turbulence_kinetic_energy_tibc.TurbulenceKineticEnergyTIBC(type='TURBULENCE_KINETIC_ENERGY', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalFunctionTurbulenceKineticEnergy'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TurbulenceKineticEnergyTIBC. # noqa: E501
Schema name: TurbulenceKineticEnergyTIBC # noqa: E501
- Returns:
The type of this TurbulenceKineticEnergyTIBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this TurbulenceKineticEnergyTIBC. # noqa: E501
- Returns:
The value of this TurbulenceKineticEnergyTIBC. # noqa: E501
- Return type:
simscale_sdk.models.turbulent_heat_flux_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.turbulent_heat_flux_tbc.TurbulentHeatFluxTBC(type='TURBULENT_HEAT_FLUX_TEMPERATURE', heat_source=None, value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'heat_source': 'heatSource', 'type': 'type', 'value': 'value'}¶
- property heat_source¶
Gets the heat_source of this TurbulentHeatFluxTBC. # noqa: E501
- Returns:
The heat_source of this TurbulentHeatFluxTBC. # noqa: E501
- Return type:
OneOfTurbulentHeatFluxTBCHeatSource
- openapi_types = {'heat_source': 'OneOfTurbulentHeatFluxTBCHeatSource', 'type': 'str', 'value': 'DimensionalTemperature'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TurbulentHeatFluxTBC. # noqa: E501
Schema name: TurbulentHeatFluxTBC # noqa: E501
- Returns:
The type of this TurbulentHeatFluxTBC. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this TurbulentHeatFluxTBC. # noqa: E501
- Returns:
The value of this TurbulentHeatFluxTBC. # noqa: E501
- Return type:
simscale_sdk.models.turbulent_intensity_and_reference_length_turbulence module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.turbulent_intensity_and_reference_length_turbulence.TurbulentIntensityAndReferenceLengthTurbulence(type='TURBULENT_INTENSITY_AND_REFERENCE_LENGTH_TURBULENCE', turbulent_intensity=None, mixing_length=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'mixing_length': 'mixingLength', 'turbulent_intensity': 'turbulentIntensity', 'type': 'type'}¶
- property mixing_length¶
Gets the mixing_length of this TurbulentIntensityAndReferenceLengthTurbulence. # noqa: E501
- Returns:
The mixing_length of this TurbulentIntensityAndReferenceLengthTurbulence. # noqa: E501
- Return type:
- openapi_types = {'mixing_length': 'DimensionalLength', 'turbulent_intensity': 'float', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property turbulent_intensity¶
Gets the turbulent_intensity of this TurbulentIntensityAndReferenceLengthTurbulence. # noqa: E501
This provides a <b>turbulent intensity</b> boundary condition. The turbulent intensity is defined as the ratio of the root-mean-square of the velocity fluctuations to the mean flow velocity # noqa: E501
- Returns:
The turbulent_intensity of this TurbulentIntensityAndReferenceLengthTurbulence. # noqa: E501
- Return type:
float
- property type¶
Gets the type of this TurbulentIntensityAndReferenceLengthTurbulence. # noqa: E501
Schema name: TurbulentIntensityAndReferenceLengthTurbulence # noqa: E501
- Returns:
The type of this TurbulentIntensityAndReferenceLengthTurbulence. # noqa: E501
- Return type:
str
simscale_sdk.models.twice_max_loading_frequency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.twice_max_loading_frequency.TwiceMaxLoadingFrequency(type='TWICE_MAX_LOADING_FREQUENCY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this TwiceMaxLoadingFrequency. # noqa: E501
Schema name: TwiceMaxLoadingFrequency # noqa: E501
- Returns:
The type of this TwiceMaxLoadingFrequency. # noqa: E501
- Return type:
str
simscale_sdk.models.two_resistor_network module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.two_resistor_network.TwoResistorNetwork(type='TWO_RESISTOR_NETWORK', name=None, resistance_top=None, resistance_bottom=None, resistance_interface=None, network_power=None, emissivity=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'emissivity': 'emissivity', 'name': 'name', 'network_power': 'networkPower', 'resistance_bottom': 'resistanceBottom', 'resistance_interface': 'resistanceInterface', 'resistance_top': 'resistanceTop', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property emissivity¶
Gets the emissivity of this TwoResistorNetwork. # noqa: E501
- Returns:
The emissivity of this TwoResistorNetwork. # noqa: E501
- Return type:
float
- property name¶
Gets the name of this TwoResistorNetwork. # noqa: E501
- Returns:
The name of this TwoResistorNetwork. # noqa: E501
- Return type:
str
- property network_power¶
Gets the network_power of this TwoResistorNetwork. # noqa: E501
- Returns:
The network_power of this TwoResistorNetwork. # noqa: E501
- Return type:
- openapi_types = {'emissivity': 'float', 'name': 'str', 'network_power': 'DimensionalPower', 'resistance_bottom': 'DimensionalContactResistance', 'resistance_interface': 'DimensionalContactResistance', 'resistance_top': 'DimensionalContactResistance', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property resistance_bottom¶
Gets the resistance_bottom of this TwoResistorNetwork. # noqa: E501
- Returns:
The resistance_bottom of this TwoResistorNetwork. # noqa: E501
- Return type:
- property resistance_interface¶
Gets the resistance_interface of this TwoResistorNetwork. # noqa: E501
- Returns:
The resistance_interface of this TwoResistorNetwork. # noqa: E501
- Return type:
- property resistance_top¶
Gets the resistance_top of this TwoResistorNetwork. # noqa: E501
- Returns:
The resistance_top of this TwoResistorNetwork. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this TwoResistorNetwork. # noqa: E501
- Returns:
The topological_reference of this TwoResistorNetwork. # noqa: E501
- Return type:
- property type¶
Gets the type of this TwoResistorNetwork. # noqa: E501
<br>A <i>Thermal Resistance Network</i> can be used to approximate the effect of heat sources and heat transfer from that source to the surrounding domain without resolving the source geometry. Select the top face of the body you want to assign. <p>The models for <b>Thermal resistance network</b> are as follows:</p><ul><li><b>Star Network Resistance Model:</b> defines a thermal resistance network consisting out of a top, a board, a board to interface and four side resistances. A power source is assigned to the body.</li><li><b>Two resistor Model:</b> defines a thermal resistance network consisting out of a top, a board and a board to interface resistance. A power source is assigned to the body.</li></ul> <br> <a href=’https://www.simscale.com/docs/simulation-setup/advanced-concepts/thermal-resistance-networks/’ target=’_blank’>Learn more</a>. Schema name: TwoResistorNetwork # noqa: E501
- Returns:
The type of this TwoResistorNetwork. # noqa: E501
- Return type:
str
simscale_sdk.models.unconstrained_optional_function module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unconstrained_optional_function.UnconstrainedOptionalFunction(type='UNCONSTRAINED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this UnconstrainedOptionalFunction. # noqa: E501
Schema name: UnconstrainedOptionalFunction # noqa: E501
- Returns:
The type of this UnconstrainedOptionalFunction. # noqa: E501
- Return type:
str
simscale_sdk.models.uncorrected_surface_normal_gradient_scheme module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.uncorrected_surface_normal_gradient_scheme.UncorrectedSurfaceNormalGradientScheme(type='UNCORRECTED', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this UncorrectedSurfaceNormalGradientScheme. # noqa: E501
Schema name: UncorrectedSurfaceNormalGradientScheme # noqa: E501
- Returns:
The type of this UncorrectedSurfaceNormalGradientScheme. # noqa: E501
- Return type:
str
simscale_sdk.models.unelastic_strain_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unelastic_strain_type.UnelasticStrainType(type='UNELASTIC', component_selection=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'type': 'type'}¶
- property component_selection¶
Gets the component_selection of this UnelasticStrainType. # noqa: E501
- Returns:
The component_selection of this UnelasticStrainType. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this UnelasticStrainType. # noqa: E501
Schema name: UnelasticStrainType # noqa: E501
- Returns:
The type of this UnelasticStrainType. # noqa: E501
- Return type:
str
simscale_sdk.models.unit_dimensionless module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unit_dimensionless.UnitDimensionless(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this UnitDimensionless. # noqa: E501
- Returns:
The unit of this UnitDimensionless. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this UnitDimensionless. # noqa: E501
- Returns:
The value of this UnitDimensionless. # noqa: E501
- Return type:
float
simscale_sdk.models.unit_frequency module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unit_frequency.UnitFrequency(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this UnitFrequency. # noqa: E501
- Returns:
The unit of this UnitFrequency. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this UnitFrequency. # noqa: E501
- Returns:
The value of this UnitFrequency. # noqa: E501
- Return type:
float
simscale_sdk.models.unit_length module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unit_length.UnitLength(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this UnitLength. # noqa: E501
- Returns:
The unit of this UnitLength. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this UnitLength. # noqa: E501
- Returns:
The value of this UnitLength. # noqa: E501
- Return type:
float
simscale_sdk.models.unit_magnetic_field_strength module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unit_magnetic_field_strength.UnitMagneticFieldStrength(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this UnitMagneticFieldStrength. # noqa: E501
- Returns:
The unit of this UnitMagneticFieldStrength. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this UnitMagneticFieldStrength. # noqa: E501
- Returns:
The value of this UnitMagneticFieldStrength. # noqa: E501
- Return type:
float
simscale_sdk.models.unit_pressure module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unit_pressure.UnitPressure(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this UnitPressure. # noqa: E501
- Returns:
The unit of this UnitPressure. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this UnitPressure. # noqa: E501
- Returns:
The value of this UnitPressure. # noqa: E501
- Return type:
float
simscale_sdk.models.unit_speed module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unit_speed.UnitSpeed(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this UnitSpeed. # noqa: E501
- Returns:
The unit of this UnitSpeed. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this UnitSpeed. # noqa: E501
- Returns:
The value of this UnitSpeed. # noqa: E501
- Return type:
float
simscale_sdk.models.unit_temperature module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unit_temperature.UnitTemperature(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this UnitTemperature. # noqa: E501
- Returns:
The unit of this UnitTemperature. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this UnitTemperature. # noqa: E501
- Returns:
The value of this UnitTemperature. # noqa: E501
- Return type:
float
simscale_sdk.models.unit_text module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unit_text.UnitText(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this UnitText. # noqa: E501
- Returns:
The unit of this UnitText. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this UnitText. # noqa: E501
- Returns:
The value of this UnitText. # noqa: E501
- Return type:
str
simscale_sdk.models.unit_time module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unit_time.UnitTime(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this UnitTime. # noqa: E501
- Returns:
The unit of this UnitTime. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this UnitTime. # noqa: E501
- Returns:
The value of this UnitTime. # noqa: E501
- Return type:
float
simscale_sdk.models.unit_volumetric_flow_rate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.unit_volumetric_flow_rate.UnitVolumetricFlowRate(value=None, unit=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'unit': 'unit', 'value': 'value'}¶
- openapi_types = {'unit': 'str', 'value': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property unit¶
Gets the unit of this UnitVolumetricFlowRate. # noqa: E501
- Returns:
The unit of this UnitVolumetricFlowRate. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this UnitVolumetricFlowRate. # noqa: E501
- Returns:
The value of this UnitVolumetricFlowRate. # noqa: E501
- Return type:
float
simscale_sdk.models.update_material_group_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.update_material_group_request.UpdateMaterialGroupRequest(name=None, metadata=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'metadata': 'metadata', 'name': 'name'}¶
- property metadata¶
Gets the metadata of this UpdateMaterialGroupRequest. # noqa: E501
- Returns:
The metadata of this UpdateMaterialGroupRequest. # noqa: E501
- Return type:
object
- property name¶
Gets the name of this UpdateMaterialGroupRequest. # noqa: E501
The name of the material group. # noqa: E501
- Returns:
The name of this UpdateMaterialGroupRequest. # noqa: E501
- Return type:
str
- openapi_types = {'metadata': 'object', 'name': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.user_defined_write_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.user_defined_write_control.UserDefinedWriteControl(type='USER_DEFINED_V21', write_increment=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'write_increment': 'writeIncrement'}¶
- openapi_types = {'type': 'str', 'write_increment': 'RestrictedDimensionalFunctionTime'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this UserDefinedWriteControl. # noqa: E501
<p>Define how frequently intermediate results should be saved. With the selection of <b>initial time steps</b> only the user defined time steps are stored in the result and by selecting <b>all computed time steps</b> also intermediate results that were created by the automatic time stepping are saved. With the selection of <b>write interval</b> a specific write frequency can be chosen which reduces the result size. Finally using <b>user defined time steps</b> there can either be a constant time increment for result storage given or a table with varying time intervals analogous to the <b>time step length</b> definition.</p> Schema name: UserDefinedWriteControl # noqa: E501
- Returns:
The type of this UserDefinedWriteControl. # noqa: E501
- Return type:
str
- property write_increment¶
Gets the write_increment of this UserDefinedWriteControl. # noqa: E501
- Returns:
The write_increment of this UserDefinedWriteControl. # noqa: E501
- Return type:
simscale_sdk.models.user_input_camera_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.user_input_camera_settings.UserInputCameraSettings(setting_type='USER_INPUT', projection_type=None, up=None, eye=None, center=None, front_plane_frustum_height=None, field_of_view_y_degrees=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'center': 'center', 'eye': 'eye', 'field_of_view_y_degrees': 'fieldOfViewYDegrees', 'front_plane_frustum_height': 'frontPlaneFrustumHeight', 'projection_type': 'projectionType', 'setting_type': 'settingType', 'up': 'up'}¶
- property center¶
Gets the center of this UserInputCameraSettings. # noqa: E501
- Returns:
The center of this UserInputCameraSettings. # noqa: E501
- Return type:
- property eye¶
Gets the eye of this UserInputCameraSettings. # noqa: E501
- Returns:
The eye of this UserInputCameraSettings. # noqa: E501
- Return type:
- property field_of_view_y_degrees¶
Gets the field_of_view_y_degrees of this UserInputCameraSettings. # noqa: E501
The total field of view in Y direction in degrees. Required onlyf for perspective projection type. # noqa: E501
- Returns:
The field_of_view_y_degrees of this UserInputCameraSettings. # noqa: E501
- Return type:
float
- property front_plane_frustum_height¶
Gets the front_plane_frustum_height of this UserInputCameraSettings. # noqa: E501
required only for orthogonal projection type. # noqa: E501
- Returns:
The front_plane_frustum_height of this UserInputCameraSettings. # noqa: E501
- Return type:
float
- openapi_types = {'center': 'Vector3D', 'eye': 'Vector3D', 'field_of_view_y_degrees': 'float', 'front_plane_frustum_height': 'float', 'projection_type': 'ProjectionType', 'setting_type': 'str', 'up': 'Vector3D'}¶
- property projection_type¶
Gets the projection_type of this UserInputCameraSettings. # noqa: E501
- Returns:
The projection_type of this UserInputCameraSettings. # noqa: E501
- Return type:
- property setting_type¶
Gets the setting_type of this UserInputCameraSettings. # noqa: E501
- Returns:
The setting_type of this UserInputCameraSettings. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.user_signup_request module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.user_signup_request.UserSignupRequest(email=None, firstname=None, lastname=None, consent_terms_conditions_privacy=None, consent_to_be_contacted=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'consent_terms_conditions_privacy': 'consentTermsConditionsPrivacy', 'consent_to_be_contacted': 'consentToBeContacted', 'email': 'email', 'firstname': 'firstname', 'lastname': 'lastname'}¶
- property consent_terms_conditions_privacy¶
Gets the consent_terms_conditions_privacy of this UserSignupRequest. # noqa: E501
I agree to the End User License Terms and the Privacy Policy # noqa: E501
- Returns:
The consent_terms_conditions_privacy of this UserSignupRequest. # noqa: E501
- Return type:
bool
- property consent_to_be_contacted¶
Gets the consent_to_be_contacted of this UserSignupRequest. # noqa: E501
SimScale may occasionally contact you via e-mail to present you with similar goods and services of SimScale unless you have objected to such use of your e-mail address. # noqa: E501
- Returns:
The consent_to_be_contacted of this UserSignupRequest. # noqa: E501
- Return type:
bool
- property email¶
Gets the email of this UserSignupRequest. # noqa: E501
- Returns:
The email of this UserSignupRequest. # noqa: E501
- Return type:
str
- property firstname¶
Gets the firstname of this UserSignupRequest. # noqa: E501
- Returns:
The firstname of this UserSignupRequest. # noqa: E501
- Return type:
str
- property lastname¶
Gets the lastname of this UserSignupRequest. # noqa: E501
- Returns:
The lastname of this UserSignupRequest. # noqa: E501
- Return type:
str
- openapi_types = {'consent_terms_conditions_privacy': 'bool', 'consent_to_be_contacted': 'bool', 'email': 'str', 'firstname': 'str', 'lastname': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.user_signup_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.user_signup_response.UserSignupResponse(email=None, user_id=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'email': 'email', 'user_id': 'userId'}¶
- property email¶
Gets the email of this UserSignupResponse. # noqa: E501
- Returns:
The email of this UserSignupResponse. # noqa: E501
- Return type:
str
- openapi_types = {'email': 'str', 'user_id': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property user_id¶
Gets the user_id of this UserSignupResponse. # noqa: E501
- Returns:
The user_id of this UserSignupResponse. # noqa: E501
- Return type:
str
simscale_sdk.models.variable_group_f module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_f.VariableGroupF(f=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'f': 'F'}¶
- property f¶
Gets the f of this VariableGroupF. # noqa: E501
- Returns:
The f of this VariableGroupF. # noqa: E501
- Return type:
- openapi_types = {'f': 'UnitFrequency'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.variable_group_height module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_height.VariableGroupHEIGHT(height=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'height': 'HEIGHT'}¶
- property height¶
Gets the height of this VariableGroupHEIGHT. # noqa: E501
- Returns:
The height of this VariableGroupHEIGHT. # noqa: E501
- Return type:
- openapi_types = {'height': 'UnitLength'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.variable_group_legendprobability module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_legendprobability.VariableGroupLEGENDPROBABILITY(legend=None, probability__=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'legend': 'Legend', 'probability__': 'Probability [%]'}¶
- property legend¶
Gets the legend of this VariableGroupLEGENDPROBABILITY. # noqa: E501
- Returns:
The legend of this VariableGroupLEGENDPROBABILITY. # noqa: E501
- Return type:
- openapi_types = {'legend': 'UnitText', 'probability__': 'UnitDimensionless'}¶
- property probability__¶
Gets the probability__ of this VariableGroupLEGENDPROBABILITY. # noqa: E501
- Returns:
The probability__ of this VariableGroupLEGENDPROBABILITY. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.variable_group_magneticfieldstrength module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_magneticfieldstrength.VariableGroupMAGNETICFIELDSTRENGTH(h=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'h': 'H'}¶
- property h¶
Gets the h of this VariableGroupMAGNETICFIELDSTRENGTH. # noqa: E501
- Returns:
The h of this VariableGroupMAGNETICFIELDSTRENGTH. # noqa: E501
- Return type:
- openapi_types = {'h': 'UnitMagneticFieldStrength'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.variable_group_strain module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_strain.VariableGroupSTRAIN(e=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'e': 'E'}¶
- property e¶
Gets the e of this VariableGroupSTRAIN. # noqa: E501
- Returns:
The e of this VariableGroupSTRAIN. # noqa: E501
- Return type:
- openapi_types = {'e': 'UnitDimensionless'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.variable_group_temp module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_temp.VariableGroupTEMP(temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'temperature': 'Temperature'}¶
- openapi_types = {'temperature': 'UnitTemperature'}¶
- property temperature¶
Gets the temperature of this VariableGroupTEMP. # noqa: E501
- Returns:
The temperature of this VariableGroupTEMP. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.variable_group_temppressure module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_temppressure.VariableGroupTEMPPRESSURE(temperature=None, pressure=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'pressure': 'Pressure', 'temperature': 'Temperature'}¶
- openapi_types = {'pressure': 'UnitPressure', 'temperature': 'UnitTemperature'}¶
- property pressure¶
Gets the pressure of this VariableGroupTEMPPRESSURE. # noqa: E501
- Returns:
The pressure of this VariableGroupTEMPPRESSURE. # noqa: E501
- Return type:
- property temperature¶
Gets the temperature of this VariableGroupTEMPPRESSURE. # noqa: E501
- Returns:
The temperature of this VariableGroupTEMPPRESSURE. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.variable_group_tempstrain module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_tempstrain.VariableGroupTEMPSTRAIN(e=None, temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'e': 'E', 'temperature': 'Temperature'}¶
- property e¶
Gets the e of this VariableGroupTEMPSTRAIN. # noqa: E501
- Returns:
The e of this VariableGroupTEMPSTRAIN. # noqa: E501
- Return type:
- openapi_types = {'e': 'UnitDimensionless', 'temperature': 'UnitTemperature'}¶
- property temperature¶
Gets the temperature of this VariableGroupTEMPSTRAIN. # noqa: E501
- Returns:
The temperature of this VariableGroupTEMPSTRAIN. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.variable_group_time module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_time.VariableGroupTIME(t=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'t': 'T'}¶
- openapi_types = {'t': 'UnitTime'}¶
- property t¶
Gets the t of this VariableGroupTIME. # noqa: E501
- Returns:
The t of this VariableGroupTIME. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.variable_group_vdot module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_vdot.VariableGroupVDOT(v_dot=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'v_dot': 'V_DOT'}¶
- openapi_types = {'v_dot': 'UnitVolumetricFlowRate'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property v_dot¶
Gets the v_dot of this VariableGroupVDOT. # noqa: E501
- Returns:
The v_dot of this VariableGroupVDOT. # noqa: E501
- Return type:
simscale_sdk.models.variable_group_velocity module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_velocity.VariableGroupVELOCITY(velocity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'velocity': 'VELOCITY'}¶
- openapi_types = {'velocity': 'UnitSpeed'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.variable_group_xyz module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_xyz.VariableGroupXYZ(x=None, y=None, z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'x': 'X', 'y': 'Y', 'z': 'Z'}¶
- openapi_types = {'x': 'UnitLength', 'y': 'UnitLength', 'z': 'UnitLength'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property x¶
Gets the x of this VariableGroupXYZ. # noqa: E501
- Returns:
The x of this VariableGroupXYZ. # noqa: E501
- Return type:
- property y¶
Gets the y of this VariableGroupXYZ. # noqa: E501
- Returns:
The y of this VariableGroupXYZ. # noqa: E501
- Return type:
- property z¶
Gets the z of this VariableGroupXYZ. # noqa: E501
- Returns:
The z of this VariableGroupXYZ. # noqa: E501
- Return type:
simscale_sdk.models.variable_group_xyztime module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_xyztime.VariableGroupXYZTIME(x=None, y=None, z=None, t=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'t': 'T', 'x': 'X', 'y': 'Y', 'z': 'Z'}¶
- openapi_types = {'t': 'UnitTime', 'x': 'UnitLength', 'y': 'UnitLength', 'z': 'UnitLength'}¶
- property t¶
Gets the t of this VariableGroupXYZTIME. # noqa: E501
- Returns:
The t of this VariableGroupXYZTIME. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property x¶
Gets the x of this VariableGroupXYZTIME. # noqa: E501
- Returns:
The x of this VariableGroupXYZTIME. # noqa: E501
- Return type:
- property y¶
Gets the y of this VariableGroupXYZTIME. # noqa: E501
- Returns:
The y of this VariableGroupXYZTIME. # noqa: E501
- Return type:
- property z¶
Gets the z of this VariableGroupXYZTIME. # noqa: E501
- Returns:
The z of this VariableGroupXYZTIME. # noqa: E501
- Return type:
simscale_sdk.models.variable_group_xyztimetemp module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.variable_group_xyztimetemp.VariableGroupXYZTIMETEMP(x=None, y=None, z=None, t=None, temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'t': 'T', 'temperature': 'Temperature', 'x': 'X', 'y': 'Y', 'z': 'Z'}¶
- openapi_types = {'t': 'UnitTime', 'temperature': 'UnitTemperature', 'x': 'UnitLength', 'y': 'UnitLength', 'z': 'UnitLength'}¶
- property t¶
Gets the t of this VariableGroupXYZTIMETEMP. # noqa: E501
- Returns:
The t of this VariableGroupXYZTIMETEMP. # noqa: E501
- Return type:
- property temperature¶
Gets the temperature of this VariableGroupXYZTIMETEMP. # noqa: E501
- Returns:
The temperature of this VariableGroupXYZTIMETEMP. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property x¶
Gets the x of this VariableGroupXYZTIMETEMP. # noqa: E501
- Returns:
The x of this VariableGroupXYZTIMETEMP. # noqa: E501
- Return type:
- property y¶
Gets the y of this VariableGroupXYZTIMETEMP. # noqa: E501
- Returns:
The y of this VariableGroupXYZTIMETEMP. # noqa: E501
- Return type:
- property z¶
Gets the z of this VariableGroupXYZTIMETEMP. # noqa: E501
- Returns:
The z of this VariableGroupXYZTIMETEMP. # noqa: E501
- Return type:
simscale_sdk.models.vector3_d module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.vector3_d.Vector3D(x=None, y=None, z=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'x': 'x', 'y': 'y', 'z': 'z'}¶
- openapi_types = {'x': 'float', 'y': 'float', 'z': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property x¶
Gets the x of this Vector3D. # noqa: E501
- Returns:
The x of this Vector3D. # noqa: E501
- Return type:
float
- property y¶
Gets the y of this Vector3D. # noqa: E501
- Returns:
The y of this Vector3D. # noqa: E501
- Return type:
float
- property z¶
Gets the z of this Vector3D. # noqa: E501
- Returns:
The z of this Vector3D. # noqa: E501
- Return type:
float
simscale_sdk.models.vector_field module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.vector_field.VectorField(field_name=None, data_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'data_type': 'dataType', 'field_name': 'fieldName'}¶
- property data_type¶
Gets the data_type of this VectorField. # noqa: E501
- Returns:
The data_type of this VectorField. # noqa: E501
- Return type:
- property field_name¶
Gets the field_name of this VectorField. # noqa: E501
- Returns:
The field_name of this VectorField. # noqa: E501
- Return type:
str
- openapi_types = {'data_type': 'DataType', 'field_name': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.vector_rotation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.vector_rotation.VectorRotation(type='VECTOR_ROTATION', rotation_center=None, angular_velocity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property angular_velocity¶
Gets the angular_velocity of this VectorRotation. # noqa: E501
- Returns:
The angular_velocity of this VectorRotation. # noqa: E501
- Return type:
- attribute_map = {'angular_velocity': 'angularVelocity', 'rotation_center': 'rotationCenter', 'type': 'type'}¶
- openapi_types = {'angular_velocity': 'DimensionalVectorRotationSpeed', 'rotation_center': 'DimensionalVectorLength', 'type': 'str'}¶
- property rotation_center¶
Gets the rotation_center of this VectorRotation. # noqa: E501
- Returns:
The rotation_center of this VectorRotation. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this VectorRotation. # noqa: E501
Schema name: VectorRotation # noqa: E501
- Returns:
The type of this VectorRotation. # noqa: E501
- Return type:
str
simscale_sdk.models.vector_settings module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.vector_settings.VectorSettings(vector_field=None, scale_factor=0.2, solid_color=None, coloring='BY_VECTOR_FIELD', minimum_clamping_range=None, maximum_clamping_range=None, minimum_filtering_range=None, maximum_filtering_range=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'coloring': 'coloring', 'maximum_clamping_range': 'maximumClampingRange', 'maximum_filtering_range': 'maximumFilteringRange', 'minimum_clamping_range': 'minimumClampingRange', 'minimum_filtering_range': 'minimumFilteringRange', 'scale_factor': 'scaleFactor', 'solid_color': 'solidColor', 'vector_field': 'vectorField'}¶
- property coloring¶
Gets the coloring of this VectorSettings. # noqa: E501
- Returns:
The coloring of this VectorSettings. # noqa: E501
- Return type:
str
- property maximum_clamping_range¶
Gets the maximum_clamping_range of this VectorSettings. # noqa: E501
The maximum length of (non-zero) vectors will be drawn as. Must not be smaller than minimumClampingRange. Default value is the maximum length of the specified vector field. # noqa: E501
- Returns:
The maximum_clamping_range of this VectorSettings. # noqa: E501
- Return type:
float
- property maximum_filtering_range¶
Gets the maximum_filtering_range of this VectorSettings. # noqa: E501
The required maximum length of the vectors in order to be drawn. Must not be smaller than minimumFilteringRange. Default value is the maximum length of the specified vector field. # noqa: E501
- Returns:
The maximum_filtering_range of this VectorSettings. # noqa: E501
- Return type:
float
- property minimum_clamping_range¶
Gets the minimum_clamping_range of this VectorSettings. # noqa: E501
The minimum length of (non-zero) vectors will be drawn as. Must not be larger than maximumClampingRange. Default value is the minimum length of the specified vector field. # noqa: E501
- Returns:
The minimum_clamping_range of this VectorSettings. # noqa: E501
- Return type:
float
- property minimum_filtering_range¶
Gets the minimum_filtering_range of this VectorSettings. # noqa: E501
The required minimum length of the vectors in order to be drawn. Must not be larger than maximumFilteringRange. Default value is the minimum length of the specified vector field. # noqa: E501
- Returns:
The minimum_filtering_range of this VectorSettings. # noqa: E501
- Return type:
float
- openapi_types = {'coloring': 'str', 'maximum_clamping_range': 'float', 'maximum_filtering_range': 'float', 'minimum_clamping_range': 'float', 'minimum_filtering_range': 'float', 'scale_factor': 'float', 'solid_color': 'Color', 'vector_field': 'VectorField'}¶
- property scale_factor¶
Gets the scale_factor of this VectorSettings. # noqa: E501
- Returns:
The scale_factor of this VectorSettings. # noqa: E501
- Return type:
float
- property solid_color¶
Gets the solid_color of this VectorSettings. # noqa: E501
- Returns:
The solid_color of this VectorSettings. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property vector_field¶
Gets the vector_field of this VectorSettings. # noqa: E501
- Returns:
The vector_field of this VectorSettings. # noqa: E501
- Return type:
simscale_sdk.models.velocity_field_selection module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.velocity_field_selection.VelocityFieldSelection(type='VELOCITY', velocity_type=None, component_selection=None, output_method=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'component_selection': 'componentSelection', 'output_method': 'outputMethod', 'type': 'type', 'velocity_type': 'velocityType'}¶
- property component_selection¶
Gets the component_selection of this VelocityFieldSelection. # noqa: E501
- Returns:
The component_selection of this VelocityFieldSelection. # noqa: E501
- Return type:
str
- openapi_types = {'component_selection': 'str', 'output_method': 'str', 'type': 'str', 'velocity_type': 'OneOfVelocityFieldSelectionVelocityType'}¶
- property output_method¶
Gets the output_method of this VelocityFieldSelection. # noqa: E501
<p>This option allows to control the output frequency and accuracy:</p><ul><li><p><b>Post simulation:</b> Point data output is synchronised with global solution fields. Data is interpolated from nodes surrounding the geometry primitive.</p></ul><ul><li><p><b>Live:</b> Point data is output continuously during the simulation at all computed timesteps. Data is taken directly from the nearest mesh node and no interpolation is performed.</p></ul> # noqa: E501
- Returns:
The output_method of this VelocityFieldSelection. # noqa: E501
- Return type:
str
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this VelocityFieldSelection. # noqa: E501
Schema name: VelocityFieldSelection # noqa: E501
- Returns:
The type of this VelocityFieldSelection. # noqa: E501
- Return type:
str
- property velocity_type¶
Gets the velocity_type of this VelocityFieldSelection. # noqa: E501
- Returns:
The velocity_type of this VelocityFieldSelection. # noqa: E501
- Return type:
OneOfVelocityFieldSelectionVelocityType
simscale_sdk.models.velocity_inlet_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.velocity_inlet_bc.VelocityInletBC(type='VELOCITY_INLET_V3', name=None, velocity=None, turbulence=None, temperature=None, passive_scalars=None, phase_fraction=None, phase_fractions_v2=None, mass_fractions_v2=None, turbulence_intensity=None, dissipation_type=None, net_radiative_heat_flux=None, radiative_intensity_ray=None, relative_humidity=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'dissipation_type': 'dissipationType', 'mass_fractions_v2': 'massFractionsV2', 'name': 'name', 'net_radiative_heat_flux': 'netRadiativeHeatFlux', 'passive_scalars': 'passiveScalars', 'phase_fraction': 'phaseFraction', 'phase_fractions_v2': 'phaseFractionsV2', 'radiative_intensity_ray': 'radiativeIntensityRay', 'relative_humidity': 'relativeHumidity', 'temperature': 'temperature', 'topological_reference': 'topologicalReference', 'turbulence': 'turbulence', 'turbulence_intensity': 'turbulenceIntensity', 'type': 'type', 'velocity': 'velocity'}¶
- property dissipation_type¶
Gets the dissipation_type of this VelocityInletBC. # noqa: E501
- Returns:
The dissipation_type of this VelocityInletBC. # noqa: E501
- Return type:
OneOfVelocityInletBCDissipationType
- property mass_fractions_v2¶
Gets the mass_fractions_v2 of this VelocityInletBC. # noqa: E501
- Returns:
The mass_fractions_v2 of this VelocityInletBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this VelocityInletBC. # noqa: E501
- Returns:
The name of this VelocityInletBC. # noqa: E501
- Return type:
str
- property net_radiative_heat_flux¶
Gets the net_radiative_heat_flux of this VelocityInletBC. # noqa: E501
- Returns:
The net_radiative_heat_flux of this VelocityInletBC. # noqa: E501
- Return type:
OneOfVelocityInletBCNetRadiativeHeatFlux
- openapi_types = {'dissipation_type': 'OneOfVelocityInletBCDissipationType', 'mass_fractions_v2': 'InletFixedMFValues', 'name': 'str', 'net_radiative_heat_flux': 'OneOfVelocityInletBCNetRadiativeHeatFlux', 'passive_scalars': 'list[FixedValuePSBC]', 'phase_fraction': 'FixedValuePFBC', 'phase_fractions_v2': 'InletFixedPFValues', 'radiative_intensity_ray': 'OneOfVelocityInletBCRadiativeIntensityRay', 'relative_humidity': 'FixedValueRHBC', 'temperature': 'OneOfVelocityInletBCTemperature', 'topological_reference': 'TopologicalReference', 'turbulence': 'OneOfVelocityInletBCTurbulence', 'turbulence_intensity': 'OneOfVelocityInletBCTurbulenceIntensity', 'type': 'str', 'velocity': 'OneOfVelocityInletBCVelocity'}¶
- property passive_scalars¶
Gets the passive_scalars of this VelocityInletBC. # noqa: E501
Please choose a boundary condition for passive scalar (T). # noqa: E501
- Returns:
The passive_scalars of this VelocityInletBC. # noqa: E501
- Return type:
list[FixedValuePSBC]
- property phase_fraction¶
Gets the phase_fraction of this VelocityInletBC. # noqa: E501
- Returns:
The phase_fraction of this VelocityInletBC. # noqa: E501
- Return type:
- property phase_fractions_v2¶
Gets the phase_fractions_v2 of this VelocityInletBC. # noqa: E501
- Returns:
The phase_fractions_v2 of this VelocityInletBC. # noqa: E501
- Return type:
- property radiative_intensity_ray¶
Gets the radiative_intensity_ray of this VelocityInletBC. # noqa: E501
- Returns:
The radiative_intensity_ray of this VelocityInletBC. # noqa: E501
- Return type:
OneOfVelocityInletBCRadiativeIntensityRay
- property relative_humidity¶
Gets the relative_humidity of this VelocityInletBC. # noqa: E501
- Returns:
The relative_humidity of this VelocityInletBC. # noqa: E501
- Return type:
- property temperature¶
Gets the temperature of this VelocityInletBC. # noqa: E501
- Returns:
The temperature of this VelocityInletBC. # noqa: E501
- Return type:
OneOfVelocityInletBCTemperature
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this VelocityInletBC. # noqa: E501
- Returns:
The topological_reference of this VelocityInletBC. # noqa: E501
- Return type:
- property turbulence¶
Gets the turbulence of this VelocityInletBC. # noqa: E501
- Returns:
The turbulence of this VelocityInletBC. # noqa: E501
- Return type:
OneOfVelocityInletBCTurbulence
- property turbulence_intensity¶
Gets the turbulence_intensity of this VelocityInletBC. # noqa: E501
- Returns:
The turbulence_intensity of this VelocityInletBC. # noqa: E501
- Return type:
OneOfVelocityInletBCTurbulenceIntensity
- property type¶
Gets the type of this VelocityInletBC. # noqa: E501
This boundary condition imposes a known <b>velocity</b>-based constraint at an inlet. Schema name: VelocityInletBC # noqa: E501
- Returns:
The type of this VelocityInletBC. # noqa: E501
- Return type:
str
- property velocity¶
Gets the velocity of this VelocityInletBC. # noqa: E501
- Returns:
The velocity of this VelocityInletBC. # noqa: E501
- Return type:
OneOfVelocityInletBCVelocity
simscale_sdk.models.velocity_outlet_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.velocity_outlet_bc.VelocityOutletBC(type='VELOCITY_OUTLET_V7', name=None, velocity=None, phase_fraction=None, phase_fractions_v2=None, mass_fractions_v2=None, net_radiative_heat_flux=None, radiative_intensity_ray=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'mass_fractions_v2': 'massFractionsV2', 'name': 'name', 'net_radiative_heat_flux': 'netRadiativeHeatFlux', 'phase_fraction': 'phaseFraction', 'phase_fractions_v2': 'phaseFractionsV2', 'radiative_intensity_ray': 'radiativeIntensityRay', 'topological_reference': 'topologicalReference', 'type': 'type', 'velocity': 'velocity'}¶
- property mass_fractions_v2¶
Gets the mass_fractions_v2 of this VelocityOutletBC. # noqa: E501
- Returns:
The mass_fractions_v2 of this VelocityOutletBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this VelocityOutletBC. # noqa: E501
- Returns:
The name of this VelocityOutletBC. # noqa: E501
- Return type:
str
- property net_radiative_heat_flux¶
Gets the net_radiative_heat_flux of this VelocityOutletBC. # noqa: E501
- Returns:
The net_radiative_heat_flux of this VelocityOutletBC. # noqa: E501
- Return type:
OneOfVelocityOutletBCNetRadiativeHeatFlux
- openapi_types = {'mass_fractions_v2': 'OutletBackFlowMFValues', 'name': 'str', 'net_radiative_heat_flux': 'OneOfVelocityOutletBCNetRadiativeHeatFlux', 'phase_fraction': 'OneOfVelocityOutletBCPhaseFraction', 'phase_fractions_v2': 'OneOfVelocityOutletBCPhaseFractionsV2', 'radiative_intensity_ray': 'OneOfVelocityOutletBCRadiativeIntensityRay', 'topological_reference': 'TopologicalReference', 'type': 'str', 'velocity': 'OneOfVelocityOutletBCVelocity'}¶
- property phase_fraction¶
Gets the phase_fraction of this VelocityOutletBC. # noqa: E501
- Returns:
The phase_fraction of this VelocityOutletBC. # noqa: E501
- Return type:
OneOfVelocityOutletBCPhaseFraction
- property phase_fractions_v2¶
Gets the phase_fractions_v2 of this VelocityOutletBC. # noqa: E501
- Returns:
The phase_fractions_v2 of this VelocityOutletBC. # noqa: E501
- Return type:
OneOfVelocityOutletBCPhaseFractionsV2
- property radiative_intensity_ray¶
Gets the radiative_intensity_ray of this VelocityOutletBC. # noqa: E501
- Returns:
The radiative_intensity_ray of this VelocityOutletBC. # noqa: E501
- Return type:
OneOfVelocityOutletBCRadiativeIntensityRay
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this VelocityOutletBC. # noqa: E501
- Returns:
The topological_reference of this VelocityOutletBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this VelocityOutletBC. # noqa: E501
This boundary condition imposes a known <b>velocity</b>-based constraint at an outlet. Schema name: VelocityOutletBC # noqa: E501
- Returns:
The type of this VelocityOutletBC. # noqa: E501
- Return type:
str
- property velocity¶
Gets the velocity of this VelocityOutletBC. # noqa: E501
- Returns:
The velocity of this VelocityOutletBC. # noqa: E501
- Return type:
OneOfVelocityOutletBCVelocity
simscale_sdk.models.velocity_result_control_item module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.velocity_result_control_item.VelocityResultControlItem(type='VELOCITY', name=None, velocity_type=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'type': 'type', 'velocity_type': 'velocityType'}¶
- property name¶
Gets the name of this VelocityResultControlItem. # noqa: E501
- Returns:
The name of this VelocityResultControlItem. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'type': 'str', 'velocity_type': 'GlobalVelocityType'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this VelocityResultControlItem. # noqa: E501
Schema name: VelocityResultControlItem # noqa: E501
- Returns:
The type of this VelocityResultControlItem. # noqa: E501
- Return type:
str
- property velocity_type¶
Gets the velocity_type of this VelocityResultControlItem. # noqa: E501
- Returns:
The velocity_type of this VelocityResultControlItem. # noqa: E501
- Return type:
simscale_sdk.models.voltage_excitation module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.voltage_excitation.VoltageExcitation(type='VOLTAGE_EXCITATION', voltage_type=None, voltage_rms=None, voltage_phase=None, additional_resistance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property additional_resistance¶
Gets the additional_resistance of this VoltageExcitation. # noqa: E501
- Returns:
The additional_resistance of this VoltageExcitation. # noqa: E501
- Return type:
- attribute_map = {'additional_resistance': 'additionalResistance', 'type': 'type', 'voltage_phase': 'voltagePhase', 'voltage_rms': 'voltageRMS', 'voltage_type': 'voltageType'}¶
- openapi_types = {'additional_resistance': 'DimensionalElectricResistance', 'type': 'str', 'voltage_phase': 'DimensionalAngle', 'voltage_rms': 'DimensionalElectricPotential', 'voltage_type': 'OneOfVoltageExcitationVoltageType'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this VoltageExcitation. # noqa: E501
Schema name: VoltageExcitation # noqa: E501
- Returns:
The type of this VoltageExcitation. # noqa: E501
- Return type:
str
- property voltage_phase¶
Gets the voltage_phase of this VoltageExcitation. # noqa: E501
- Returns:
The voltage_phase of this VoltageExcitation. # noqa: E501
- Return type:
- property voltage_rms¶
Gets the voltage_rms of this VoltageExcitation. # noqa: E501
- Returns:
The voltage_rms of this VoltageExcitation. # noqa: E501
- Return type:
- property voltage_type¶
Gets the voltage_type of this VoltageExcitation. # noqa: E501
- Returns:
The voltage_type of this VoltageExcitation. # noqa: E501
- Return type:
OneOfVoltageExcitationVoltageType
simscale_sdk.models.volume_custom_sizing module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.volume_custom_sizing.VolumeCustomSizing(type='VOLUME_CUSTOM_SIZING', name=None, custom_sizing_modes=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'custom_sizing_modes': 'customSizingModes', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property custom_sizing_modes¶
Gets the custom_sizing_modes of this VolumeCustomSizing. # noqa: E501
- Returns:
The custom_sizing_modes of this VolumeCustomSizing. # noqa: E501
- Return type:
OneOfVolumeCustomSizingCustomSizingModes
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this VolumeCustomSizing. # noqa: E501
- Returns:
The geometry_primitive_uuids of this VolumeCustomSizing. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this VolumeCustomSizing. # noqa: E501
- Returns:
The name of this VolumeCustomSizing. # noqa: E501
- Return type:
str
- openapi_types = {'custom_sizing_modes': 'OneOfVolumeCustomSizingCustomSizingModes', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this VolumeCustomSizing. # noqa: E501
- Returns:
The topological_reference of this VolumeCustomSizing. # noqa: E501
- Return type:
- property type¶
Gets the type of this VolumeCustomSizing. # noqa: E501
Schema name: VolumeCustomSizing # noqa: E501
- Returns:
The type of this VolumeCustomSizing. # noqa: E501
- Return type:
str
simscale_sdk.models.volume_heat_flux module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.volume_heat_flux.VolumeHeatFlux(type='VOLUME_HEAT_FLUX', name=None, heat_flux_value=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'heat_flux_value': 'heatFluxValue', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property heat_flux_value¶
Gets the heat_flux_value of this VolumeHeatFlux. # noqa: E501
- Returns:
The heat_flux_value of this VolumeHeatFlux. # noqa: E501
- Return type:
- property name¶
Gets the name of this VolumeHeatFlux. # noqa: E501
- Returns:
The name of this VolumeHeatFlux. # noqa: E501
- Return type:
str
- openapi_types = {'heat_flux_value': 'DimensionalFunctionVolumetricPower', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this VolumeHeatFlux. # noqa: E501
- Returns:
The topological_reference of this VolumeHeatFlux. # noqa: E501
- Return type:
- property type¶
Gets the type of this VolumeHeatFlux. # noqa: E501
Specify the rate of heat transfer per unit volume within a body. Used for internal heat generation sources. Schema name: VolumeHeatFlux # noqa: E501
- Returns:
The type of this VolumeHeatFlux. # noqa: E501
- Return type:
str
simscale_sdk.models.volume_heat_flux_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.volume_heat_flux_bc.VolumeHeatFluxBC(type='VOLUME_HEAT_FLUX', name=None, heatflux_value=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'heatflux_value': 'heatfluxValue', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property heatflux_value¶
Gets the heatflux_value of this VolumeHeatFluxBC. # noqa: E501
- Returns:
The heatflux_value of this VolumeHeatFluxBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this VolumeHeatFluxBC. # noqa: E501
- Returns:
The name of this VolumeHeatFluxBC. # noqa: E501
- Return type:
str
- openapi_types = {'heatflux_value': 'DimensionalFunctionVolumetricPower', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this VolumeHeatFluxBC. # noqa: E501
- Returns:
The topological_reference of this VolumeHeatFluxBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this VolumeHeatFluxBC. # noqa: E501
This is a <b>volume heat source</b> boundary condition. It is applied to the <b>volume elements</b> in the selected volumes or volume groups.<br /><br />Important remarks: <br /><ul><li>The total heat generated depends on the volume of the selection as the value is given as Watt per cubic meter.</li><li>For positive values heat is generated, for negative values the bc represents a heat sink.</li><li>You may define a <b>parameter dependent (x,y,z,t)</b> value by defining a formula or uploading a table (csv-file)</li></ul> Schema name: VolumeHeatFluxBC # noqa: E501
- Returns:
The type of this VolumeHeatFluxBC. # noqa: E501
- Return type:
str
simscale_sdk.models.volume_load_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.volume_load_bc.VolumeLoadBC(type='VOLUME_LOAD', name=None, load=None, scaling=None, phase_angle=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'load': 'load', 'name': 'name', 'phase_angle': 'phaseAngle', 'scaling': 'scaling', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property load¶
Gets the load of this VolumeLoadBC. # noqa: E501
- Returns:
The load of this VolumeLoadBC. # noqa: E501
- Return type:
- property name¶
Gets the name of this VolumeLoadBC. # noqa: E501
- Returns:
The name of this VolumeLoadBC. # noqa: E501
- Return type:
str
- openapi_types = {'load': 'DimensionalVectorFunctionVolumeForce', 'name': 'str', 'phase_angle': 'DimensionalAngle', 'scaling': 'DimensionalFunctionDimensionless', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- property phase_angle¶
Gets the phase_angle of this VolumeLoadBC. # noqa: E501
- Returns:
The phase_angle of this VolumeLoadBC. # noqa: E501
- Return type:
- property scaling¶
Gets the scaling of this VolumeLoadBC. # noqa: E501
- Returns:
The scaling of this VolumeLoadBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this VolumeLoadBC. # noqa: E501
- Returns:
The topological_reference of this VolumeLoadBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this VolumeLoadBC. # noqa: E501
This is a <b>volume load</b> boundary condition representing a distributed load on the selected volumes applied in the global coordinate system and each element of the assignment is loaded with a volume force depending on the volume of the element.<br /><br />Important remarks: <br /><ul><li>The applied total force depends on the volume of the selection.</li></ul><a href= https://www.simscale.com/docs/simulation-setup/boundary-conditions/volume-load/’ target=’_blank’>Learn more</a>. Schema name: VolumeLoadBC # noqa: E501
- Returns:
The type of this VolumeLoadBC. # noqa: E501
- Return type:
str
simscale_sdk.models.volumetric_flow module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.volumetric_flow.VolumetricFlow(type='VOLUMETRIC', value=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'value': 'value'}¶
- openapi_types = {'type': 'str', 'value': 'DimensionalFunctionVolumetricFlowRate'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this VolumetricFlow. # noqa: E501
<p>Defines the volumetric flow rate <strong>per each face</strong> of the assignment.</p> Schema name: VolumetricFlow # noqa: E501
- Returns:
The type of this VolumetricFlow. # noqa: E501
- Return type:
str
- property value¶
Gets the value of this VolumetricFlow. # noqa: E501
- Returns:
The value of this VolumetricFlow. # noqa: E501
- Return type:
simscale_sdk.models.volumetric_species_humidity_source module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.volumetric_species_humidity_source.VolumetricSpeciesHumiditySource(type='VOLUMETRIC_SPECIES_MASS_FLOW_RATE', name=None, water_vapor_mass_rate=None, dry_air_mass_rate=None, topological_reference=None, geometry_primitive_uuids=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'dry_air_mass_rate': 'dryAirMassRate', 'geometry_primitive_uuids': 'geometryPrimitiveUuids', 'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type', 'water_vapor_mass_rate': 'waterVaporMassRate'}¶
- property dry_air_mass_rate¶
Gets the dry_air_mass_rate of this VolumetricSpeciesHumiditySource. # noqa: E501
- Returns:
The dry_air_mass_rate of this VolumetricSpeciesHumiditySource. # noqa: E501
- Return type:
- property geometry_primitive_uuids¶
Gets the geometry_primitive_uuids of this VolumetricSpeciesHumiditySource. # noqa: E501
- Returns:
The geometry_primitive_uuids of this VolumetricSpeciesHumiditySource. # noqa: E501
- Return type:
list[str]
- property name¶
Gets the name of this VolumetricSpeciesHumiditySource. # noqa: E501
- Returns:
The name of this VolumetricSpeciesHumiditySource. # noqa: E501
- Return type:
str
- openapi_types = {'dry_air_mass_rate': 'DimensionalAbsoluteHumidityRate', 'geometry_primitive_uuids': 'list[str]', 'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str', 'water_vapor_mass_rate': 'DimensionalAbsoluteHumidityRate'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this VolumetricSpeciesHumiditySource. # noqa: E501
- Returns:
The topological_reference of this VolumetricSpeciesHumiditySource. # noqa: E501
- Return type:
- property type¶
Gets the type of this VolumetricSpeciesHumiditySource. # noqa: E501
<i>Humidity sources</i> can be used to simulate humidity generation from a volume, knowing the mass of species entering the fluid domain per second. Schema name: VolumetricSpeciesHumiditySource # noqa: E501
- Returns:
The type of this VolumetricSpeciesHumiditySource. # noqa: E501
- Return type:
str
- property water_vapor_mass_rate¶
Gets the water_vapor_mass_rate of this VolumetricSpeciesHumiditySource. # noqa: E501
- Returns:
The water_vapor_mass_rate of this VolumetricSpeciesHumiditySource. # noqa: E501
- Return type:
simscale_sdk.models.von_mises_stress_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.von_mises_stress_type.VonMisesStressType(type='VON_MISES', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this VonMisesStressType. # noqa: E501
Schema name: VonMisesStressType # noqa: E501
- Returns:
The type of this VonMisesStressType. # noqa: E501
- Return type:
str
simscale_sdk.models.vorticity_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.vorticity_result_type.VorticityResultType(type='VORTICITY', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this VorticityResultType. # noqa: E501
Schema name: VorticityResultType # noqa: E501
- Returns:
The type of this VorticityResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.wall_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_bc.WallBC(type='WALL_V34', name=None, velocity=None, temperature=None, relative_humidity=None, phase_fraction=None, net_radiative_heat_flux=None, radiative_intensity_ray=None, electric_boundary_condition=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'electric_boundary_condition': 'electricBoundaryCondition', 'name': 'name', 'net_radiative_heat_flux': 'netRadiativeHeatFlux', 'phase_fraction': 'phaseFraction', 'radiative_intensity_ray': 'radiativeIntensityRay', 'relative_humidity': 'relativeHumidity', 'temperature': 'temperature', 'topological_reference': 'topologicalReference', 'type': 'type', 'velocity': 'velocity'}¶
- property electric_boundary_condition¶
Gets the electric_boundary_condition of this WallBC. # noqa: E501
- Returns:
The electric_boundary_condition of this WallBC. # noqa: E501
- Return type:
OneOfWallBCElectricBoundaryCondition
- property name¶
Gets the name of this WallBC. # noqa: E501
- Returns:
The name of this WallBC. # noqa: E501
- Return type:
str
- property net_radiative_heat_flux¶
Gets the net_radiative_heat_flux of this WallBC. # noqa: E501
- Returns:
The net_radiative_heat_flux of this WallBC. # noqa: E501
- Return type:
OneOfWallBCNetRadiativeHeatFlux
- openapi_types = {'electric_boundary_condition': 'OneOfWallBCElectricBoundaryCondition', 'name': 'str', 'net_radiative_heat_flux': 'OneOfWallBCNetRadiativeHeatFlux', 'phase_fraction': 'OneOfWallBCPhaseFraction', 'radiative_intensity_ray': 'OneOfWallBCRadiativeIntensityRay', 'relative_humidity': 'OneOfWallBCRelativeHumidity', 'temperature': 'OneOfWallBCTemperature', 'topological_reference': 'TopologicalReference', 'type': 'str', 'velocity': 'OneOfWallBCVelocity'}¶
- property phase_fraction¶
Gets the phase_fraction of this WallBC. # noqa: E501
- Returns:
The phase_fraction of this WallBC. # noqa: E501
- Return type:
OneOfWallBCPhaseFraction
- property radiative_intensity_ray¶
Gets the radiative_intensity_ray of this WallBC. # noqa: E501
- Returns:
The radiative_intensity_ray of this WallBC. # noqa: E501
- Return type:
OneOfWallBCRadiativeIntensityRay
- property relative_humidity¶
Gets the relative_humidity of this WallBC. # noqa: E501
- Returns:
The relative_humidity of this WallBC. # noqa: E501
- Return type:
OneOfWallBCRelativeHumidity
- property temperature¶
Gets the temperature of this WallBC. # noqa: E501
- Returns:
The temperature of this WallBC. # noqa: E501
- Return type:
OneOfWallBCTemperature
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this WallBC. # noqa: E501
- Returns:
The topological_reference of this WallBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this WallBC. # noqa: E501
<p>This boundary provides several Solid Wall conditions.</P>The default <b>no-slip</b> corresponds to friction wall with no movement. The <b>slip wall</b> models a surface with no friction. The <b>rotating/moving wall</b> model wall movement by prescribing velocities. <a href=’https://www.simscale.com/docs/simulation-setup/boundary-conditions/wall/’ target=’_blank’>Learn more</a>. Schema name: WallBC # noqa: E501
- Returns:
The type of this WallBC. # noqa: E501
- Return type:
str
- property velocity¶
Gets the velocity of this WallBC. # noqa: E501
- Returns:
The velocity of this WallBC. # noqa: E501
- Return type:
OneOfWallBCVelocity
simscale_sdk.models.wall_contact_angle module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_contact_angle.WallContactAngle(enable_wall_contact_angle=None, associated_phase=None, contact_angle=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property associated_phase¶
Gets the associated_phase of this WallContactAngle. # noqa: E501
- Returns:
The associated_phase of this WallContactAngle. # noqa: E501
- Return type:
str
- attribute_map = {'associated_phase': 'associatedPhase', 'contact_angle': 'contactAngle', 'enable_wall_contact_angle': 'enableWallContactAngle'}¶
- property contact_angle¶
Gets the contact_angle of this WallContactAngle. # noqa: E501
- Returns:
The contact_angle of this WallContactAngle. # noqa: E501
- Return type:
- property enable_wall_contact_angle¶
Gets the enable_wall_contact_angle of this WallContactAngle. # noqa: E501
- Returns:
The enable_wall_contact_angle of this WallContactAngle. # noqa: E501
- Return type:
bool
- openapi_types = {'associated_phase': 'str', 'contact_angle': 'DimensionalAngle', 'enable_wall_contact_angle': 'bool'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.wall_convection_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_convection_model.WallConvectionModel(convection_coefficient=None, ambient_temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property ambient_temperature¶
Gets the ambient_temperature of this WallConvectionModel. # noqa: E501
- Returns:
The ambient_temperature of this WallConvectionModel. # noqa: E501
- Return type:
- attribute_map = {'ambient_temperature': 'ambientTemperature', 'convection_coefficient': 'convectionCoefficient'}¶
- property convection_coefficient¶
Gets the convection_coefficient of this WallConvectionModel. # noqa: E501
- Returns:
The convection_coefficient of this WallConvectionModel. # noqa: E501
- Return type:
- openapi_types = {'ambient_temperature': 'DimensionalTemperature', 'convection_coefficient': 'DimensionalThermalTransmittance'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.wall_function_dvbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_function_dvbc.WallFunctionDVBC(type='WALL_FUNCTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallFunctionDVBC. # noqa: E501
Schema name: WallFunctionDVBC # noqa: E501
- Returns:
The type of this WallFunctionDVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.wall_function_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_function_ebc.WallFunctionEBC(type='WALL_FUNCTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallFunctionEBC. # noqa: E501
Schema name: WallFunctionEBC # noqa: E501
- Returns:
The type of this WallFunctionEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.wall_function_evbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_function_evbc.WallFunctionEVBC(type='WALL_FUNCTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallFunctionEVBC. # noqa: E501
Schema name: WallFunctionEVBC # noqa: E501
- Returns:
The type of this WallFunctionEVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.wall_function_evcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_function_evcbc.WallFunctionEVCBC(type='WALL_FUNCTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallFunctionEVCBC. # noqa: E501
Schema name: WallFunctionEVCBC # noqa: E501
- Returns:
The type of this WallFunctionEVCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.wall_function_nbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_function_nbc.WallFunctionNBC(type='WALL_FUNCTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallFunctionNBC. # noqa: E501
Schema name: WallFunctionNBC # noqa: E501
- Returns:
The type of this WallFunctionNBC. # noqa: E501
- Return type:
str
simscale_sdk.models.wall_function_obc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_function_obc.WallFunctionOBC(type='WALL_FUNCTION', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallFunctionOBC. # noqa: E501
Schema name: WallFunctionOBC # noqa: E501
- Returns:
The type of this WallFunctionOBC. # noqa: E501
- Return type:
str
simscale_sdk.models.wall_function_tdbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_function_tdbc.WallFunctionTDBC(type='WALL_FUNCTION', prandtl_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'prandtl_number': 'prandtlNumber', 'type': 'type'}¶
- openapi_types = {'prandtl_number': 'float', 'type': 'str'}¶
- property prandtl_number¶
Gets the prandtl_number of this WallFunctionTDBC. # noqa: E501
- Returns:
The prandtl_number of this WallFunctionTDBC. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallFunctionTDBC. # noqa: E501
Schema name: WallFunctionTDBC # noqa: E501
- Returns:
The type of this WallFunctionTDBC. # noqa: E501
- Return type:
str
simscale_sdk.models.wall_function_tdcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_function_tdcbc.WallFunctionTDCBC(type='WALL_FUNCTION', prandtl_number=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'prandtl_number': 'prandtlNumber', 'type': 'type'}¶
- openapi_types = {'prandtl_number': 'float', 'type': 'str'}¶
- property prandtl_number¶
Gets the prandtl_number of this WallFunctionTDCBC. # noqa: E501
- Returns:
The prandtl_number of this WallFunctionTDCBC. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallFunctionTDCBC. # noqa: E501
Schema name: WallFunctionTDCBC # noqa: E501
- Returns:
The type of this WallFunctionTDCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.wall_function_tkebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_function_tkebc.WallFunctionTKEBC(type='WALL_FUNCTION', wall_roughness=None, roughness_height=None, roughness_constant=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'roughness_constant': 'roughnessConstant', 'roughness_height': 'roughnessHeight', 'type': 'type', 'wall_roughness': 'wallRoughness'}¶
- openapi_types = {'roughness_constant': 'float', 'roughness_height': 'DimensionalLength', 'type': 'str', 'wall_roughness': 'bool'}¶
- property roughness_constant¶
Gets the roughness_constant of this WallFunctionTKEBC. # noqa: E501
- Returns:
The roughness_constant of this WallFunctionTKEBC. # noqa: E501
- Return type:
float
- property roughness_height¶
Gets the roughness_height of this WallFunctionTKEBC. # noqa: E501
- Returns:
The roughness_height of this WallFunctionTKEBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallFunctionTKEBC. # noqa: E501
Schema name: WallFunctionTKEBC # noqa: E501
- Returns:
The type of this WallFunctionTKEBC. # noqa: E501
- Return type:
str
- property wall_roughness¶
Gets the wall_roughness of this WallFunctionTKEBC. # noqa: E501
- Returns:
The wall_roughness of this WallFunctionTKEBC. # noqa: E501
- Return type:
bool
simscale_sdk.models.wall_heat_flux_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_heat_flux_result_type.WallHeatFluxResultType(type='WALL_HEAT_FLUX', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallHeatFluxResultType. # noqa: E501
Schema name: WallHeatFluxResultType # noqa: E501
- Returns:
The type of this WallHeatFluxResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.wall_heat_transfer_tbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_heat_transfer_tbc.WallHeatTransferTBC(type='WALL_HEAT_TRANSFER', wall_temperature=None, thermal_diffusivity=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'thermal_diffusivity': 'thermalDiffusivity', 'type': 'type', 'wall_temperature': 'wallTemperature'}¶
- openapi_types = {'thermal_diffusivity': 'DimensionalKinematicViscosity', 'type': 'str', 'wall_temperature': 'DimensionalTemperature'}¶
- property thermal_diffusivity¶
Gets the thermal_diffusivity of this WallHeatTransferTBC. # noqa: E501
- Returns:
The thermal_diffusivity of this WallHeatTransferTBC. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallHeatTransferTBC. # noqa: E501
Schema name: WallHeatTransferTBC # noqa: E501
- Returns:
The type of this WallHeatTransferTBC. # noqa: E501
- Return type:
str
- property wall_temperature¶
Gets the wall_temperature of this WallHeatTransferTBC. # noqa: E501
- Returns:
The wall_temperature of this WallHeatTransferTBC. # noqa: E501
- Return type:
simscale_sdk.models.wall_next_cell_heat_transfer_coefficient_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_next_cell_heat_transfer_coefficient_result_type.WallNextCellHeatTransferCoefficientResultType(type='WALL_NEXT_CELL_HEAT_TRANSFER_COEFFICIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallNextCellHeatTransferCoefficientResultType. # noqa: E501
Schema name: WallNextCellHeatTransferCoefficientResultType # noqa: E501
- Returns:
The type of this WallNextCellHeatTransferCoefficientResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.wall_radiation_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_radiation_model.WallRadiationModel(emissivity=None, ambient_temperature=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property ambient_temperature¶
Gets the ambient_temperature of this WallRadiationModel. # noqa: E501
- Returns:
The ambient_temperature of this WallRadiationModel. # noqa: E501
- Return type:
- attribute_map = {'ambient_temperature': 'ambientTemperature', 'emissivity': 'emissivity'}¶
- property emissivity¶
Gets the emissivity of this WallRadiationModel. # noqa: E501
The proportionality factor emissivity defines the type of radiation. The lower bound (0) determining complete reflection and the upper bound (1) defining complete absorption (black body). # noqa: E501
- Returns:
The emissivity of this WallRadiationModel. # noqa: E501
- Return type:
float
- openapi_types = {'ambient_temperature': 'DimensionalTemperature', 'emissivity': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.wall_shear_stress_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wall_shear_stress_result_type.WallShearStressResultType(type='WALL_SHEAR_STRESS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WallShearStressResultType. # noqa: E501
Schema name: WallShearStressResultType # noqa: E501
- Returns:
The type of this WallShearStressResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.water_vapor_flux_humidity_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.water_vapor_flux_humidity_bc.WaterVaporFluxHumidityBC(type='WATER_VAPOR_FLUX', water_vapor_flux=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'water_vapor_flux': 'waterVaporFlux'}¶
- openapi_types = {'type': 'str', 'water_vapor_flux': 'DimensionalMassFlowRate'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WaterVaporFluxHumidityBC. # noqa: E501
Schema name: WaterVaporFluxHumidityBC # noqa: E501
- Returns:
The type of this WaterVaporFluxHumidityBC. # noqa: E501
- Return type:
str
- property water_vapor_flux¶
Gets the water_vapor_flux of this WaterVaporFluxHumidityBC. # noqa: E501
- Returns:
The water_vapor_flux of this WaterVaporFluxHumidityBC. # noqa: E501
- Return type:
simscale_sdk.models.wave_transmissive_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wave_transmissive_pbc.WaveTransmissivePBC(type='WAVE_TRANSMISSIVE', specific_heat_ratio=None, relax_boundary=None, far_field_value=None, relaxation_length_scale=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'far_field_value': 'farFieldValue', 'relax_boundary': 'relaxBoundary', 'relaxation_length_scale': 'relaxationLengthScale', 'specific_heat_ratio': 'specificHeatRatio', 'type': 'type'}¶
- property far_field_value¶
Gets the far_field_value of this WaveTransmissivePBC. # noqa: E501
- Returns:
The far_field_value of this WaveTransmissivePBC. # noqa: E501
- Return type:
- openapi_types = {'far_field_value': 'DimensionalPressure', 'relax_boundary': 'bool', 'relaxation_length_scale': 'DimensionalLength', 'specific_heat_ratio': 'float', 'type': 'str'}¶
- property relax_boundary¶
Gets the relax_boundary of this WaveTransmissivePBC. # noqa: E501
- Returns:
The relax_boundary of this WaveTransmissivePBC. # noqa: E501
- Return type:
bool
- property relaxation_length_scale¶
Gets the relaxation_length_scale of this WaveTransmissivePBC. # noqa: E501
- Returns:
The relaxation_length_scale of this WaveTransmissivePBC. # noqa: E501
- Return type:
- property specific_heat_ratio¶
Gets the specific_heat_ratio of this WaveTransmissivePBC. # noqa: E501
- Returns:
The specific_heat_ratio of this WaveTransmissivePBC. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WaveTransmissivePBC. # noqa: E501
Schema name: WaveTransmissivePBC # noqa: E501
- Returns:
The type of this WaveTransmissivePBC. # noqa: E501
- Return type:
str
simscale_sdk.models.wedge_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wedge_bc.WedgeBC(type='WEDGE', name=None, topological_reference=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'topological_reference': 'topologicalReference', 'type': 'type'}¶
- property name¶
Gets the name of this WedgeBC. # noqa: E501
- Returns:
The name of this WedgeBC. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'topological_reference': 'TopologicalReference', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property topological_reference¶
Gets the topological_reference of this WedgeBC. # noqa: E501
- Returns:
The topological_reference of this WedgeBC. # noqa: E501
- Return type:
- property type¶
Gets the type of this WedgeBC. # noqa: E501
This boundary condition is applied to the front and back faces of an axisymmetric system (eg. cylinder). Note that the face elements of the mesh need to be congruent on both the faces. Works for uploaded 2D meshes only. <a href=’https://www.simscale.com/docs/simulation-setup/boundary-conditions/wedge/’ target=’_blank’>Learn more</a>. Schema name: WedgeBC # noqa: E501
- Returns:
The type of this WedgeBC. # noqa: E501
- Return type:
str
simscale_sdk.models.wind_comfort module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_comfort.WindComfort(type='WIND_COMFORT', region_of_interest=None, wind_conditions=None, pedestrian_comfort_map=None, simulation_control=None, advanced_modelling=None, additional_result_export=None, mesh_settings=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property additional_result_export¶
Gets the additional_result_export of this WindComfort. # noqa: E501
- Returns:
The additional_result_export of this WindComfort. # noqa: E501
- Return type:
- property advanced_modelling¶
Gets the advanced_modelling of this WindComfort. # noqa: E501
- Returns:
The advanced_modelling of this WindComfort. # noqa: E501
- Return type:
- attribute_map = {'additional_result_export': 'additionalResultExport', 'advanced_modelling': 'advancedModelling', 'mesh_settings': 'meshSettings', 'pedestrian_comfort_map': 'pedestrianComfortMap', 'region_of_interest': 'regionOfInterest', 'simulation_control': 'simulationControl', 'type': 'type', 'wind_conditions': 'windConditions'}¶
- property mesh_settings¶
Gets the mesh_settings of this WindComfort. # noqa: E501
- Returns:
The mesh_settings of this WindComfort. # noqa: E501
- Return type:
- openapi_types = {'additional_result_export': 'FluidResultControls', 'advanced_modelling': 'AdvancedModelling', 'mesh_settings': 'WindComfortMesh', 'pedestrian_comfort_map': 'list[PedestrianComfortSurface]', 'region_of_interest': 'RegionOfInterest', 'simulation_control': 'WindComfortSimulationControl', 'type': 'str', 'wind_conditions': 'WindConditions'}¶
- property pedestrian_comfort_map¶
Gets the pedestrian_comfort_map of this WindComfort. # noqa: E501
- Returns:
The pedestrian_comfort_map of this WindComfort. # noqa: E501
- Return type:
list[PedestrianComfortSurface]
- property region_of_interest¶
Gets the region_of_interest of this WindComfort. # noqa: E501
- Returns:
The region_of_interest of this WindComfort. # noqa: E501
- Return type:
- property simulation_control¶
Gets the simulation_control of this WindComfort. # noqa: E501
- Returns:
The simulation_control of this WindComfort. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WindComfort. # noqa: E501
Schema name: WindComfort # noqa: E501
- Returns:
The type of this WindComfort. # noqa: E501
- Return type:
str
- property wind_conditions¶
Gets the wind_conditions of this WindComfort. # noqa: E501
- Returns:
The wind_conditions of this WindComfort. # noqa: E501
- Return type:
simscale_sdk.models.wind_comfort_mesh module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_comfort_mesh.WindComfortMesh(wind_comfort_fineness=None, progressive_refinement=None, reynolds_scaling_type=None, refinements=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'progressive_refinement': 'progressiveRefinement', 'refinements': 'refinements', 'reynolds_scaling_type': 'reynoldsScalingType', 'wind_comfort_fineness': 'windComfortFineness'}¶
- openapi_types = {'progressive_refinement': 'ProgressiveRefinement', 'refinements': 'list[OneOfWindComfortMeshRefinements]', 'reynolds_scaling_type': 'OneOfWindComfortMeshReynoldsScalingType', 'wind_comfort_fineness': 'OneOfWindComfortMeshWindComfortFineness'}¶
- property progressive_refinement¶
Gets the progressive_refinement of this WindComfortMesh. # noqa: E501
- Returns:
The progressive_refinement of this WindComfortMesh. # noqa: E501
- Return type:
- property refinements¶
Gets the refinements of this WindComfortMesh. # noqa: E501
- Returns:
The refinements of this WindComfortMesh. # noqa: E501
- Return type:
list[OneOfWindComfortMeshRefinements]
- property reynolds_scaling_type¶
Gets the reynolds_scaling_type of this WindComfortMesh. # noqa: E501
- Returns:
The reynolds_scaling_type of this WindComfortMesh. # noqa: E501
- Return type:
OneOfWindComfortMeshReynoldsScalingType
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property wind_comfort_fineness¶
Gets the wind_comfort_fineness of this WindComfortMesh. # noqa: E501
- Returns:
The wind_comfort_fineness of this WindComfortMesh. # noqa: E501
- Return type:
OneOfWindComfortMeshWindComfortFineness
simscale_sdk.models.wind_comfort_simulation_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_comfort_simulation_control.WindComfortSimulationControl(max_direction_run_time=None, number_of_fluid_passes=None, velocity_scaling=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'max_direction_run_time': 'maxDirectionRunTime', 'number_of_fluid_passes': 'numberOfFluidPasses', 'velocity_scaling': 'velocityScaling'}¶
- property max_direction_run_time¶
Gets the max_direction_run_time of this WindComfortSimulationControl. # noqa: E501
- Returns:
The max_direction_run_time of this WindComfortSimulationControl. # noqa: E501
- Return type:
- property number_of_fluid_passes¶
Gets the number_of_fluid_passes of this WindComfortSimulationControl. # noqa: E501
<p>Set how many times the fluid (air) passes over the domain during the simulation.</p><p> <b>Warning</b>: Values below 2.0 might produce invalid results while higher numbers will require more simulation time and consequently more GPU hours. Recommended value is 3.0. <a href=’https://www.simscale.com/docs/analysis-types/pedestrian-wind-comfort-analysis/simulation-control/’ target=’_blank’>Learn more</a>.</p> # noqa: E501
- Returns:
The number_of_fluid_passes of this WindComfortSimulationControl. # noqa: E501
- Return type:
float
- openapi_types = {'max_direction_run_time': 'DimensionalTime', 'number_of_fluid_passes': 'float', 'velocity_scaling': 'float'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property velocity_scaling¶
Gets the velocity_scaling of this WindComfortSimulationControl. # noqa: E501
<p>It affects the stability of the simulation. The default value of 0.1 is a good compromise between accuracy and computational requirements. Lower values of this parameter might increase the stability of the simulation at the cost of higher computational time.</p> # noqa: E501
- Returns:
The velocity_scaling of this WindComfortSimulationControl. # noqa: E501
- Return type:
float
simscale_sdk.models.wind_conditions module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_conditions.WindConditions(geographical_location=None, wind_rose=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'geographical_location': 'geographicalLocation', 'wind_rose': 'windRose'}¶
- property geographical_location¶
Gets the geographical_location of this WindConditions. # noqa: E501
- Returns:
The geographical_location of this WindConditions. # noqa: E501
- Return type:
- openapi_types = {'geographical_location': 'GeographicalLocation', 'wind_rose': 'WindRose'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.wind_data module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_data.WindData(name=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name'}¶
- property name¶
Gets the name of this WindData. # noqa: E501
The name of the newly created simulation run. # noqa: E501
- Returns:
The name of this WindData. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.wind_exposure_roughness module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_exposure_roughness.WindExposureRoughness(type='WIND_EXPOSURE_ROUGHNESS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WindExposureRoughness. # noqa: E501
Schema name: WindExposureRoughness # noqa: E501
- Returns:
The type of this WindExposureRoughness. # noqa: E501
- Return type:
str
simscale_sdk.models.wind_rose module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_rose.WindRose(num_directions=None, velocity_buckets=None, velocity_unit='m/s', exposure_categories=None, wind_engineering_standard=None, wind_data_source=None, add_surface_roughness=None, gust_factor_v2=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- property add_surface_roughness¶
Gets the add_surface_roughness of this WindRose. # noqa: E501
- Returns:
The add_surface_roughness of this WindRose. # noqa: E501
- Return type:
bool
- attribute_map = {'add_surface_roughness': 'addSurfaceRoughness', 'exposure_categories': 'exposureCategories', 'gust_factor_v2': 'gustFactorV2', 'num_directions': 'numDirections', 'velocity_buckets': 'velocityBuckets', 'velocity_unit': 'velocityUnit', 'wind_data_source': 'windDataSource', 'wind_engineering_standard': 'windEngineeringStandard'}¶
- property exposure_categories¶
Gets the exposure_categories of this WindRose. # noqa: E501
- Returns:
The exposure_categories of this WindRose. # noqa: E501
- Return type:
list[str]
- property gust_factor_v2¶
Gets the gust_factor_v2 of this WindRose. # noqa: E501
- Returns:
The gust_factor_v2 of this WindRose. # noqa: E501
- Return type:
float
- property num_directions¶
Gets the num_directions of this WindRose. # noqa: E501
- Returns:
The num_directions of this WindRose. # noqa: E501
- Return type:
int
- openapi_types = {'add_surface_roughness': 'bool', 'exposure_categories': 'list[str]', 'gust_factor_v2': 'float', 'num_directions': 'int', 'velocity_buckets': 'list[WindRoseVelocityBucket]', 'velocity_unit': 'str', 'wind_data_source': 'str', 'wind_engineering_standard': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property velocity_buckets¶
Gets the velocity_buckets of this WindRose. # noqa: E501
- Returns:
The velocity_buckets of this WindRose. # noqa: E501
- Return type:
list[WindRoseVelocityBucket]
- property velocity_unit¶
Gets the velocity_unit of this WindRose. # noqa: E501
- Returns:
The velocity_unit of this WindRose. # noqa: E501
- Return type:
str
- property wind_data_source¶
Gets the wind_data_source of this WindRose. # noqa: E501
- Returns:
The wind_data_source of this WindRose. # noqa: E501
- Return type:
str
- property wind_engineering_standard¶
Gets the wind_engineering_standard of this WindRose. # noqa: E501
- Returns:
The wind_engineering_standard of this WindRose. # noqa: E501
- Return type:
str
simscale_sdk.models.wind_rose_response module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_rose_response.WindRoseResponse(wind_rose=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'wind_rose': 'windRose'}¶
- openapi_types = {'wind_rose': 'WindRose'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.wind_rose_velocity_bucket module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_rose_velocity_bucket.WindRoseVelocityBucket(_from=None, to=None, fractions=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'_from': 'from', 'fractions': 'fractions', 'to': 'to'}¶
- property fractions¶
Gets the fractions of this WindRoseVelocityBucket. # noqa: E501
- Returns:
The fractions of this WindRoseVelocityBucket. # noqa: E501
- Return type:
list[float]
- openapi_types = {'_from': 'float', 'fractions': 'list[float]', 'to': 'float'}¶
- property to¶
Gets the to of this WindRoseVelocityBucket. # noqa: E501
- Returns:
The to of this WindRoseVelocityBucket. # noqa: E501
- Return type:
float
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
simscale_sdk.models.wind_tunnel_size_custom module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_tunnel_size_custom.WindTunnelSizeCustom(type='WIND_TUNNEL_SIZE_CUSTOM', height_extension=None, side_extension=None, inflow_extension=None, outflow_extension=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'height_extension': 'heightExtension', 'inflow_extension': 'inflowExtension', 'outflow_extension': 'outflowExtension', 'side_extension': 'sideExtension', 'type': 'type'}¶
- property height_extension¶
Gets the height_extension of this WindTunnelSizeCustom. # noqa: E501
- Returns:
The height_extension of this WindTunnelSizeCustom. # noqa: E501
- Return type:
- property inflow_extension¶
Gets the inflow_extension of this WindTunnelSizeCustom. # noqa: E501
- Returns:
The inflow_extension of this WindTunnelSizeCustom. # noqa: E501
- Return type:
- openapi_types = {'height_extension': 'DimensionalLength', 'inflow_extension': 'DimensionalLength', 'outflow_extension': 'DimensionalLength', 'side_extension': 'DimensionalLength', 'type': 'str'}¶
- property outflow_extension¶
Gets the outflow_extension of this WindTunnelSizeCustom. # noqa: E501
- Returns:
The outflow_extension of this WindTunnelSizeCustom. # noqa: E501
- Return type:
- property side_extension¶
Gets the side_extension of this WindTunnelSizeCustom. # noqa: E501
- Returns:
The side_extension of this WindTunnelSizeCustom. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WindTunnelSizeCustom. # noqa: E501
Schema name: WindTunnelSizeCustom # noqa: E501
- Returns:
The type of this WindTunnelSizeCustom. # noqa: E501
- Return type:
str
simscale_sdk.models.wind_tunnel_size_large module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_tunnel_size_large.WindTunnelSizeLarge(type='WIND_TUNNEL_SIZE_LARGE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WindTunnelSizeLarge. # noqa: E501
Schema name: WindTunnelSizeLarge # noqa: E501
- Returns:
The type of this WindTunnelSizeLarge. # noqa: E501
- Return type:
str
simscale_sdk.models.wind_tunnel_size_moderate module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.wind_tunnel_size_moderate.WindTunnelSizeModerate(type='WIND_TUNNEL_SIZE_MODERATE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WindTunnelSizeModerate. # noqa: E501
Schema name: WindTunnelSizeModerate # noqa: E501
- Returns:
The type of this WindTunnelSizeModerate. # noqa: E501
- Return type:
str
simscale_sdk.models.with_cell_zone module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.with_cell_zone.WithCellZone(type='WITH_CELL_ZONE_V11', name=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'name': 'name', 'type': 'type'}¶
- property name¶
Gets the name of this WithCellZone. # noqa: E501
- Returns:
The name of this WithCellZone. # noqa: E501
- Return type:
str
- openapi_types = {'name': 'str', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WithCellZone. # noqa: E501
Schema name: WithCellZone # noqa: E501
- Returns:
The type of this WithCellZone. # noqa: E501
- Return type:
str
simscale_sdk.models.with_fictitious_clearance module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.with_fictitious_clearance.WithFictitiousClearance(type='WITH_FICTITIOUS_CLEARANCE', master_clearance=None, slave_clearance=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'master_clearance': 'masterClearance', 'slave_clearance': 'slaveClearance', 'type': 'type'}¶
- property master_clearance¶
Gets the master_clearance of this WithFictitiousClearance. # noqa: E501
- Returns:
The master_clearance of this WithFictitiousClearance. # noqa: E501
- Return type:
- openapi_types = {'master_clearance': 'DimensionalFunctionLength', 'slave_clearance': 'DimensionalFunctionLength', 'type': 'str'}¶
- property slave_clearance¶
Gets the slave_clearance of this WithFictitiousClearance. # noqa: E501
- Returns:
The slave_clearance of this WithFictitiousClearance. # noqa: E501
- Return type:
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WithFictitiousClearance. # noqa: E501
Schema name: WithFictitiousClearance # noqa: E501
- Returns:
The type of this WithFictitiousClearance. # noqa: E501
- Return type:
str
simscale_sdk.models.without_cell_zone module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.without_cell_zone.WithoutCellZone(type='WITHOUT_CELL_ZONE', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WithoutCellZone. # noqa: E501
Schema name: WithoutCellZone # noqa: E501
- Returns:
The type of this WithoutCellZone. # noqa: E501
- Return type:
str
simscale_sdk.models.write_interval_write_control module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.write_interval_write_control.WriteIntervalWriteControl(type='WRITE_INTERVAL', write_interval=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type', 'write_interval': 'writeInterval'}¶
- openapi_types = {'type': 'str', 'write_interval': 'int'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this WriteIntervalWriteControl. # noqa: E501
<p>Define how frequently intermediate results should be saved. With the selection of <b>initial time steps</b> only the user defined time steps are stored in the result and by selecting <b>all computed time steps</b> also intermediate results that were created by the automatic time stepping are saved. With the selection of <b>write interval</b> a specific write frequency can be chosen which reduces the result size. Finally using <b>user defined time steps</b> there can either be a constant time increment for result storage given or a table with varying time intervals analogous to the <b>time step length</b> definition.</p> Schema name: WriteIntervalWriteControl # noqa: E501
- Returns:
The type of this WriteIntervalWriteControl. # noqa: E501
- Return type:
str
- property write_interval¶
Gets the write_interval of this WriteIntervalWriteControl. # noqa: E501
<p>Define the write frequency of the intermediate results to the result file. Selecting a write interval of 2 means that every second computed time step is saved in the final result database, independently if it is a pre-defined user time step or an intermediate one that was added during automatic time stepping. </p> # noqa: E501
- Returns:
The write_interval of this WriteIntervalWriteControl. # noqa: E501
- Return type:
int
simscale_sdk.models.x_axis module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.x_axis.XAxis(type='XAXIS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this XAxis. # noqa: E501
Schema name: XAxis # noqa: E501
- Returns:
The type of this XAxis. # noqa: E501
- Return type:
str
simscale_sdk.models.y_axis module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.y_axis.YAxis(type='YAXIS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this YAxis. # noqa: E501
Schema name: YAxis # noqa: E501
- Returns:
The type of this YAxis. # noqa: E501
- Return type:
str
simscale_sdk.models.y_plus_ras_result_type module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.y_plus_ras_result_type.YPlusRASResultType(type='DIMENSIONLESS_WALL_DISTANCE_YPLUS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this YPlusRASResultType. # noqa: E501
Schema name: YPlusRASResultType # noqa: E501
- Returns:
The type of this YPlusRASResultType. # noqa: E501
- Return type:
str
simscale_sdk.models.yeoh_hyper_elastic_model module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.yeoh_hyper_elastic_model.YeohHyperElasticModel(type='YEOH', c10=None, c20=None, c30=None, d1=None, local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'c10': 'c10', 'c20': 'c20', 'c30': 'c30', 'd1': 'd1', 'type': 'type'}¶
- property c10¶
Gets the c10 of this YeohHyperElasticModel. # noqa: E501
- Returns:
The c10 of this YeohHyperElasticModel. # noqa: E501
- Return type:
- property c20¶
Gets the c20 of this YeohHyperElasticModel. # noqa: E501
- Returns:
The c20 of this YeohHyperElasticModel. # noqa: E501
- Return type:
- property c30¶
Gets the c30 of this YeohHyperElasticModel. # noqa: E501
- Returns:
The c30 of this YeohHyperElasticModel. # noqa: E501
- Return type:
- property d1¶
Gets the d1 of this YeohHyperElasticModel. # noqa: E501
- Returns:
The d1 of this YeohHyperElasticModel. # noqa: E501
- Return type:
- openapi_types = {'c10': 'DimensionalPressure', 'c20': 'DimensionalPressure', 'c30': 'DimensionalPressure', 'd1': 'DimensionalInvPressure', 'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this YeohHyperElasticModel. # noqa: E501
Schema name: YeohHyperElasticModel # noqa: E501
- Returns:
The type of this YeohHyperElasticModel. # noqa: E501
- Return type:
str
simscale_sdk.models.z_axis module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.z_axis.ZAxis(type='ZAXIS', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZAxis. # noqa: E501
Schema name: ZAxis # noqa: E501
- Returns:
The type of this ZAxis. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_dvbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_dvbc.ZeroGradientDVBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientDVBC. # noqa: E501
Schema name: ZeroGradientDVBC # noqa: E501
- Returns:
The type of this ZeroGradientDVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_ebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_ebc.ZeroGradientEBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientEBC. # noqa: E501
Schema name: ZeroGradientEBC # noqa: E501
- Returns:
The type of this ZeroGradientEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_evbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_evbc.ZeroGradientEVBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientEVBC. # noqa: E501
Schema name: ZeroGradientEVBC # noqa: E501
- Returns:
The type of this ZeroGradientEVBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_evcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_evcbc.ZeroGradientEVCBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientEVCBC. # noqa: E501
Schema name: ZeroGradientEVCBC # noqa: E501
- Returns:
The type of this ZeroGradientEVCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_humidity_bc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_humidity_bc.ZeroGradientHumidityBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientHumidityBC. # noqa: E501
Schema name: ZeroGradientHumidityBC # noqa: E501
- Returns:
The type of this ZeroGradientHumidityBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_nbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_nbc.ZeroGradientNBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientNBC. # noqa: E501
Schema name: ZeroGradientNBC # noqa: E501
- Returns:
The type of this ZeroGradientNBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_obc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_obc.ZeroGradientOBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientOBC. # noqa: E501
Schema name: ZeroGradientOBC # noqa: E501
- Returns:
The type of this ZeroGradientOBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_pbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_pbc.ZeroGradientPBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientPBC. # noqa: E501
Schema name: ZeroGradientPBC # noqa: E501
- Returns:
The type of this ZeroGradientPBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_pfbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_pfbc.ZeroGradientPFBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientPFBC. # noqa: E501
Schema name: ZeroGradientPFBC # noqa: E501
- Returns:
The type of this ZeroGradientPFBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_psbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_psbc.ZeroGradientPSBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientPSBC. # noqa: E501
Schema name: ZeroGradientPSBC # noqa: E501
- Returns:
The type of this ZeroGradientPSBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_tdbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_tdbc.ZeroGradientTDBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientTDBC. # noqa: E501
Schema name: ZeroGradientTDBC # noqa: E501
- Returns:
The type of this ZeroGradientTDBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_tdcbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_tdcbc.ZeroGradientTDCBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientTDCBC. # noqa: E501
Schema name: ZeroGradientTDCBC # noqa: E501
- Returns:
The type of this ZeroGradientTDCBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_tkebc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_tkebc.ZeroGradientTKEBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientTKEBC. # noqa: E501
Schema name: ZeroGradientTKEBC # noqa: E501
- Returns:
The type of this ZeroGradientTKEBC. # noqa: E501
- Return type:
str
simscale_sdk.models.zero_gradient_vbc module¶
SimScale API
The version of the OpenAPI document: 0.0.0 Generated by: https://openapi-generator.tech
- class simscale_sdk.models.zero_gradient_vbc.ZeroGradientVBC(type='ZERO_GRADIENT', local_vars_configuration=None)¶
Bases:
object
NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'type': 'type'}¶
- openapi_types = {'type': 'str'}¶
- to_dict()¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model
- property type¶
Gets the type of this ZeroGradientVBC. # noqa: E501
Schema name: ZeroGradientVBC # noqa: E501
- Returns:
The type of this ZeroGradientVBC. # noqa: E501
- Return type:
str