foamlib 1.1.0__tar.gz → 1.1.2__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.2}/.github/workflows/ci.yml +2 -2
- {foamlib-1.1.0 → foamlib-1.1.2}/.github/workflows/docker.yml +1 -1
- {foamlib-1.1.0 → foamlib-1.1.2}/PKG-INFO +1 -1
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/__init__.py +1 -1
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_cases/_base.py +15 -6
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_files/_parsing.py +0 -4
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_files/_serialization.py +1 -1
- {foamlib-1.1.0 → foamlib-1.1.2}/pyproject.toml +2 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_cases/test_flange.py +2 -2
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_cases/test_flange_async.py +4 -4
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_dumps.py +6 -3
- {foamlib-1.1.0 → foamlib-1.1.2}/.devcontainer.json +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/.dockerignore +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/.git-blame-ignore-revs +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/.github/dependabot.yml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/.github/workflows/dockerhub-description.yml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/.github/workflows/pypi-publish.yml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/.gitignore +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/.readthedocs.yaml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/CITATION.cff +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/CONTRIBUTING.md +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/Dockerfile +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/LICENSE.txt +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/README.md +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/benchmark/benchmark.png +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/benchmark/benchmark.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/benchmark/requirements.txt +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/benchmark/ruff.toml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/docs/Makefile +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/docs/cases.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/docs/conf.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/docs/example.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/docs/files.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/docs/index.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/docs/make.bat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/docs/parametricstudy.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/docs/postprocessing.rst +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/docs/ruff.toml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/createStudyFromCSV.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/createStudyGrid.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/0/alpha.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/0/p_rgh +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/Allclean +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/Allrun +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/constant/g +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/constant/thermophysicalProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/constant/thermophysicalProperties.air +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/constant/thermophysicalProperties.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/constant/transportProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/constant/turbulenceProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/damBreak.foam +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/system/blockMeshDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/system/controlDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/system/decomposeParDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/system/fvSchemes +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/system/fvSolution +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/system/setFieldsDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/system/simulationParameters +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/gatherResults.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/parameter_study.json +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/parastudy.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/plotResults.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/results/forces.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/results/probe_u.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/results/surface_heights.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/runStudy.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_cases/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_cases/_async.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_cases/_run.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_cases/_slurm.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_cases/_subprocess.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_cases/_sync.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_cases/_util.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_files/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_files/_files.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_files/_io.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/_files/_types.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/postprocessing/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/postprocessing/load_tables.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/postprocessing/table_reader.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/preprocessing/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/preprocessing/case_modifier.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/preprocessing/grid_parameter_sweep.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/preprocessing/of_dict.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/preprocessing/parameter_study.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/preprocessing/system.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/foamlib/py.typed +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/logo.png +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/ruff.toml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_cases/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_cases/test_cavity.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_cases/test_cavity_async.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_example.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_files.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_parsing/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_parsing/test_advanced.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_parsing/test_basic.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_parsing/test_decompose_par.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_parsing/test_fields.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_parsing/test_fv_schemes.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_parsing/test_intermediate.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_parsing/test_loads.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_parsing/test_poly_mesh.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_files/test_types.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/Allclean +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/Allrun +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/case.json +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/g +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/thermophysicalProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/thermophysicalProperties.air +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/thermophysicalProperties.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/transportProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/constant/turbulenceProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/explicitOperators.xml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/forces/0/force.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/forces/0/moment.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.1/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.1/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.2/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.2/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.4/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/freeSurface/0.4/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/probes/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/probes/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/probes/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample1/0.1/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample1/0.2/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample1/0.4/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample2/0.1/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample2/0.2/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/postProcessing/sample2/0.4/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/blockMeshDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/controlDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/decomposeParDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/fvSchemes +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/fvSolution +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/system/setFieldsDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/Allclean +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/Allrun +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/case.json +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/g +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/thermophysicalProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/thermophysicalProperties.air +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/thermophysicalProperties.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/transportProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/constant/turbulenceProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/damBreak.foam +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/explicitOperators.xml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/forces/0/force.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/forces/0/moment.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.1/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.1/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.2/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.2/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.4/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/freeSurface/0.4/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/probes/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/probes/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/probes/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/sample1/0.1/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/sample1/0.2/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/postProcessing/sample1/0.4/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/blockMeshDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/controlDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/decomposeParDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/fvSchemes +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/fvSolution +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/system/setFieldsDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/Allclean +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/Allrun +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/case.json +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/g +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/thermophysicalProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/thermophysicalProperties.air +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/thermophysicalProperties.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/transportProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/constant/turbulenceProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/damBreak.foam +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/explicitOperators.xml +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/forces/0/force.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/forces/0/moment.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.1/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.1/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.2/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.2/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.4/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/freeSurface/0.4/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/probes/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/probes/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/probes/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/sample1/0.1/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/sample1/0.2/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/postProcessing/sample1/0.4/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/blockMeshDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/controlDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/decomposeParDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/fvSchemes +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/fvSolution +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_03/grid3/system/setFieldsDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/forces/0/force.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/forces/0/moment.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.05/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.05/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.1/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.1/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.15/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.15/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.2/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.2/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.25/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.25/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.3/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.3/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.35/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.35/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.4/U_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/freeSurface/0.4/p_freeSurface.raw +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/probes/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/probes/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/probes/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample1/0.05/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample1/0.1/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample1/0.15/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample1/0.2/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample1/0.25/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample1/0.3/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample1/0.35/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample1/0.4/centreLine_T.xy +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample2/0.05/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample2/0.1/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample2/0.15/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample2/0.2/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample2/0.25/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample2/0.3/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample2/0.35/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/postProcessing/sample2/0.4/centreLine_U.csv +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/test_load_tables.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/test_readers.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/__init__.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/dictionaries/testDictionary +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/0/T +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/0/U +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/0/alpha.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/0/p +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/0/p_rgh +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/Allclean +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/Allrun +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/constant/g +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/constant/thermophysicalProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/constant/thermophysicalProperties.air +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/constant/thermophysicalProperties.water +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/constant/transportProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/constant/turbulenceProperties +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/damBreak.foam +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/postProcessing/forces/0/force.dat +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/system/blockMeshDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/system/controlDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/system/decomposeParDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/system/fvSchemes +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/system/fvSolution +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/system/setFieldsDict +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/templates/damBreak/system/simulationParameters +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/test_case_modifier.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/test_csv_generator.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/test_grid_generator.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/test_of_dict.py +0 -0
- {foamlib-1.1.0 → foamlib-1.1.2}/tests/test_preprocessing/test_parastudy.csv +0 -0
@@ -51,14 +51,14 @@ jobs:
|
|
51
51
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
52
52
|
strategy:
|
53
53
|
matrix:
|
54
|
-
openfoam-version: [2506, 2006,
|
54
|
+
openfoam-version: [2506, 2006, 13, 9]
|
55
55
|
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
|
56
56
|
slurm: [false]
|
57
57
|
include:
|
58
58
|
- openfoam-version: 2506
|
59
59
|
python-version: '3.13'
|
60
60
|
slurm: true
|
61
|
-
- openfoam-version:
|
61
|
+
- openfoam-version: 13
|
62
62
|
python-version: '3.13'
|
63
63
|
slurm: true
|
64
64
|
- openfoam-version: 2006
|
@@ -174,12 +174,21 @@ class FoamCaseBase(Sequence["FoamCaseBase.TimeDirectory"]):
|
|
174
174
|
|
175
175
|
@property
|
176
176
|
def application(self) -> str:
|
177
|
-
"""The application name
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
177
|
+
"""The application name."""
|
178
|
+
control_dict = self.control_dict
|
179
|
+
try:
|
180
|
+
ret = control_dict["application"]
|
181
|
+
except KeyError:
|
182
|
+
if "solver" in control_dict:
|
183
|
+
return "foamRun"
|
184
|
+
if "regionSolvers" in control_dict:
|
185
|
+
return "foamMultiRun"
|
186
|
+
raise
|
187
|
+
else:
|
188
|
+
if not isinstance(ret, str):
|
189
|
+
msg = f"application in {control_dict} is not a string: {ret}"
|
190
|
+
raise TypeError(msg)
|
191
|
+
return ret
|
183
192
|
|
184
193
|
@property
|
185
194
|
def control_dict(self) -> FoamFile:
|
@@ -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()
|
@@ -126,7 +126,7 @@ def normalize_data(
|
|
126
126
|
return [normalize_data(d) for d in data] # type: ignore [arg-type, return-value]
|
127
127
|
|
128
128
|
if isinstance(data, tuple) and not isinstance(data, DimensionSet):
|
129
|
-
return tuple(normalize_data(d, keywords=keywords) for d in data) # type: ignore [
|
129
|
+
return tuple(normalize_data(d, keywords=keywords) for d in data) # type: ignore [arg-type]
|
130
130
|
|
131
131
|
if isinstance(data, str):
|
132
132
|
s = loads(data, keywords=keywords)
|
@@ -57,7 +57,7 @@ def test_run_cmd(flange: FoamCase) -> None:
|
|
57
57
|
"0.001",
|
58
58
|
],
|
59
59
|
)
|
60
|
-
flange.run([
|
60
|
+
flange.run(["laplacianFoam"])
|
61
61
|
|
62
62
|
|
63
63
|
def test_run_cmd_shell(flange: FoamCase) -> None:
|
@@ -71,7 +71,7 @@ def test_run_cmd_shell(flange: FoamCase) -> None:
|
|
71
71
|
except CalledProcessError:
|
72
72
|
flange.run('ansysToFoam "flange.ans" -scale 0.001')
|
73
73
|
|
74
|
-
flange.run(
|
74
|
+
flange.run("laplacianFoam")
|
75
75
|
|
76
76
|
|
77
77
|
def test_path(flange: FoamCase) -> None:
|
@@ -73,9 +73,9 @@ async def test_run_cmd(flange: AsyncFoamCase) -> None:
|
|
73
73
|
)
|
74
74
|
|
75
75
|
if isinstance(flange, AsyncSlurmFoamCase):
|
76
|
-
await flange.run([
|
76
|
+
await flange.run(["laplacianFoam"], fallback=True)
|
77
77
|
else:
|
78
|
-
await flange.run([
|
78
|
+
await flange.run(["laplacianFoam"])
|
79
79
|
|
80
80
|
|
81
81
|
@pytest.mark.asyncio
|
@@ -92,9 +92,9 @@ async def test_run_cmd_shell(flange: AsyncFoamCase) -> None:
|
|
92
92
|
await flange.run('ansysToFoam "flange.ans" -scale 0.001', cpus=0)
|
93
93
|
|
94
94
|
if isinstance(flange, AsyncSlurmFoamCase):
|
95
|
-
await flange.run(
|
95
|
+
await flange.run("laplacianFoam", fallback=True)
|
96
96
|
else:
|
97
|
-
await flange.run(
|
97
|
+
await flange.run("laplacianFoam")
|
98
98
|
|
99
99
|
|
100
100
|
def test_path(flange: AsyncFoamCase) -> None:
|
@@ -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
|
{foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/constant/thermophysicalProperties
RENAMED
File without changes
|
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.2}/example/parametricStudy/damBreak/constant/transportProperties
RENAMED
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.2}/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.2}/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
|
{foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/Allclean
RENAMED
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid1/case.json
RENAMED
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.2}/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.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/Allclean
RENAMED
File without changes
|
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.2}/tests/test_postprocessing/Cases/fluidHeight_02/grid2/case.json
RENAMED
File without changes
|
{foamlib-1.1.0 → foamlib-1.1.2}/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.2}/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
|