Example #1
0
    def __init__(self,
                 type='VOLUMETRIC',
                 value=None,
                 local_vars_configuration=None):  # noqa: E501
        """OneOfFlowRateStableOutletVBCFlowRate - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._value = None
        self.discriminator = 'type'

        self.type = type
        if value is not None:
            self.value = value
    def __init__(self,
                 type='GAUSS_LINEAR_UNCORRECTED',
                 limiter_coefficient=None,
                 local_vars_configuration=None):  # noqa: E501
        """OneOfLaplacianSchemesLaplacianRAUfPressure - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._limiter_coefficient = None
        self.discriminator = 'type'

        self.type = type
        if limiter_coefficient is not None:
            self.limiter_coefficient = limiter_coefficient
    def __init__(self,
                 type='SIGNED_VON_MISES',
                 component_selection=None,
                 local_vars_configuration=None):  # noqa: E501
        """OneOfStressFieldSelectionStressType - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._component_selection = None
        self.discriminator = 'type'

        self.type = type
        if component_selection is not None:
            self.component_selection = component_selection
Example #4
0
    def __init__(self,
                 type='GAUSS_INTERFACECOMPRESSION',
                 limiter_coefficient=None,
                 local_vars_configuration=None):  # noqa: E501
        """OneOfDivergenceSchemesDivPhiVelocity - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._limiter_coefficient = None
        self.discriminator = 'type'

        self.type = type
        if limiter_coefficient is not None:
            self.limiter_coefficient = limiter_coefficient
Example #5
0
    def __init__(self,
                 type='FIXED_MEAN',
                 value=None,
                 local_vars_configuration=None):  # noqa: E501
        """OneOfPressureOutletBCPressureRgh - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._value = None
        self.discriminator = 'type'

        self.type = type
        if value is not None:
            self.value = value
    def __init__(self,
                 type='FIXED_GRADIENT',
                 gradient=None,
                 local_vars_configuration=None):  # noqa: E501
        """FixedGradientOBC - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._gradient = None
        self.discriminator = None

        self.type = type
        if gradient is not None:
            self.gradient = gradient
    def __init__(self, facet_split=True, sewing=True, improve=True, optimize_for_lbm_solver=True, local_vars_configuration=None):  # noqa: E501
        """GeometryImportRequestOptions - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._facet_split = None
        self._sewing = None
        self._improve = None
        self._optimize_for_lbm_solver = None
        self.discriminator = None

        self.facet_split = facet_split
        self.sewing = sewing
        self.improve = improve
        self.optimize_for_lbm_solver = optimize_for_lbm_solver
Example #8
0
    def __init__(self,
                 type='TOTAL_PRESSURE',
                 pressure_value=None,
                 local_vars_configuration=None):  # noqa: E501
        """TotalPressurePressureType - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._pressure_value = None
        self.discriminator = None

        self.type = type
        if pressure_value is not None:
            self.pressure_value = pressure_value
    def __init__(self,
                 type='CELLLIMITED_LEASTSQUARES',
                 limiter_coefficient=None,
                 local_vars_configuration=None):  # noqa: E501
        """CelllimitedLeastSquaresGradientScheme - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._limiter_coefficient = None
        self.discriminator = None

        self.type = type
        if limiter_coefficient is not None:
            self.limiter_coefficient = limiter_coefficient
    def __init__(self,
                 type='TURBULENCE_KINETIC_ENERGY',
                 value=None,
                 local_vars_configuration=None):  # noqa: E501
        """TurbulenceKineticEnergyTIBC - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._value = None
        self.discriminator = None

        self.type = type
        if value is not None:
            self.value = value
    def __init__(self,
                 type='TOTAL_ISOTROPIC',
                 total=None,
                 local_vars_configuration=None):  # noqa: E501
        """TotalIsotropicStiffnessDefinition - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._total = None
        self.discriminator = None

        self.type = type
        if total is not None:
            self.total = total
    def __init__(self, type='NORTON', a=None, n=None, local_vars_configuration=None):  # noqa: E501
        """NortonCreepFormulation - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._a = None
        self._n = None
        self.discriminator = None

        self.type = type
        if a is not None:
            self.a = a
        if n is not None:
            self.n = n
