https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ReporterTimePointSource.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// Moose Includes
13#include "ReporterPointSource.h"
14
19{
20public:
23 virtual void addPoints() override;
24
25protected:
27 const std::vector<Real> & _coordt;
28
29private:
31 const Real & _reverse_time_end;
32};
const InputParameters & parameters() const
Apply a time dependent point load defined by Reporters.
static InputParameters validParams()
const std::vector< Real > & _coordt
time-coordinates from reporter
const Real & _reverse_time_end
The final time when we want to reverse the time index in function evaluation.
virtual void addPoints() override