PoreSim 0.2
  • API
  • Simulation
  • Complex Pore Simulation
  • Simulation 2-Phase
  • Site
    • Page
        • Simulate.set_job
          • Simulate.set_job()
    • Simulate.set_job
      • Simulate.set_job()
    Source

    Simulate.set_job¶

    Simulate.set_job(job)¶

    Set the dictionary containing all simulation information.

    Parameters:
    jobdictionary

    Information dictionary

    Examples

    Following dictionary structure may be used as an input

    {"min": {"file": "data/simulation/forhlr.sh", "nodes": 2, "np": 20, "wall": "24:00:00"},
     "nvt": {"file": "data/simulation/forhlr.sh", "nodes": 4, "np": 20, "wall": "24:00:00"},
     "run": {"file": "data/simulation/forhlr.sh", "maxh": 24, "nodes": 11, "np": 20, "runs": 15, "wall": "24:00:00"}}
    

    Back to top

    © Copyright 2023, Hamzeh Kraus.
    Created using Sphinx 7.4.6.