www.mooseframework.org
tensor_mechanics
include
actions
PoroMechanicsAction.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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 "
TensorMechanicsAction.h
"
13
14
class
PoroMechanicsAction
;
15
16
template
<>
17
InputParameters
validParams<PoroMechanicsAction>
();
18
19
class
PoroMechanicsAction
:
public
TensorMechanicsAction
20
{
21
public
:
22
static
InputParameters
validParams
();
23
24
PoroMechanicsAction
(
const
InputParameters & params);
25
26
virtual
void
act
();
27
};
PoroMechanicsAction
Definition:
PoroMechanicsAction.h:19
validParams< PoroMechanicsAction >
InputParameters validParams< PoroMechanicsAction >()
TensorMechanicsAction
Definition:
TensorMechanicsAction.h:19
PoroMechanicsAction::PoroMechanicsAction
PoroMechanicsAction(const InputParameters ¶ms)
Definition:
PoroMechanicsAction.C:33
TensorMechanicsAction.h
PoroMechanicsAction::validParams
static InputParameters validParams()
Definition:
PoroMechanicsAction.C:26
PoroMechanicsAction::act
virtual void act()
Definition:
PoroMechanicsAction.C:41
Generated on Sat Jan 25 2020 12:04:44 for www.mooseframework.org by
1.8.16