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