https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
test
include
materials
VectorPropertyTestMaterial.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 "
Material.h
"
13
17
class
VectorPropertyTestMaterial
:
public
Material
18
{
19
public
:
20
VectorPropertyTestMaterial
(
const
InputParameters
&
parameters
);
21
22
protected
:
23
virtual
void
computeQpProperties
()
override
;
24
25
MaterialProperty<std::vector<Real>
> &
_vec
;
26
27
public
:
28
static
InputParameters
validParams
();
29
};
Material.h
MaterialProperty
Material
Material::parameters
const InputParameters & parameters() const
VectorPropertyTestMaterial
Test material with vector properties.
Definition
VectorPropertyTestMaterial.h:18
VectorPropertyTestMaterial::validParams
static InputParameters validParams()
Definition
VectorPropertyTestMaterial.C:15
VectorPropertyTestMaterial::_vec
MaterialProperty< std::vector< Real > > & _vec
Definition
VectorPropertyTestMaterial.h:25
VectorPropertyTestMaterial::computeQpProperties
virtual void computeQpProperties() override
Definition
VectorPropertyTestMaterial.C:28
InputParameters
Generated on Fri Aug 21 2026 13:42:02 for https://mooseframework.inl.gov by
1.9.8