https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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"
14
19{
20public:
22
23protected:
24 virtual void addInitialConditions() override;
25 virtual void addAuxVariables() override;
26 virtual void addMaterials() override;
27 virtual void addUserObjects() override;
28
29public:
31};
Action for setting up a closure test for 1-phase flow.
virtual void addInitialConditions() override
Adds the initial conditions.
virtual void addAuxVariables() override
Adds aux variables.
virtual void addUserObjects() override
Adds user objects.
static InputParameters validParams()
virtual void addMaterials() override
Adds materials.
Action for setting up a closure test for 2-phase flow.
Helper class to set up some objects for 1-phase flow.