Go to the source code of this file.
|
| registerADMooseObject ("NavierStokesApp", INSADMomentumPressure) |
|
| defineADValidParams (INSADMomentumPressure, ADVectorKernel, params.addClassDescription("Adds the pressure term to the INS momentum equation");params.addRequiredCoupledVar("p", "The pressure");params.addParam< bool >("integrate_p_by_parts", true, "Whether to integrate the pressure term by parts");) |
|
◆ defineADValidParams()
defineADValidParams |
( |
INSADMomentumPressure |
, |
|
|
ADVectorKernel |
, |
|
|
params.addClassDescription("Adds the pressure term to the INS momentum equation");params.addRequiredCoupledVar("p", "The pressure");params.addParam< bool >("integrate_p_by_parts", true, "Whether to integrate the pressure term by parts"); |
|
|
) |
| |
◆ registerADMooseObject()