www.mooseframework.org
Classes | Typedefs
Gravity.h File Reference

Go to the source code of this file.

Classes

class  GravityTempl< is_ad >
 Gravity computes the body force (force/volume) given the acceleration of gravity (value) and the density. More...
 

Typedefs

using Gravity = GravityTempl< false >
 
using ADGravity = GravityTempl< true >
 

Typedef Documentation

◆ ADGravity

using ADGravity = GravityTempl<true>

Definition at line 46 of file Gravity.h.

◆ Gravity

using Gravity = GravityTempl<false>

Definition at line 45 of file Gravity.h.