Go to the source code of this file.
|
| registerADMooseObject ("MiscApp", ADThermoDiffusion) |
|
| defineADValidParams (ADThermoDiffusion, ADKernel, params.addClassDescription("Calculates diffusion due to temperature gradient and Soret Coefficient");params.addRequiredCoupledVar("temperature", "The coupled temperature variable.");params.addParam< MaterialPropertyName >("soret_coefficient", "soret_coefficient", "The name of the Soret coefficient material property");) |
|
◆ defineADValidParams()
defineADValidParams |
( |
ADThermoDiffusion |
, |
|
|
ADKernel |
, |
|
|
params.addClassDescription("Calculates diffusion due to temperature gradient and Soret Coefficient");params.addRequiredCoupledVar("temperature", "The coupled temperature variable.");params.addParam< MaterialPropertyName >("soret_coefficient", "soret_coefficient", "The name of the Soret coefficient material property"); |
|
|
) |
| |
◆ registerADMooseObject()