While working on a simulation model, it is often very convenient for oneself or to others to make necessary notes that documents the changes in the input file. While each person’s method of documenting changes in short sentences could vary, a formal pattern of documentation could help unify the documentation so anyone can easily follow the evolution of the input files.
Here is a generic pattern that could be followed subject to changes
/first_bit_is_for_add_or_subtract_or_no_change/keyword_family[id_if_applicable]parameter/from/to
Examples listed below should be self-explanatory.
1. Added control_shell card and set esort to 2
+CONTROL_SHELL/esort/0/2
2. Added hourglass to part 1 and set hourglass to 2
+PART[1]/hgtype/0/2
3. Added Viscoplasticty for all materials
+MAT[*]/VP/0/1
4. Modified a point in the curve id 12
+CURVE[12]/(20,1.0)/(20,2.0)
5. Combined change. Added Rigid material and used that to part 1
+MAT_RIGID[2]/
+PART[1]/MID/23/2
6. Swapped a powertrain from 1.2 L to 2.6 L
+INCLUDE/file/1.2l.i/2.6l.i