fvbaseparameters.hh
Go to the documentation of this file.
106struct MaxTimeStepSize { static constexpr Scalar value = std::numeric_limits<Scalar>::infinity(); };
Definition: blackoilnewtonmethodparameters.hh:31 Continue with a non-converged solution instead of giving up if we encounter a time step size smaller ... Definition: fvbaseparameters.hh:42 static constexpr bool value Definition: fvbaseparameters.hh:42 Determines if the VTK output is written to disk asynchronously. Definition: fvbaseparameters.hh:53 static constexpr bool value Definition: fvbaseparameters.hh:53 Switch to enable or disable grid adaptation. Definition: fvbaseparameters.hh:61 static constexpr bool value Definition: fvbaseparameters.hh:61 Specify whether all intensive quantities for the grid should be cached in the discretization. Definition: fvbaseparameters.hh:72 static constexpr bool value Definition: fvbaseparameters.hh:72 Specify whether the storage terms for previous solutions should be cached. Definition: fvbaseparameters.hh:80 static constexpr bool value Definition: fvbaseparameters.hh:80 Specify whether to use the already calculated solutions as starting values of the intensive quantitie... Definition: fvbaseparameters.hh:90 static constexpr bool value Definition: fvbaseparameters.hh:90 Global switch to enable or disable the writing of VTK output files. Definition: fvbaseparameters.hh:98 static constexpr bool value Definition: fvbaseparameters.hh:98 The maximum allowed number of timestep divisions for the Newton solver. Definition: fvbaseparameters.hh:112 static constexpr unsigned value Definition: fvbaseparameters.hh:112 Specify the maximum size of a time integration [s]. Definition: fvbaseparameters.hh:106 static constexpr Scalar value Definition: fvbaseparameters.hh:106 Specify the minimal size of a time integration [s]. Definition: fvbaseparameters.hh:120 static constexpr Scalar value Definition: fvbaseparameters.hh:120 The directory to which simulation output ought to be written to. Definition: fvbaseparameters.hh:125 static constexpr int value Definition: fvbaseparameters.hh:128 |