https://mooseframework.inl.gov
EulerAngleFileReader.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 "EulerAngleProvider.h"
13 #include <vector>
14 
15 // Forward declaration
16 
21 {
22 public:
24 
26 
27  virtual void initialize() {};
28  virtual void execute() {};
29  virtual void finalize() {};
30 
31 protected:
32  void readFile();
33 
34  FileName _file_name;
35 };
EulerAngleFileReader(const InputParameters &parameters)
const InputParameters & parameters() const
Read a set of Euler angles from a file.
static InputParameters validParams()
Abstract base class for user objects that implement the Euler Angle provider interface.