We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
Heat Transfer

Heat Transfer

How to add comments to journal file so that I will know what each entry does?

    • FAQFAQ
      Participant

      Comments in Journals use the scheme comment ; which like the # comment in Python runs to the end of the line. Usually it’s doubled to make it more obvious. The journal below works but be careful about empty lines between commands and the entered values, mark them ;; if you want it more readable.
      /file/rcd
      ;; Case file name
      ;; elbow.cas
      /define/models
      ;; Switch to unsteady solver unsteady-1st-order?
      ;; set choice here (Comment runs to end of the line) yes
      ;; Do some calculations
      /solve/dual-time-iterate
      ;; Number of timesteps 2
      ;; Number of iterations 10