FourCIPP 1.53.0__tar.gz → 1.54.0__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.
Files changed (67) hide show
  1. {fourcipp-1.53.0 → fourcipp-1.54.0}/PKG-INFO +1 -1
  2. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/FourCIPP.egg-info/PKG-INFO +1 -1
  3. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/config/4C_metadata.yaml +220 -6
  4. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/config/4C_schema.json +390 -7
  5. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/version.py +3 -3
  6. {fourcipp-1.53.0 → fourcipp-1.54.0}/.coveragerc +0 -0
  7. {fourcipp-1.53.0 → fourcipp-1.54.0}/.github/actions/setup-env/action.yaml +0 -0
  8. {fourcipp-1.53.0 → fourcipp-1.54.0}/.github/workflows/check_code.yaml +0 -0
  9. {fourcipp-1.53.0 → fourcipp-1.54.0}/.github/workflows/publish_pypi.yaml +0 -0
  10. {fourcipp-1.53.0 → fourcipp-1.54.0}/.github/workflows/run_testsuite.yaml +0 -0
  11. {fourcipp-1.53.0 → fourcipp-1.54.0}/.github/workflows/tag_version.yaml +0 -0
  12. {fourcipp-1.53.0 → fourcipp-1.54.0}/.github/workflows/update_4C_metadata_schema_file.yaml +0 -0
  13. {fourcipp-1.53.0 → fourcipp-1.54.0}/.gitignore +0 -0
  14. {fourcipp-1.53.0 → fourcipp-1.54.0}/.pre-commit-config.yaml +0 -0
  15. {fourcipp-1.53.0 → fourcipp-1.54.0}/LICENSE +0 -0
  16. {fourcipp-1.53.0 → fourcipp-1.54.0}/README.md +0 -0
  17. {fourcipp-1.53.0 → fourcipp-1.54.0}/docs/assets/fourcipp_logo_black.svg +0 -0
  18. {fourcipp-1.53.0 → fourcipp-1.54.0}/docs/assets/fourcipp_logo_white.svg +0 -0
  19. {fourcipp-1.53.0 → fourcipp-1.54.0}/pyproject.toml +0 -0
  20. {fourcipp-1.53.0 → fourcipp-1.54.0}/requirements.in +0 -0
  21. {fourcipp-1.53.0 → fourcipp-1.54.0}/requirements.txt +0 -0
  22. {fourcipp-1.53.0 → fourcipp-1.54.0}/setup.cfg +0 -0
  23. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/FourCIPP.egg-info/SOURCES.txt +0 -0
  24. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/FourCIPP.egg-info/dependency_links.txt +0 -0
  25. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/FourCIPP.egg-info/entry_points.txt +0 -0
  26. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/FourCIPP.egg-info/requires.txt +0 -0
  27. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/FourCIPP.egg-info/top_level.txt +0 -0
  28. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/__init__.py +0 -0
  29. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/config/config.yaml +0 -0
  30. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/fourc_input.py +0 -0
  31. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/legacy_io/__init__.py +0 -0
  32. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/legacy_io/element.py +0 -0
  33. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/legacy_io/inline_dat.py +0 -0
  34. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/legacy_io/node.py +0 -0
  35. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/legacy_io/node_topology.py +0 -0
  36. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/legacy_io/particle.py +0 -0
  37. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/utils/__init__.py +0 -0
  38. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/utils/cli.py +0 -0
  39. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/utils/configuration.py +0 -0
  40. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/utils/converter.py +0 -0
  41. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/utils/dict_utils.py +0 -0
  42. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/utils/metadata.py +0 -0
  43. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/utils/not_set.py +0 -0
  44. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/utils/type_hinting.py +0 -0
  45. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/utils/validation.py +0 -0
  46. {fourcipp-1.53.0 → fourcipp-1.54.0}/src/fourcipp/utils/yaml_io.py +0 -0
  47. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/__init__.py +0 -0
  48. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/conftest.py +0 -0
  49. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/__init__.py +0 -0
  50. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/legacy_io/__init__.py +0 -0
  51. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/legacy_io/test_element.py +0 -0
  52. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/legacy_io/test_inline_dat.py +0 -0
  53. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/legacy_io/test_legacy_io.py +0 -0
  54. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/legacy_io/test_node.py +0 -0
  55. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/legacy_io/test_node_topology.py +0 -0
  56. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/legacy_io/test_particle.py +0 -0
  57. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/legacy_io/utils.py +0 -0
  58. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/test_fourc_input.py +0 -0
  59. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/test_readme_quickstart_example.py +0 -0
  60. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/utils/__init__.py +0 -0
  61. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/utils/test_configuration.py +0 -0
  62. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/utils/test_converter.py +0 -0
  63. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/utils/test_dict_utils.py +0 -0
  64. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/utils/test_metadata.py +0 -0
  65. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/utils/test_not_set.py +0 -0
  66. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/utils/test_validation.py +0 -0
  67. {fourcipp-1.53.0 → fourcipp-1.54.0}/tests/fourcipp/utils/test_yaml_io.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.53.0
