All public logs

Jump to navigation Jump to search

Combined display of all available logs of SysCAD Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:21, 29 January 2026 Kevin.Heppner talk contribs created page PGM Example - Set Bed Slurry Volumetric Flow in TCE Pond using TCE Density (Created page with "class Class_SetTCEBedVolumetricFlow ;string variables for tags, not seen by user string SolDensTag, AqDensTag, BedSolFracTag string BedFlowTag, TotVolTag, BedMassTag ;variables exposed to user real Qv_Reqd*("Qv","m3/s")<0,> ;don't allow this below zero real BedDensity@("Rho","kg/m3") real BedMassFlowRate@("Qm","kg/s") real BedLevel@("Frac","Frac") sub PreInitialise() ;ensure bed is set to composition control if ([concatenate(ClassTag(),".Bed.Filter")] <>...")