Added and option to include an output folder name. The date and time of
creation is still appended to the folder name provided.
This commit is contained in:
parent
4fb1940085
commit
2a6628d529
9 changed files with 33 additions and 11 deletions
Binary file not shown.
|
|
@ -284,7 +284,7 @@ make
|
|||
in a command line from the root \acrshort{fpakc} folder.
|
||||
Substitute \lstinline|path/to/input-file.json| with the path to the input file of the case you want to run.
|
||||
The examples in the run directory are presented in Chapter \ref{ch:exampleRuns}.
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\chapter{Input File}\label{ch:input_file}
|
||||
The input files for \Gls{fpakc} is divided between to files: a mesh file and a case file.
|
||||
|
|
@ -309,6 +309,10 @@ make
|
|||
\begin{itemize}
|
||||
\item \textbf{path}: Character.
|
||||
Path for the output files. This path is also used to locate the mesh input file.
|
||||
\item \textbf{folder}: Character.
|
||||
Base name of the folder in wich output files are placed.
|
||||
The date and time is appended to this name.
|
||||
If none is provided, only the date and time is writted as the folder name.
|
||||
\item \textbf{triggerOutput}: Integer.
|
||||
Determines the number of iterations between writing output files for macroscopic quantities.
|
||||
\item \textbf{cpuTime}: Logical.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue