PoreAna 0.2
  • API
  • Sample
  • Density
  • Diffusion (Bin)
  • Diffusion (MC)
  • Further Properties
  • Site
    • Page
        • mc_results
          • mc_results()
    • mc_results
      • mc_results()
    Source

    mc_results¶

    poreana.tables.mc_results(link, print_con=False, sections={'box': [], 'pore': [], 'res': []}, len_step=[])¶

    This function prints the MC results of the diffusion calculation. Different areas are defined in the sections dectionary. Standard areas are calculated by leaving the value list empty

    • box - For the entire system

    • pore - Pore section (only for pore systems)

    • res - Resercoir section (only for pore systems)

    Parameters:
    linkstring

    Link to the diffusion hdf5, obj or yml data file generated by the MC Algorithm function poreana.mc.MC.run()

    print_conbool, optional

    True for printing in console

    sectionsdictionary, optinal

    Sections for diffusion calculation

    Returns:
    df_mc_resultsDataFrame

    Data frame of the MC Alogrithm inputs

    Back to top

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