Class | Description |
---|---|
NekLauncher |
This class is a JobLauncher Item for the Nek5000 flow code from Argonne
National Laboratory.
|
NekLauncherBuilder |
This class constructs a Nek5000 Job Launcher.
|
NekModel |
This class extends the Item to create a modeler for Nek5000 input files.
|
NekModelBuilder |
This builder will construct an Item that can create Nek5000 input files.
|
NekReader |
NekReader class is responsible for reading in the contents of a Nek5000 .rea
file and converting it into appropriate data structures for ICE to use.
|
NekWriter |
This class is responsible for writing the contents of a Component collection
into a file appropriate to be used as a Nek5000 .rea file.
|
ProblemProperties |
This class is responsible for handling values defined in a Nek problem
(number of dimensions, number of thermal elements, number of fluid elements,
number of passive scalars, and Nek version) in a manner that makes it easy to
pass around.
|