https://mooseframework.inl.gov
Loading...
Searching...
No Matches
SIMPLE.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12#include "SteadyBase.h"
13#include "SIMPLESolve.h"
14
19class SIMPLE : public SteadyBase
20{
21public:
23
25
26 virtual void init() override;
27
28protected:
30};
const InputParameters & parameters() const
Implementation of Semi-Implicit Method for Pressure-Linked Equations (SIMPLE) with MOOSE-based applic...
Definition SIMPLESolve.h:22
Executioner set up to solve a thermal-hydraulics problem using the SIMPLE algorithm.
Definition SIMPLE.h:20
static InputParameters validParams()
Definition SIMPLE.C:19
virtual void init() override
Definition SIMPLE.C:35
SIMPLESolve _simple_solve
Definition SIMPLE.h:29