https://mooseframework.inl.gov
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"
13 #include "FlowModelSetup1Phase.h"
14 
19 {
20 public:
22 
23 protected:
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 
30 public:
32 };
virtual void addUserObjects() override
Action for setting up a Jacobian test for 1-phase flow.
virtual void addSolutionVariables() override
virtual void addInitialConditions() override
JacobianTest1PhaseAction(const InputParameters &params)
Base class for adding common actions for Jacobian tests.
virtual void addMaterials() override
Helper class to set up some objects for 1-phase flow.
virtual void addAuxVariables() override
Adds aux variables.
static InputParameters validParams()