https://mooseframework.inl.gov
ClosureTest1PhaseAction.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 "ClosureTestAction.h"
13 #include "FlowModelSetup1Phase.h"
14 
19 {
20 public:
22 
23 protected:
24  virtual void addInitialConditions() override;
25  virtual void addAuxVariables() override;
26  virtual void addMaterials() override;
27  virtual void addUserObjects() override;
28 
29 public:
31 };
Action for setting up a closure test for 2-phase flow.
static InputParameters validParams()
virtual void addInitialConditions() override
virtual void addAuxVariables() override
Adds aux variables.
Action for setting up a closure test for 1-phase flow.
virtual void addMaterials() override
Helper class to set up some objects for 1-phase flow.
virtual void addUserObjects() override
ClosureTest1PhaseAction(const InputParameters &params)