https://mooseframework.inl.gov
include
actioncomponents
ComponentMeshTransformHelper.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 "
ActionComponent.h
"
13
#include "
InputParameters.h
"
14
#include "
MooseTypes.h
"
15
21
class
ComponentMeshTransformHelper
:
public
virtual
ActionComponent
22
{
23
public
:
24
static
InputParameters
validParams
();
25
26
ComponentMeshTransformHelper
(
const
InputParameters
& params);
27
28
protected
:
29
virtual
void
addMeshGenerators
()
override
;
30
32
const
RealVectorValue
*
const
_rotation
;
34
const
RealVectorValue
*
const
_direction
;
36
const
Point
_translation
;
37
};
InputParameters.h
ComponentMeshTransformHelper::validParams
static InputParameters validParams()
Definition:
ComponentMeshTransformHelper.C:16
ComponentMeshTransformHelper::_direction
const RealVectorValue *const _direction
Direction vector (easier to conceptualize than rotation)
Definition:
ComponentMeshTransformHelper.h:34
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
Definition:
InputParameters.h:66
VectorValue< Real >
ActionComponent
Base class for components that are defined using an action.
Definition:
ActionComponent.h:26
ComponentMeshTransformHelper
Helper class to help Components be located with the orientation and position we want.
Definition:
ComponentMeshTransformHelper.h:21
ComponentMeshTransformHelper::_rotation
const RealVectorValue *const _rotation
Rotation angles.
Definition:
ComponentMeshTransformHelper.h:32
MooseTypes.h
ActionComponent.h
ComponentMeshTransformHelper::_translation
const Point _translation
Translation vector.
Definition:
ComponentMeshTransformHelper.h:36
ComponentMeshTransformHelper::ComponentMeshTransformHelper
ComponentMeshTransformHelper(const InputParameters ¶ms)
Definition:
ComponentMeshTransformHelper.C:39
ComponentMeshTransformHelper::addMeshGenerators
virtual void addMeshGenerators() override
Definition:
ComponentMeshTransformHelper.C:50
Generated on Thu Jul 17 2025 01:32:04 for https://mooseframework.inl.gov by
1.8.14