foamlib 1.1.0__tar.gz → 1.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {foamlib-1.1.0 → foamlib-1.1.1}/PKG-INFO +1 -1
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/__init__.py +1 -1
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_files/_parsing.py +0 -4
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_dumps.py +6 -3
- {foamlib-1.1.0 → foamlib-1.1.1}/.devcontainer.json +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/.dockerignore +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/.git-blame-ignore-revs +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/.github/dependabot.yml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/.github/workflows/ci.yml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/.github/workflows/docker.yml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/.github/workflows/dockerhub-description.yml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/.github/workflows/pypi-publish.yml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/.gitignore +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/.readthedocs.yaml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/CITATION.cff +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/CONTRIBUTING.md +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/Dockerfile +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/LICENSE.txt +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/README.md +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/benchmark/benchmark.png +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/benchmark/benchmark.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/benchmark/requirements.txt +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/benchmark/ruff.toml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/docs/Makefile +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/docs/cases.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/docs/conf.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/docs/example.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/docs/files.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/docs/index.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/docs/make.bat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/docs/parametricstudy.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/docs/postprocessing.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/docs/ruff.toml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/createStudyFromCSV.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/createStudyGrid.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/0/alpha.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/0/p_rgh +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/Allclean +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/Allrun +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/constant/g +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/constant/thermophysicalProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/constant/thermophysicalProperties.air +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/constant/thermophysicalProperties.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/constant/transportProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/constant/turbulenceProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/damBreak.foam +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/system/blockMeshDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/system/controlDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/system/decomposeParDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/system/fvSchemes +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/system/fvSolution +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/system/setFieldsDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/system/simulationParameters +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/gatherResults.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/parameter_study.json +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/parastudy.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/plotResults.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/results/forces.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/results/probe_u.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/results/surface_heights.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/runStudy.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_cases/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_cases/_async.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_cases/_base.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_cases/_run.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_cases/_slurm.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_cases/_subprocess.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_cases/_sync.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_cases/_util.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_files/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_files/_files.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_files/_io.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_files/_serialization.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/_files/_types.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/postprocessing/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/postprocessing/load_tables.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/postprocessing/table_reader.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/preprocessing/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/preprocessing/case_modifier.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/preprocessing/grid_parameter_sweep.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/preprocessing/of_dict.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/preprocessing/parameter_study.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/preprocessing/system.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/foamlib/py.typed +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/logo.png +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/pyproject.toml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/ruff.toml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_cases/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_cases/test_cavity.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_cases/test_cavity_async.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_cases/test_flange.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_cases/test_flange_async.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_example.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_files.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_parsing/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_parsing/test_advanced.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_parsing/test_basic.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_parsing/test_decompose_par.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_parsing/test_fields.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_parsing/test_fv_schemes.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_parsing/test_intermediate.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_parsing/test_loads.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_parsing/test_poly_mesh.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_files/test_types.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/Allclean +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/Allrun +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/case.json +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/g +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/thermophysicalProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/thermophysicalProperties.air +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/thermophysicalProperties.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/transportProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/turbulenceProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/explicitOperators.xml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/forces/0/force.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/forces/0/moment.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.1/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.1/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.2/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.2/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.4/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.4/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/probes/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/probes/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/probes/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample1/0.1/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample1/0.2/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample1/0.4/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample2/0.1/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample2/0.2/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample2/0.4/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/blockMeshDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/controlDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/decomposeParDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/fvSchemes +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/fvSolution +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/setFieldsDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/Allclean +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/Allrun +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/case.json +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/g +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/thermophysicalProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/thermophysicalProperties.air +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/thermophysicalProperties.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/transportProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/turbulenceProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/damBreak.foam +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/explicitOperators.xml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/forces/0/force.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/forces/0/moment.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.1/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.1/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.2/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.2/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.4/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.4/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/probes/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/probes/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/probes/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/sample1/0.1/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/sample1/0.2/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/sample1/0.4/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/blockMeshDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/controlDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/decomposeParDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/fvSchemes +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/fvSolution +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/setFieldsDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/Allclean +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/Allrun +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/case.json +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/g +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/thermophysicalProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/thermophysicalProperties.air +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/thermophysicalProperties.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/transportProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/turbulenceProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/damBreak.foam +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/explicitOperators.xml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/forces/0/force.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/forces/0/moment.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.1/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.1/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.2/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.2/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.4/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.4/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/probes/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/probes/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/probes/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/sample1/0.1/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/sample1/0.2/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/sample1/0.4/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/blockMeshDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/controlDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/decomposeParDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/fvSchemes +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/fvSolution +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/setFieldsDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/forces/0/force.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/forces/0/moment.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.05/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.05/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.1/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.1/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.15/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.15/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.2/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.2/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.25/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.25/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.3/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.3/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.35/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.35/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.4/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/freeSurface/0.4/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/probes/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/probes/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/probes/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample1/0.05/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample1/0.1/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample1/0.15/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample1/0.2/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample1/0.25/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample1/0.3/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample1/0.35/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample1/0.4/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample2/0.05/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample2/0.1/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample2/0.15/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample2/0.2/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample2/0.25/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample2/0.3/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample2/0.35/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/postProcessing/sample2/0.4/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/test_load_tables.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/test_readers.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/dictionaries/testDictionary +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/0/alpha.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/0/p_rgh +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/Allclean +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/Allrun +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/constant/g +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/constant/thermophysicalProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/constant/thermophysicalProperties.air +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/constant/thermophysicalProperties.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/constant/transportProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/constant/turbulenceProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/damBreak.foam +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/postProcessing/forces/0/force.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/system/blockMeshDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/system/controlDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/system/decomposeParDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/system/fvSchemes +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/system/fvSolution +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/system/setFieldsDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/templates/damBreak/system/simulationParameters +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/test_case_modifier.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/test_csv_generator.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/test_grid_generator.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/test_of_dict.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.1}/tests/test_preprocessing/test_parastudy.csv +0 -0
@@ -334,14 +334,10 @@ _SWITCH = (
|
|
334
334
|
Keyword("yes", _IDENTBODYCHARS)
|
335
335
|
| Keyword("true", _IDENTBODYCHARS)
|
336
336
|
| Keyword("on", _IDENTBODYCHARS)
|
337
|
-
| Keyword("y", _IDENTBODYCHARS)
|
338
|
-
| Keyword("t", _IDENTBODYCHARS)
|
339
337
|
).set_parse_action(lambda: True) | (
|
340
338
|
Keyword("no", _IDENTBODYCHARS)
|
341
339
|
| Keyword("false", _IDENTBODYCHARS)
|
342
340
|
| Keyword("off", _IDENTBODYCHARS)
|
343
|
-
| Keyword("n", _IDENTBODYCHARS)
|
344
|
-
| Keyword("f", _IDENTBODYCHARS)
|
345
341
|
).set_parse_action(lambda: False)
|
346
342
|
_DIMENSIONS = (
|
347
343
|
Literal("[").suppress() + common.number[0, 7] + Literal("]").suppress()
|
@@ -89,7 +89,10 @@ def test_serialize_data() -> None:
|
|
89
89
|
)
|
90
90
|
== b"hex (0 1 2 3 4 5 6 7) (1 1 1) simpleGrading (1 1 1)"
|
91
91
|
)
|
92
|
-
assert
|
92
|
+
assert (
|
93
|
+
dumps([("a", "b"), ("c", "d"), ("n", "no"), ("y", "yes")])
|
94
|
+
== b"(a b; c d; n no; y yes;)"
|
95
|
+
)
|
93
96
|
assert dumps([("a", {"b": "c"}), ("d", {"e": "g"})]) == b"(a {b c;} d {e g;})"
|
94
97
|
assert dumps([("a", [0, 1, 2]), ("b", {})]) == b"(a (0 1 2); b {})"
|
95
98
|
assert dumps(["water", "oil", "mercury", "air"]) == b"(water oil mercury air)"
|
@@ -103,8 +106,8 @@ def test_serialize_file() -> None:
|
|
103
106
|
== b"{FoamFile {version 2.0; format ascii; class dictionary;}} 1.0"
|
104
107
|
)
|
105
108
|
assert (
|
106
|
-
FoamFile.dumps({"a": "b", "c": "d"})
|
107
|
-
== b"{FoamFile {version 2.0; format ascii; class dictionary;}} a b; c d;"
|
109
|
+
FoamFile.dumps({"a": "b", "c": "d", "n": "no", "y": "yes"})
|
110
|
+
== b"{FoamFile {version 2.0; format ascii; class dictionary;}} a b; c d; n no; y yes;"
|
108
111
|
)
|
109
112
|
assert (
|
110
113
|
FoamFile.dumps({"internalField": [[1, 2, 3], [4, 5, 6]]})
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/constant/thermophysicalProperties
RENAMED
File without changes
|
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/constant/transportProperties
RENAMED
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/constant/turbulenceProperties
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/example/parametricStudy/damBreak/system/simulationParameters
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/Allclean
RENAMED
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/case.json
RENAMED
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/g
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/Allclean
RENAMED
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/case.json
RENAMED
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/g
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/damBreak.foam
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/Allclean
RENAMED
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/case.json
RENAMED
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/g
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.1}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/damBreak.foam
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|