Esempio n. 1
0
 def PrepareModelPart(self):
     self.monolithic_model_part = CreateRansFormulationModelPart(
         self.GetComputingModelPart(), self.__class__.__name__,
         self.GetDomainSize(), self.flow_solver_formulation.element_name,
         self.condition_name)
     Kratos.Logger.PrintInfo(self.__class__.__name__,
                             "Created formulation model part.")
Esempio n. 2
0
    def PrepareModelPart(self):
        self.fractional_step_model_part = CreateRansFormulationModelPart(
            self.GetComputingModelPart(), self.__class__.__name__,
            self.GetDomainSize(), "FractionalStep", self.condition_name)

        Kratos.Logger.PrintInfo(self.__class__.__name__,
                                "Created formulation model part.")
Esempio n. 3
0
    def PrepareModelPart(self):
        self.velocity_model_part = CreateRansFormulationModelPart(
            self, "RansIncompressiblePotentialFlowVelocity",
            "RansIncompressiblePotentialFlowVelocityInlet")

        Kratos.Logger.PrintInfo(self.GetName(),
                                "Created formulation model part.")
Esempio n. 4
0
    def PrepareModelPart(self):
        self.velocity_model_part = CreateRansFormulationModelPart(
            self.GetComputingModelPart(), self.__class__.__name__,
            self.GetDomainSize(), "RansIncompressiblePotentialFlowVelocity",
            "RansIncompressiblePotentialFlowVelocityInlet")

        Kratos.Logger.PrintInfo(self.__class__.__name__,
                                "Created formulation model part.")
 def PrepareModelPart(self):
     self.monolithic_model_part = CreateRansFormulationModelPart(
         self, "VMS", self.condition_name)
     Kratos.Logger.PrintInfo(self.GetName(),
                             "Created formulation model part.")