KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Member Functions | Public Attributes | List of all members
stochastic_potential_flow_response.SimulationScenario Class Reference
Inheritance diagram for stochastic_potential_flow_response.SimulationScenario:
Collaboration diagram for stochastic_potential_flow_response.SimulationScenario:

Public Member Functions

def __init__ (self, input_model, input_parameters, sample)
 
def Finalize (self)
 
def ModifyInitialProperties (self)
 Method introducing the stochasticity in the right hand side. More...
 
def EvaluateQuantityOfInterest (self)
 Method evaluating the QoI of the problem: lift coefficient. More...
 
def MappingAndEvaluateQuantityOfInterest (self)
 

Public Attributes

 sample
 
 mapping
 
 adjoint_parameters_path
 
 design_surface_sub_model_part_name
 
 main_model_part_name
 
 auxiliary_mdpa_path
 
 primal_model_part
 
 adjoint_analysis
 
 primal_state_variables
 
 adjoint_model_part
 
 response_function
 

Constructor & Destructor Documentation

◆ __init__()

def stochastic_potential_flow_response.SimulationScenario.__init__ (   self,
  input_model,
  input_parameters,
  sample 
)

Member Function Documentation

◆ EvaluateQuantityOfInterest()

def stochastic_potential_flow_response.SimulationScenario.EvaluateQuantityOfInterest (   self)

Method evaluating the QoI of the problem: lift coefficient.

◆ Finalize()

def stochastic_potential_flow_response.SimulationScenario.Finalize (   self)

◆ MappingAndEvaluateQuantityOfInterest()

def stochastic_potential_flow_response.SimulationScenario.MappingAndEvaluateQuantityOfInterest (   self)

◆ ModifyInitialProperties()

def stochastic_potential_flow_response.SimulationScenario.ModifyInitialProperties (   self)

Method introducing the stochasticity in the right hand side.

Mach number and angle of attack are random varaibles.

Member Data Documentation

◆ adjoint_analysis

stochastic_potential_flow_response.SimulationScenario.adjoint_analysis

◆ adjoint_model_part

stochastic_potential_flow_response.SimulationScenario.adjoint_model_part

◆ adjoint_parameters_path

stochastic_potential_flow_response.SimulationScenario.adjoint_parameters_path

◆ auxiliary_mdpa_path

stochastic_potential_flow_response.SimulationScenario.auxiliary_mdpa_path

◆ design_surface_sub_model_part_name

stochastic_potential_flow_response.SimulationScenario.design_surface_sub_model_part_name

◆ main_model_part_name

stochastic_potential_flow_response.SimulationScenario.main_model_part_name

◆ mapping

stochastic_potential_flow_response.SimulationScenario.mapping

◆ primal_model_part

stochastic_potential_flow_response.SimulationScenario.primal_model_part

◆ primal_state_variables

stochastic_potential_flow_response.SimulationScenario.primal_state_variables

◆ response_function

stochastic_potential_flow_response.SimulationScenario.response_function

◆ sample

stochastic_potential_flow_response.SimulationScenario.sample

The documentation for this class was generated from the following file: