- fluid_propertiesThe name of the user object for fluid properties
C++ Type:UserObjectName
Description:The name of the user object for fluid properties
- initial_pressureThe initial pressure, assumed constant everywhere
C++ Type:double
Description:The initial pressure, assumed constant everywhere
- initial_temperatureThe initial temperature, assumed constant everywhere
C++ Type:double
Description:The initial temperature, assumed constant everywhere
- initial_velocityThe initial velocity, assumed constant everywhere
C++ Type:libMesh::VectorValue
Description:The initial velocity, assumed constant everywhere
AddNavierStokesICsAction

The AddNavierStokesICsAction has not been documented. The content listed below should be used as a starting point for documenting the class, which includes the typical automatic documentation associated with an Action; however, what is contained is ultimately determined by what is necessary to make the documentation clear for users.
# AddNavierStokesICsAction
!syntax description /Modules/NavierStokes/ICs/AddNavierStokesICsAction
## Overview
!! Replace these lines with information regarding the AddNavierStokesICsAction action.
## Example Input File Syntax
!! Describe and include an example of how to use the AddNavierStokesICsAction action.
!syntax parameters /Modules/NavierStokes/ICs/AddNavierStokesICsAction
This class allows us to have a section of the input file like the following which automatically adds initial conditions for all the required nonlinear and auxiliary variables.
Input Parameters
- active__all__ If specified only the blocks named will be visited and made active
Default:__all__
C++ Type:std::vector
Description:If specified only the blocks named will be visited and made active
- inactiveIf specified blocks matching these identifiers will be skipped.
C++ Type:std::vector
Description:If specified blocks matching these identifiers will be skipped.