www.mooseframework.org
phase_field
include
kernels
ConservedLangevinNoise.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://www.mooseframework.org
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 "
LangevinNoise.h
"
13
#include "
ConservedNoiseBase.h
"
14
15
// Forward Declarations
16
class
ConservedLangevinNoise
;
17
18
template
<>
19
InputParameters
validParams<ConservedLangevinNoise>
();
20
21
class
ConservedLangevinNoise
:
public
LangevinNoise
22
{
23
public
:
24
ConservedLangevinNoise
(
const
InputParameters & parameters);
25
26
protected
:
27
virtual
void
residualSetup
(){};
28
virtual
Real
computeQpResidual
();
29
30
private
:
31
const
ConservedNoiseInterface
&
_noise
;
32
};
33
LangevinNoise
Definition:
LangevinNoise.h:20
validParams< ConservedLangevinNoise >
InputParameters validParams< ConservedLangevinNoise >()
Definition:
ConservedLangevinNoise.C:16
ConservedLangevinNoise::ConservedLangevinNoise
ConservedLangevinNoise(const InputParameters ¶meters)
Definition:
ConservedLangevinNoise.C:24
ConservedNoiseInterface
This Userobject is the base class of Userobjects that generate one random number per timestep and qua...
Definition:
ConservedNoiseInterface.h:26
ConservedLangevinNoise::computeQpResidual
virtual Real computeQpResidual()
Definition:
ConservedLangevinNoise.C:35
ConservedLangevinNoise::residualSetup
virtual void residualSetup()
Definition:
ConservedLangevinNoise.h:27
ConservedLangevinNoise::_noise
const ConservedNoiseInterface & _noise
Definition:
ConservedLangevinNoise.h:31
LangevinNoise.h
ConservedNoiseBase.h
ConservedLangevinNoise
Definition:
ConservedLangevinNoise.h:21
Generated on Sat Jan 25 2020 12:04:39 for www.mooseframework.org by
1.8.16