circles_and_rectangles#

circles_and_rectangles = {'pore.diameter': {'model': <function product>, 'props': ['pore.max_size', 'pore.seed']}, 'pore.max_size': {'iters': 10, 'model': <function largest_sphere>}, 'pore.seed': {'element': 'pore', 'model': <function random>, 'num_range': [0.2, 0.7], 'seed': None}, 'pore.volume': {'model': <function circle>, 'pore_diameter': 'pore.diameter'}, 'throat.cross_sectional_area': {'model': <function rectangle>, 'throat_diameter': 'throat.diameter'}, 'throat.diameter': {'factor': 0.5, 'model': <function scaled>, 'prop': 'throat.max_size'}, 'throat.diffusive_size_factors': {'model': <function circles_and_rectangles>, 'pore_diameter': 'pore.diameter', 'throat_diameter': 'throat.diameter'}, 'throat.hydraulic_size_factors': {'model': <function circles_and_rectangles>, 'pore_diameter': 'pore.diameter', 'throat_diameter': 'throat.diameter'}, 'throat.length': {'model': <function circles_and_rectangles>, 'pore_diameter': 'pore.diameter', 'throat_diameter': 'throat.diameter'}, 'throat.max_size': {'mode': 'min', 'model': <function from_neighbor_pores>, 'prop': 'pore.diameter'}, 'throat.volume': {'model': <function rectangle>, 'throat_diameter': 'throat.diameter', 'throat_length': 'throat.length'}}#