https://mooseframework.inl.gov
solid_mechanics
include
actions
PoroMechanicsAction.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 "
QuasiStaticSolidMechanicsPhysics.h
"
13
14
class
PoroMechanicsAction
:
public
QuasiStaticSolidMechanicsPhysics
15
{
16
public
:
17
static
InputParameters
validParams
();
18
19
PoroMechanicsAction
(
const
InputParameters
& params);
20
21
virtual
void
act
();
22
};
QuasiStaticSolidMechanicsPhysics.h
InputParameters
QuasiStaticSolidMechanicsPhysics
Definition:
QuasiStaticSolidMechanicsPhysics.h:15
PoroMechanicsAction::validParams
static InputParameters validParams()
Definition:
PoroMechanicsAction.C:24
PoroMechanicsAction::act
virtual void act()
Definition:
PoroMechanicsAction.C:40
PoroMechanicsAction::PoroMechanicsAction
PoroMechanicsAction(const InputParameters ¶ms)
Definition:
PoroMechanicsAction.C:32
PoroMechanicsAction
Definition:
PoroMechanicsAction.h:14
Generated on Wed Aug 6 2025 14:37:42 for https://mooseframework.inl.gov by
1.8.14