Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • KiT-RT KiT-RT
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • KiT-RT
  • KiT-RTKiT-RT
  • Merge requests
  • !30

Merged
Created Nov 09, 2020 by steffen.schotthoefer@kx5574Owner

Feature output

  • Overview 0
  • Commits 18
  • Pipelines 19
  • Changes 43

Concerns:

[x] Enable multifield output for PN and MN Solver

[x] Enable multifield output for other solvers ==> Still open!

[ ] Refactor Screen output ==> Still open

[x] Create Option that handles what so save in vtk output

[ ] Create CSV History Output of important scalar outputs (are there any?) ==> Still open

[x] Restructure solver class + abstract as much as possible

[x] Create default values for SCREEN_OUTPUT

==> Regarding output:

There is now a option called SCREEN_OUTPUT = (ITER, RMS_FLUX,MASS) where one can specify output fields, which the solver should write to screen.

There is now a option called HISTORY_OUTPUT = (ITER, RMS_FLUX,MASS) where one can specify output fields, which the solver should write to a csv file.

The output fields have to be checked at config.cpp : SetPostprocessing, if they contain groups that are not suited for the solver, i.e. the SNSolver does not have MOMENTS as output. This must be done be the coder!

The solver screen output has been nicely formatted.

Test cases for logger have been added.

Added option LOG_FILE where one can specify a file name for the logger. Default is the date of execution.

Added first draft of a universal plot script meant to be used from the results folder Ticketes closed: #63 (closed), #64 (closed), #48 (closed)

Edited Nov 20, 2020 by steffen.schotthoefer
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature_output

Imprint