3
+ Version: 1.54.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: FourCIPP
3
- Version: 1.53.0
3
+ Version: 1.54.0
4
4
  Summary: A streamlined Python Parser for 4C input files
5
5
  Author: FourCIPP Authors
6
6
  License: The MIT License (MIT)
@@ -1,5 +1,5 @@
1
1
  metadata:
2
- commit_hash: 472777c4d9d95e15980cb81b3dee5a3c48797256
2
+ commit_hash: 1ada6cf803dcc81486c5b65a72b3361bd36d4b47
3
3
  version: 2026.2.0-dev
4
4
  description_section_name: TITLE
5
5
  legacy_element_specs:
@@ -7793,10 +7793,12 @@ sections:
7793
7793
  specs:
7794
7794
  - name: POSITIONAL_PENALTY_PARAMETER
7795
7795
  type: double
7796
- required: true
7796
+ required: false
7797
+ default: 0
7797
7798
  - name: ROTATIONAL_PENALTY_PARAMETER
7798
7799
  type: double
7799
- required: true
7800
+ required: false
7801
+ default: 0
7800
7802
  - name: PROJECTION_VALID_FACTOR
7801
7803
  type: double
7802
7804
  description: "Factor multiplied with sum of cross section radii to define valid projection distance"
@@ -7809,12 +7811,12 @@ sections:
7809
7811
  default: 0
7810
7812
  - name: CONSTRAINT_ENFORCEMENT
7811
7813
  type: enum
7812
- description: "How the constraints for this condition shall be enforced"
7813
- required: false
7814
- default: penalty_direct
7814
+ description: "Specifies the constraint enforcement technique for beam-to-beam point couplings."
7815
+ required: true
7815
7816
  choices:
7816
7817
  - name: penalty_direct
7817
7818
  - name: penalty_indirect
7819
+ - name: lagrange_multiplier
7818
7820
  - name: BEAM INTERACTION/BEAM TO SOLID EDGE CONTACT
7819
7821
  type: group
7820
7822
  description: Parameters for beam-to-solid edge contact.
@@ -8755,6 +8757,11 @@ sections:
8755
8757
  description: "Bounding volume of the sphere is the sphere center extended by this factor times the sphere radius in all directions (+ and -)."
8756
8758
  required: false
8757
8759
  default: 2
8760
+ - name: POINT_TOLERANCE
8761
+ type: double
8762
+ description: "Tolerance for point objects"
8763
+ required: false
8764
+ default: 0.0001
8758
8765
  - name: WRITE_GEOMETRIC_SEARCH_VISUALIZATION
8759
8766
  type: bool
8760
8767
  description: "If visualization output for the geometric search should be written"
@@ -38815,6 +38822,7 @@ sections:
38815
38822
  - name: "Poroelasticity"
38816
38823
  - name: "ReducedDimensionalAirWays"
38817
38824
  - name: "Reduced_Lung"