Example #13
0
    def __init__(self,
                 type='SYCAMORE',
                 average_tree_height=None,
                 local_vars_configuration=None):  # noqa: E501
        """Sycamore - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._average_tree_height = None
        self.discriminator = None

        self.type = type
        if average_tree_height is not None:
            self.average_tree_height = average_tree_height
    def __init__(self,
                 type='TARGET_SIZE',
                 minimum_cell_size=None,
                 local_vars_configuration=None):  # noqa: E501
        """OneOfWindComfortMeshWindComfortFineness - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._minimum_cell_size = None
        self.discriminator = 'type'

        self.type = type
        if minimum_cell_size is not None:
            self.minimum_cell_size = minimum_cell_size
    def __init__(self,
                 type='NON_MONOTOMOUS_RESIDUAL',
                 timestep_calculation_type=None,
                 local_vars_configuration=None):  # noqa: E501
        """NonMonotomousResidualRetimingEvent - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._timestep_calculation_type = None
        self.discriminator = None

        self.type = type
        if timestep_calculation_type is not None:
            self.timestep_calculation_type = timestep_calculation_type
Example #16
0
    def __init__(self,
                 type='FIRSTMODE',
                 number_of_modes=None,
                 local_vars_configuration=None):  # noqa: E501
        """FirstMode - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._number_of_modes = None
        self.discriminator = None

        self.type = type
        if number_of_modes is not None:
            self.number_of_modes = number_of_modes
    def __init__(self,
                 type='FIXED_POINT',
                 iteration_control=None,
                 local_vars_configuration=None):  # noqa: E501
        """FixedPointContactNonLinearityResolution - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._iteration_control = None
        self.discriminator = None

        self.type = type
        if iteration_control is not None:
            self.iteration_control = iteration_control
Example #18
0
    def __init__(self,
                 type='RECTIFYING',
                 direction=None,
                 local_vars_configuration=None):  # noqa: E501
        """OneOfGeneralDarcyForchheimerPacefishDarcyForchheimerType - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._direction = None
        self.discriminator = 'type'

        self.type = type
        if direction is not None:
            self.direction = direction
    def __init__(self,
                 type='TARGET_SIZE',
                 minimum_cell_size=None,
                 local_vars_configuration=None):  # noqa: E501
        """PacefishFinenessTargetSize - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._minimum_cell_size = None
        self.discriminator = None

        self.type = type
        if minimum_cell_size is not None:
            self.minimum_cell_size = minimum_cell_size
Example #20
0
    def __init__(self,
                 type='OUTSIDE',
                 level=None,
                 local_vars_configuration=None):  # noqa: E501
        """OutsideRegionRefinementWithLevels - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._level = None
        self.discriminator = None

        self.type = type
        if level is not None:
            self.level = level
    def __init__(self,
                 type='CUSTOM_RESOLUTION',
                 write_interval=None,
                 local_vars_configuration=None):  # noqa: E501
        """OneOfForcesMomentsResultControlWriteControl - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._write_interval = None
        self.discriminator = 'type'

        self.type = type
        if write_interval is not None:
            self.write_interval = write_interval
Example #22
0
    def __init__(self,
                 type='INLET_OUTLET',
                 value=None,
                 local_vars_configuration=None):  # noqa: E501
        """InletOutletEVCBC - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._value = None
        self.discriminator = None

        self.type = type
        if value is not None:
            self.value = value
Example #23
0
    def __init__(self,
                 type='GROUND_RELATIVE',
                 topological_reference=None,
                 local_vars_configuration=None):  # noqa: E501
        """GroundRelative - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._topological_reference = None
        self.discriminator = None

        self.type = type
        if topological_reference is not None:
            self.topological_reference = topological_reference
    def __init__(self,
                 type='OFF',
                 tolerance=None,
                 local_vars_configuration=None):  # noqa: E501
        """OneOfSlidingContactPositionTolerance - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._tolerance = None
        self.discriminator = 'type'

        self.type = type
        if tolerance is not None:
            self.tolerance = tolerance
Example #25
0
    def __init__(self,
                 type='FIXED_VALUE',
                 value=None,
                 local_vars_configuration=None):  # noqa: E501
        """TurbulenceIntensityTIBC - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._value = None
        self.discriminator = None

        self.type = type
        if value is not None:
            self.value = value
Example #26
0
    def __init__(self,
                 type='NODAL',
                 component_selection=None,
                 local_vars_configuration=None):  # noqa: E501
        """NodalForceType - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._component_selection = None
        self.discriminator = None

        self.type = type
        if component_selection is not None:
            self.component_selection = component_selection
    def __init__(self,
                 type='RELATIVE',
                 first_layer_size=None,
                 local_vars_configuration=None):  # noqa: E501
        """OneOfDeprecatedSimmetrixBoundaryLayerRefinementRelativeSize - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._first_layer_size = None
        self.discriminator = 'type'

        self.type = type
        if first_layer_size is not None:
            self.first_layer_size = first_layer_size
    def __init__(self,
                 type='NEWTONIAN',
                 kinematic_viscosity=None,
                 local_vars_configuration=None):  # noqa: E501
        """NewtonianViscosityModel - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._kinematic_viscosity = None
        self.discriminator = None

        self.type = type
        if kinematic_viscosity is not None:
            self.kinematic_viscosity = kinematic_viscosity
    def __init__(self,
                 value=None,
                 unit=None,
                 local_vars_configuration=None):  # noqa: E501
        """DimensionalFunctionVolumetricFlowRate - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._value = None
        self._unit = None
        self.discriminator = None

        if value is not None:
            self.value = value
        self.unit = unit
Example #30
0
    def __init__(self,
                 type='VELOCITY',
                 component_selection=None,
                 local_vars_configuration=None):  # noqa: E501
        """VelocityFieldSelection - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._type = None
        self._component_selection = None
        self.discriminator = None

        self.type = type
        if component_selection is not None:
            self.component_selection = component_selection