38825
+ - name: "Reduced_Lung_1D_Pipe_Flow"
38818
38826
  - name: "Scalar_Thermo_Interaction"
38819
38827
  - name: "Scalar_Transport"
38820
38828
  - name: "Structure"
@@ -47011,6 +47019,212 @@ sections:
47011
47019
  type: double
47012
47020
  description: "Density of air in the reduced dimensional lung simulation."
47013
47021
  required: true
47022
+ - name: reduced_lung
47023
+ type: group
47024
+ description: Reduced-dimensional fluid dynamics in a 1D network
47025
+ required: false
47026
+ specs:
47027
+ - type: all_of
47028
+ specs:
47029
+ - name: general
47030
+ type: group
47031
+ required: true
47032
+ specs:
47033
+ - type: all_of
47034
+ specs:
47035
+ - name: final_time
47036
+ type: double
47037
+ description: "Final time when the simulation ends"
47038
+ required: true
47039
+ - name: steps
47040
+ type: int
47041
+ description: "Number of time steps in the simulation"
47042
+ required: true
47043
+ validator:
47044
+ range:
47045
+ minimum: 0
47046
+ maximum: 2147483647
47047
+ minimum_exclusive: true
47048
+ maximum_exclusive: false
47049
+ - name: result_every
47050
+ type: int
47051
+ description: "Write result every n timestep"
47052
+ required: true
47053
+ validator:
47054
+ range:
47055
+ minimum: 0
47056
+ maximum: 2147483647
47057
+ minimum_exclusive: true
47058
+ maximum_exclusive: false
47059
+ - name: fluid_properties
47060
+ type: group
47061
+ description: Parameters of fluid
47062
+ required: true
47063
+ specs:
47064
+ - type: all_of
47065
+ specs:
47066
+ - name: density_rho
47067
+ type: double
47068
+ description: "Density of fluid"
47069
+ required: true
47070
+ validator:
47071
+ range:
47072
+ minimum: 0
47073
+ maximum: 1.7976931348623157e+308
47074
+ minimum_exclusive: true
47075
+ maximum_exclusive: false
47076
+ - name: viscosity_mu
47077
+ type: double
47078
+ description: "Viscosity of fluid"
47079
+ required: true
47080
+ - name: material_parameters
47081
+ type: group
47082
+ description: Parameters of wall mechanics
47083
+ required: true
47084
+ specs:
47085
+ - type: all_of
47086
+ specs:
47087
+ - name: Young_E
47088
+ type: selection
47089
+ description: "Young's modulus depending on generation and vessel type."
47090
+ required: true
47091
+ choices:
47092
+ - name: constant
47093
+ spec:
47094
+ name: constant
47095
+ type: double
47096
+ description: "Constant value for the field."
47097
+ required: true
47098
+ - name: from_file
47099
+ spec:
47100
+ name: from_file
47101
+ type: path
47102
+ description: "Path to a file containing the input field data."
47103
+ required: true
47104
+ - name: field_reference
47105
+ spec:
47106
+ name: field_reference
47107
+ type: string
47108
+ description: "Refer to a globally defined field by a name."
47109
+ required: true
47110
+ - name: from_mesh
47111
+ spec:
47112
+ name: from_mesh
47113
+ type: string
47114
+ description: "Refer to a field defined in the input mesh by a name."
47115
+ required: true
47116
+ - name: Poisson_ratio_nue
47117
+ type: double
47118
+ description: "Poisson ratio of material"
47119
+ required: true
47120
+ - name: geometry_parameters
47121
+ type: group
47122
+ description: Geometry of pulmonary vasculature
47123
+ required: true
47124
+ specs:
47125
+ - type: all_of
47126
+ specs:
47127
+ - name: reference_area_A0
47128
+ type: selection
47129
+ description: "Reference area of element"
47130
+ required: true
47131
+ choices:
47132
+ - name: constant
47133
+ spec:
47134
+ name: constant
47135
+ type: double
47136
+ description: "Constant value for the field."
47137
+ required: true
47138
+ - name: from_file
47139
+ spec:
47140
+ name: from_file
47141
+ type: path
47142
+ description: "Path to a file containing the input field data."
47143
+ required: true
47144
+ - name: field_reference
47145
+ spec:
47146
+ name: field_reference
47147
+ type: string
47148
+ description: "Refer to a globally defined field by a name."
47149
+ required: true
47150
+ - name: from_mesh
47151
+ spec:
47152
+ name: from_mesh
47153
+ type: string
47154
+ description: "Refer to a field defined in the input mesh by a name."
47155
+ required: true
47156
+ - name: thickness_th
47157
+ type: selection
47158
+ description: "Wall thickness of element"
47159
+ required: true
47160
+ choices:
47161
+ - name: constant
47162
+ spec:
47163
+ name: constant
47164
+ type: double
47165
+ description: "Constant value for the field."
47166
+ required: true
47167
+ - name: from_file
47168
+ spec:
47169
+ name: from_file
47170
+ type: path
47171
+ description: "Path to a file containing the input field data."
47172
+ required: true
47173
+ - name: field_reference
47174
+ spec:
47175
+ name: field_reference
47176
+ type: string
47177
+ description: "Refer to a globally defined field by a name."
47178
+ required: true
47179
+ - name: from_mesh
47180
+ spec:
47181
+ name: from_mesh
47182
+ type: string
47183
+ description: "Refer to a field defined in the input mesh by a name."
47184
+ required: true
47185
+ - name: boundary_conditions
47186
+ type: group
47187
+ description: Parameters of fluid
47188
+ required: true
47189
+ specs:
47190
+ - type: all_of
47191
+ specs:
47192
+ - name: input
47193
+ type: enum
47194
+ description: "Choice of prescribed parameter at inflow boundary"
47195
+ required: true
47196
+ choices:
47197
+ - name: "area"
47198
+ - name: "flow"
47199
+ - name: "pressure"
47200
+ - name: "velocity"
47201
+ - name: output
47202
+ type: enum
47203
+ description: "Choice of prescribed parameter at outflow boundary"
47204
+ required: true
47205
+ choices:
47206
+ - name: "pressure"
47207
+ - name: "reflection"
47208
+ - name: function_ID
47209
+ type: int
47210
+ description: "ID of function describing the boundary condition"
47211
+ required: true
47212
+ - name: condition_outflow
47213
+ type: double
47214
+ description: "Condition applied at the outlet, either pressure (mmHg) or reflection."
47215
+ required: true
47216
+ - name: cycle_period
47217
+ noneable: true
47218
+ type: double
47219
+ description: "Duration of one cycle until next one starts, to implement pulsatility (systolic vs diastolic)."
47220
+ required: false
47221
+ default: null
47222
+ - name: pulse_width
47223
+ noneable: true
47224
+ type: double
47225
+ description: "Duration of input pulse in the cycle - Heaviside function = 1."
47226
+ required: false
47227
+ default: null
47014
47228
  $references:
47015
47229
  "0":
47016
47230
  name: elements
@@ -1,5 +1,5 @@
1
1
  {
2
- "description": "Schema for 4C\nCommit hash: 472777c4d9d95e15980cb81b3dee5a3c48797256\nVersion: 2026.2.0-dev",
2
+ "description": "Schema for 4C\nCommit hash: 1ada6cf803dcc81486c5b65a72b3361bd36d4b47\nVersion: 2026.2.0-dev",
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "ALE DOMAIN": {
@@ -70488,11 +70488,13 @@
70488
70488
  "POSITIONAL_PENALTY_PARAMETER": {
70489
70489
  "title": "POSITIONAL_PENALTY_PARAMETER (double)",
70490
70490
  "description": "No description yet.",
70491
+ "default": 0,
70491
70492
  "type": "number"
70492
70493
  },
70493
70494
  "ROTATIONAL_PENALTY_PARAMETER": {
70494
70495
  "title": "ROTATIONAL_PENALTY_PARAMETER (double)",
70495
70496
  "description": "No description yet.",
70497
+ "default": 0,
70496
70498
  "type": "number"
70497
70499
  },
70498
70500
  "PROJECTION_VALID_FACTOR": {
@@ -70509,19 +70511,18 @@
70509
70511
  },
70510
70512
  "CONSTRAINT_ENFORCEMENT": {
70511
70513
  "title": "CONSTRAINT_ENFORCEMENT (enum)",
70512
- "description": "How the constraints for this condition shall be enforced",
70513
- "default": "penalty_direct",
70514
+ "description": "Specifies the constraint enforcement technique for beam-to-beam point couplings.",
70514
70515
  "type": "string",
70515
70516
  "enum": [
70516
70517
  "penalty_direct",
70517
- "penalty_indirect"
70518
+ "penalty_indirect",
70519
+ "lagrange_multiplier"
70518
70520
  ]
70519
70521
  }
70520
70522
  },
70521
70523
  "additionalProperties": false,
70522
70524
  "required": [
70523
- "POSITIONAL_PENALTY_PARAMETER",
70524
- "ROTATIONAL_PENALTY_PARAMETER"
70525
+ "CONSTRAINT_ENFORCEMENT"
70525
70526
  ]
70526
70527
  }
70527
70528
  },
@@ -71731,6 +71732,12 @@
71731
71732
  "default": 2,
71732
71733
  "type": "number"
71733
71734
  },
71735
+ "POINT_TOLERANCE": {
71736
+ "title": "POINT_TOLERANCE (double)",
71737
+ "description": "Tolerance for point objects",
71738
+ "default": 0.0001,
71739
+ "type": "number"
71740
+ },
71734
71741
  "WRITE_GEOMETRIC_SEARCH_VISUALIZATION": {
71735
71742
  "title": "WRITE_GEOMETRIC_SEARCH_VISUALIZATION (bool)",
71736
71743
  "description": "If visualization output for the geometric search should be written",
@@ -221371,6 +221378,7 @@
221371
221378
  "Poroelasticity",
221372
221379
  "ReducedDimensionalAirWays",
221373
221380
  "Reduced_Lung",
221381
+ "Reduced_Lung_1D_Pipe_Flow",
221374
221382
  "Scalar_Thermo_Interaction",
221375
221383
  "Scalar_Transport",
221376
221384
  "Structure",
@@ -407569,6 +407577,381 @@
407569
407577
  "air_properties"
407570
407578
  ]
407571
407579
  },
407580
+ "reduced_lung": {
407581
+ "title": "reduced_lung (group)",
407582
+ "description": "Reduced-dimensional fluid dynamics in a 1D network",
407583
+ "type": "object",
407584
+ "properties": {
407585
+ "general": {
407586
+ "title": "general (group)",
407587
+ "description": "No description yet.",
407588
+ "type": "object",
407589
+ "properties": {
407590
+ "final_time": {
407591
+ "title": "final_time (double)",
407592
+ "description": "Final time when the simulation ends",
407593
+ "type": "number"
407594
+ },
407595
+ "steps": {
407596
+ "title": "steps (int)",
407597
+ "description": "Number of time steps in the simulation",
407598
+ "type": "integer",
407599
+ "exclusiveMinimum": 0,
407600
+ "maximum": 2147483647
407601
+ },
407602
+ "result_every": {
407603
+ "title": "result_every (int)",
407604
+ "description": "Write result every n timestep",
407605
+ "type": "integer",
407606
+ "exclusiveMinimum": 0,
407607
+ "maximum": 2147483647
407608
+ },
407609
+ "fluid_properties": {
407610
+ "title": "fluid_properties (group)",
407611
+ "description": "Parameters of fluid",
407612
+ "type": "object",
407613
+ "properties": {
407614
+ "density_rho": {
407615
+ "title": "density_rho (double)",
407616
+ "description": "Density of fluid",
407617
+ "type": "number",
407618
+ "exclusiveMinimum": 0,
407619
+ "maximum": 1.7976931348623157e+308
407620
+ },
407621
+ "viscosity_mu": {
407622
+ "title": "viscosity_mu (double)",
407623
+ "description": "Viscosity of fluid",
407624
+ "type": "number"
407625
+ }
407626
+ },
407627
+ "additionalProperties": false,
407628
+ "required": [
407629
+ "density_rho",
407630
+ "viscosity_mu"
407631
+ ]
407632
+ },
407633
+ "material_parameters": {
407634
+ "title": "material_parameters (group)",
407635
+ "description": "Parameters of wall mechanics",
407636
+ "type": "object",
407637
+ "properties": {
407638
+ "Young_E": {
407639
+ "title": "Young_E (selection)",
407640
+ "description": "Young's modulus depending on generation and vessel type.",
407641
+ "type": "object",
407642
+ "oneOf": [
407643
+ {
407644
+ "title": "constant",
407645
+ "description": "Constant value for the field.",
407646
+ "type": "object",
407647
+ "properties": {
407648
+ "constant": {
407649
+ "title": "constant (double)",
407650
+ "description": "Constant value for the field.",
407651
+ "type": "number"
407652
+ }
407653
+ },
407654
+ "additionalProperties": false,
407655
+ "required": [
407656
+ "constant"
407657
+ ]
407658
+ },
407659
+ {
407660
+ "title": "from_file",
407661
+ "description": "Path to a file containing the input field data.",
407662
+ "type": "object",
407663
+ "properties": {
407664
+ "from_file": {
407665
+ "title": "from_file (path)",
407666
+ "description": "Path to a file containing the input field data.",
407667
+ "type": "string"
407668
+ }
407669
+ },
407670
+ "additionalProperties": false,
407671
+ "required": [
407672
+ "from_file"
407673
+ ]
407674
+ },
407675
+ {
407676
+ "title": "field_reference",
407677
+ "description": "Refer to a globally defined field by a name.",
407678
+ "type": "object",
407679
+ "properties": {
407680
+ "field_reference": {
407681
+ "title": "field_reference (string)",
407682
+ "description": "Refer to a globally defined field by a name.",
407683
+ "type": "string"
407684
+ }
407685
+ },
407686
+ "additionalProperties": false,
407687
+ "required": [
407688
+ "field_reference"
407689
+ ]
407690
+ },
407691
+ {
407692
+ "title": "from_mesh",
407693
+ "description": "Refer to a field defined in the input mesh by a name.",
407694
+ "type": "object",
407695
+ "properties": {
407696
+ "from_mesh": {
407697
+ "title": "from_mesh (string)",
407698
+ "description": "Refer to a field defined in the input mesh by a name.",
407699
+ "type": "string"
407700
+ }
407701
+ },
407702
+ "additionalProperties": false,
407703
+ "required": [
407704
+ "from_mesh"
407705
+ ]
407706
+ }
407707
+ ]
407708
+ },
407709
+ "Poisson_ratio_nue": {
407710
+ "title": "Poisson_ratio_nue (double)",
407711
+ "description": "Poisson ratio of material",
407712
+ "type": "number"
407713
+ }
407714
+ },
407715
+ "additionalProperties": false,
407716
+ "required": [
407717
+ "Young_E",
407718
+ "Poisson_ratio_nue"
407719
+ ]
407720
+ },
407721
+ "geometry_parameters": {
407722
+ "title": "geometry_parameters (group)",
407723
+ "description": "Geometry of pulmonary vasculature",
407724
+ "type": "object",
407725
+ "properties": {
407726
+ "reference_area_A0": {
407727
+ "title": "reference_area_A0 (selection)",
407728
+ "description": "Reference area of element",
407729
+ "type": "object",
407730
+ "oneOf": [
407731
+ {
407732
+ "title": "constant",
407733
+ "description": "Constant value for the field.",
407734
+ "type": "object",
407735
+ "properties": {
407736
+ "constant": {
407737
+ "title": "constant (double)",
407738
+ "description": "Constant value for the field.",
407739
+ "type": "number"
407740
+ }
407741
+ },
407742
+ "additionalProperties": false,
407743
+ "required": [
407744
+ "constant"
407745
+ ]
407746
+ },
407747
+ {
407748
+ "title": "from_file",
407749
+ "description": "Path to a file containing the input field data.",
407750
+ "type": "object",
407751
+ "properties": {
407752
+ "from_file": {
407753
+ "title": "from_file (path)",
407754
+ "description": "Path to a file containing the input field data.",
407755
+ "type": "string"
407756
+ }
407757
+ },
407758
+ "additionalProperties": false,
407759
+ "required": [
407760
+ "from_file"
407761
+ ]
407762
+ },
407763
+ {
407764
+ "title": "field_reference",
407765
+ "description": "Refer to a globally defined field by a name.",
407766
+ "type": "object",
407767
+ "properties": {
407768
+ "field_reference": {
407769
+ "title": "field_reference (string)",
407770
+ "description": "Refer to a globally defined field by a name.",
407771
+ "type": "string"
407772
+ }
407773
+ },
407774
+ "additionalProperties": false,
407775
+ "required": [
407776
+ "field_reference"
407777
+ ]
407778
+ },
407779
+ {
407780
+ "title": "from_mesh",
407781
+ "description": "Refer to a field defined in the input mesh by a name.",
407782
+ "type": "object",
407783
+ "properties": {
407784
+ "from_mesh": {
407785
+ "title": "from_mesh (string)",
407786
+ "description": "Refer to a field defined in the input mesh by a name.",
407787
+ "type": "string"
407788
+ }
407789
+ },
407790
+ "additionalProperties": false,
407791
+ "required": [
407792
+ "from_mesh"
407793
+ ]
407794
+ }
407795
+ ]
407796
+ },
407797
+ "thickness_th": {
407798
+ "title": "thickness_th (selection)",
407799
+ "description": "Wall thickness of element",
407800
+ "type": "object",
407801
+ "oneOf": [
407802
+ {
407803
+ "title": "constant",
407804
+ "description": "Constant value for the field.",
407805
+ "type": "object",
407806
+ "properties": {
407807
+ "constant": {
407808
+ "title": "constant (double)",
407809
+ "description": "Constant value for the field.",
407810
+ "type": "number"
407811
+ }
407812
+ },
407813
+ "additionalProperties": false,
407814
+ "required": [
407815
+ "constant"
407816
+ ]
407817
+ },
407818
+ {
407819
+ "title": "from_file",
407820
+ "description": "Path to a file containing the input field data.",
407821
+ "type": "object",
407822
+ "properties": {
407823
+ "from_file": {
407824
+ "title": "from_file (path)",
407825
+ "description": "Path to a file containing the input field data.",
407826
+ "type": "string"
407827
+ }
407828
+ },
407829
+ "additionalProperties": false,
407830
+ "required": [
407831
+ "from_file"
407832
+ ]
407833
+ },
407834
+ {
407835
+ "title": "field_reference",
407836
+ "description": "Refer to a globally defined field by a name.",
407837
+ "type": "object",
407838
+ "properties": {
407839
+ "field_reference": {
407840
+ "title": "field_reference (string)",
407841
+ "description": "Refer to a globally defined field by a name.",
407842
+ "type": "string"
407843
+ }
407844
+ },
407845
+ "additionalProperties": false,
407846
+ "required": [
407847
+ "field_reference"
407848
+ ]
407849
+ },
407850
+ {
407851
+ "title": "from_mesh",
407852
+ "description": "Refer to a field defined in the input mesh by a name.",
407853
+ "type": "object",
407854
+ "properties": {
407855
+ "from_mesh": {
407856
+ "title": "from_mesh (string)",
407857
+ "description": "Refer to a field defined in the input mesh by a name.",
407858
+ "type": "string"
407859
+ }
407860
+ },
407861
+ "additionalProperties": false,
407862
+ "required": [
407863
+ "from_mesh"
407864
+ ]
407865
+ }
407866
+ ]
407867
+ }
407868
+ },
407869
+ "additionalProperties": false,
407870
+ "required": [
407871
+ "reference_area_A0",
407872
+ "thickness_th"
407873
+ ]
407874
+ },
407875
+ "boundary_conditions": {
407876
+ "title": "boundary_conditions (group)",
407877
+ "description": "Parameters of fluid",
407878
+ "type": "object",
407879
+ "properties": {
407880
+ "input": {
407881
+ "title": "input (enum)",
407882
+ "description": "Choice of prescribed parameter at inflow boundary",
407883
+ "type": "string",
407884
+ "enum": [
407885
+ "area",
407886
+ "flow",
407887
+ "pressure",
407888
+ "velocity"
407889
+ ]
407890
+ },
407891
+ "output": {
407892
+ "title": "output (enum)",
407893
+ "description": "Choice of prescribed parameter at outflow boundary",
407894
+ "type": "string",
407895
+ "enum": [
407896
+ "pressure",
407897
+ "reflection"
407898
+ ]
407899
+ },
407900
+ "function_ID": {
407901
+ "title": "function_ID (int)",
407902
+ "description": "ID of function describing the boundary condition",
407903
+ "type": "integer"
407904
+ },
407905
+ "condition_outflow": {
407906
+ "title": "condition_outflow (double)",
407907
+ "description": "Condition applied at the outlet, either pressure (mmHg) or reflection.",
407908
+ "type": "number"
407909
+ },
407910
+ "cycle_period": {
407911
+ "title": "cycle_period (double)",
407912
+ "description": "Duration of one cycle until next one starts, to implement pulsatility (systolic vs diastolic).",
407913
+ "default": null,
407914
+ "type": [
407915
+ "number",
407916
+ "null"
407917
+ ]
407918
+ },
407919
+ "pulse_width": {
407920
+ "title": "pulse_width (double)",
407921
+ "description": "Duration of input pulse in the cycle - Heaviside function = 1.",
407922
+ "default": null,
407923
+ "type": [
407924
+ "number",
407925
+ "null"
407926
+ ]
407927
+ }
407928
+ },
407929
+ "additionalProperties": false,
407930
+ "required": [
407931
+ "input",
407932
+ "output",
407933
+ "function_ID",
407934
+ "condition_outflow"
407935
+ ]
407936
+ }
407937
+ },
407938
+ "additionalProperties": false,
407939
+ "required": [
407940
+ "final_time",
407941
+ "steps",
407942
+ "result_every",
407943
+ "fluid_properties",
407944
+ "material_parameters",
407945
+ "geometry_parameters",
407946
+ "boundary_conditions"
407947
+ ]
407948
+ }
407949
+ },
407950
+ "additionalProperties": false,
407951
+ "required": [
407952
+ "general"
407953
+ ]
407954
+ },
407572
407955
  "STRUCTURE ELEMENTS": {
407573
407956
  "title": "STRUCTURE ELEMENTS (vector)",
407574
407957
  "description": "structure element",
@@ -409844,5 +410227,5 @@
409844
410227
  "PROBLEM TYPE"
409845
410228
  ],
409846
410229
  "$schema": "https://json-schema.org/draft/2020-12/schema",
409847
- "$id": "472777c4d9d95e15980cb81b3dee5a3c48797256"
410230
+ "$id": "1ada6cf803dcc81486c5b65a72b3361bd36d4b47"
409848
410231
  }
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '1.53.0'
32
- __version_tuple__ = version_tuple = (1, 53, 0)
31
+ __version__ = version = '1.54.0'
32
+ __version_tuple__ = version_tuple = (1, 54, 0)
33
33
 
34
- __commit_id__ = commit_id = 'g43144b97e'
34
+ __commit_id__ = commit_id = 'g52326fafe'
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