{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2025:BKLQD5BGJPHM33RLRICXXKX4YV","short_pith_number":"pith:BKLQD5BG","canonical_record":{"source":{"id":"2508.06710","kind":"arxiv","version":5},"metadata":{"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"physics.flu-dyn","submitted_at":"2025-08-08T21:26:12Z","cross_cats_sorted":["physics.comp-ph"],"title_canon_sha256":"85a120e1f07fb06e05426fa11abccd3a6650107199167cccae316fc385fde9ae","abstract_canon_sha256":"c00574fd9425155312c30c6b9afa2a3937a3e3257bad59095ac8fa6369d2be00"},"schema_version":"1.0"},"canonical_sha256":"0a9701f4264bcecdee2b8a057baafcc54924d9f844e4f9f7417bb426cd1e2916","source":{"kind":"arxiv","id":"2508.06710","version":5},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2508.06710","created_at":"2026-05-25T02:02:08Z"},{"alias_kind":"arxiv_version","alias_value":"2508.06710v5","created_at":"2026-05-25T02:02:08Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2508.06710","created_at":"2026-05-25T02:02:08Z"},{"alias_kind":"pith_short_12","alias_value":"BKLQD5BGJPHM","created_at":"2026-05-25T02:02:08Z"},{"alias_kind":"pith_short_16","alias_value":"BKLQD5BGJPHM33RL","created_at":"2026-05-25T02:02:08Z"},{"alias_kind":"pith_short_8","alias_value":"BKLQD5BG","created_at":"2026-05-25T02:02:08Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2025:BKLQD5BGJPHM33RLRICXXKX4YV","target":"record","payload":{"canonical_record":{"source":{"id":"2508.06710","kind":"arxiv","version":5},"metadata":{"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"physics.flu-dyn","submitted_at":"2025-08-08T21:26:12Z","cross_cats_sorted":["physics.comp-ph"],"title_canon_sha256":"85a120e1f07fb06e05426fa11abccd3a6650107199167cccae316fc385fde9ae","abstract_canon_sha256":"c00574fd9425155312c30c6b9afa2a3937a3e3257bad59095ac8fa6369d2be00"},"schema_version":"1.0"},"canonical_sha256":"0a9701f4264bcecdee2b8a057baafcc54924d9f844e4f9f7417bb426cd1e2916","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-25T02:02:08.213487Z","signature_b64":"FVm9uDuR8crqB3F8qokdeCPKgZhqC9SQDQqFPnHCn8voLHO9MRlT3qbeUYN+yMJ+oFs7Amky3z+J9RLMN55zCA==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"0a9701f4264bcecdee2b8a057baafcc54924d9f844e4f9f7417bb426cd1e2916","last_reissued_at":"2026-05-25T02:02:08.212161Z","signature_status":"signed_v1","first_computed_at":"2026-05-25T02:02:08.212161Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2508.06710","source_version":5,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-25T02:02:08Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"GqiOeIT3ghO3P1AYPuJHjCBOlZ+1YI3px8Y/z8t+ehzLQoUCZHNi6c9rRjT1JkMBG9OGju7gUNQ37o1+ILbBBw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-06-23T11:06:30.512498Z"},"content_sha256":"803b4028f78dd90694bae4dd20b8f84c943de9f4c24d4f1a024c981977650b25","schema_version":"1.0","event_id":"sha256:803b4028f78dd90694bae4dd20b8f84c943de9f4c24d4f1a024c981977650b25"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2025:BKLQD5BGJPHM33RLRICXXKX4YV","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"Exploiting repeated matrix block structures for more efficient CFD on modern supercomputers","license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","headline":"By grouping repeated matrix blocks, CFD codes can replace sparse matrix-vector multiplies with matrix-matrix multiplies to raise arithmetic intensity and cut run times.","cross_cats":["physics.comp-ph"],"primary_cat":"physics.flu-dyn","authors_text":"\\`Adel Alsalti-Baldellou, Assensi Oliva, F.Xavier Trias, Guillem Colomer, Josep Plana-Riu, Xavier \\'Alvarez-Farr\\'e","submitted_at":"2025-08-08T21:26:12Z","abstract_excerpt":"Computational Fluid Dynamics (CFD) simulations are often constrained by the memory-bound nature of sparse matrix-vector operations, which eventually limits performance on modern high-performance computing (HPC) systems. This work introduces a novel approach to increase arithmetic intensity in CFD by leveraging repeated matrix block structures. The method transforms the conventional sparse matrix-vector product (SpMV) into a sparse matrix-matrix product (SpMM), enabling simultaneous processing of multiple right-hand sides. This shifts the computation towards a more compute-bound regime by reusi"},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"Results demonstrate substantial speed-ups - from modest improvements in basic configurations to over 50% in the mesh-refinement setup - highlighting the benefits of integrating SpMM across all CFD operators, including divergence, gradient, and Laplacian.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"The method assumes that the discrete operators in the target CFD codes contain enough identical matrix blocks for the SpMM reformulation to deliver measurable arithmetic-intensity gains, and that switching from coarse to fine mesh mid-simulation does not alter the statistically steady statistics or introduce unacceptable transient errors.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"Exploiting repeated block structures converts SpMV to SpMM in CFD operators while an inline coarse-to-fine mesh strategy reduces time to statistically steady state, producing speed-ups up to over 50 percent on tested cases.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"By grouping repeated matrix blocks, CFD codes can replace sparse matrix-vector multiplies with matrix-matrix multiplies to raise arithmetic intensity and cut run times.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"775a14edbcaf44f42e686282b473e96287c29872fb3af604605b3a8116961748"},"source":{"id":"2508.06710","kind":"arxiv","version":5},"verdict":{"id":"3bd4bd96-e9ce-4350-ac78-6218f2edaf77","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-18T23:34:00.023731Z","strongest_claim":"Results demonstrate substantial speed-ups - from modest improvements in basic configurations to over 50% in the mesh-refinement setup - highlighting the benefits of integrating SpMM across all CFD operators, including divergence, gradient, and Laplacian.","one_line_summary":"Exploiting repeated block structures converts SpMV to SpMM in CFD operators while an inline coarse-to-fine mesh strategy reduces time to statistically steady state, producing speed-ups up to over 50 percent on tested cases.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"The method assumes that the discrete operators in the target CFD codes contain enough identical matrix blocks for the SpMM reformulation to deliver measurable arithmetic-intensity gains, and that switching from coarse to fine mesh mid-simulation does not alter the statistically steady statistics or introduce unacceptable transient errors.","pith_extraction_headline":"By grouping repeated matrix blocks, CFD codes can replace sparse matrix-vector multiplies with matrix-matrix multiplies to raise arithmetic intensity and cut run times."},"integrity":{"clean":true,"summary":{"advisory":0,"critical":0,"by_detector":{},"informational":0},"endpoint":"/pith/2508.06710/integrity.json","findings":[],"available":true,"detectors_run":[],"snapshot_sha256":"c28c3603d3b5d939e8dc4c7e95fa8dfce3d595e45f758748cecf8e644a296938"},"references":{"count":35,"sample":[{"doi":"10.1145/1498765.1498785","year":2009,"title":"Roofline: An in- sightful visual performance model for multicore architectures","work_id":"d53b4029-f7d9-4dfb-83f0-f5d116d39ce1","ref_index":1,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"10.1109/sc.2014.68","year":2015,"title":"Greathouse and Mayank Daga","work_id":"8575b31f-dad2-44b8-b9c6-9b6f8b444ad6","ref_index":2,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"10.1016/j.cpc.2017.05.023","year":2017,"title":"V . Makarashvili, E. Merzari, A. Obabko, A. Siegel, P. Fischer, A performance analysis of ensemble averaging for high fidelity turbulence simulations at the strong scaling limit, Computer Physics Comm","work_id":"3cfdfc61-fa98-4dbf-8c41-e012ba7542fa","ref_index":3,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"10.1103/physrevfluids.2.094606","year":2017,"title":"G. Nastac, J. W. Labahn, L. Magri, M. Ihme, Lyapunov exponent as a metric for assessing the dynamic content and predictability of large-eddy simulations, Physical Review Fluids 2 (2017). doi:10.1103/P","work_id":"d0ddc4c3-d6c1-4f7a-8eae-ffa92577d469","ref_index":4,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"10.1016/j.jweia.2022.105105","year":2022,"title":"R. Tosi, M. Núñez, J. Pons-Prats, J. Principe, R. Rossi, On the use of ensemble averaging techniques to accelerate the Uncer- tainty Quantification of CFD predictions in wind engineering, Journal of W","work_id":"e9a9d227-266d-4b27-bc87-0123bb4f72e4","ref_index":5,"cited_arxiv_id":"","is_internal_anchor":false}],"resolved_work":35,"snapshot_sha256":"3ae54e7ca6510cbac0a1921fce818be6aa28c3dd2513859dfb881cdc2c839970","internal_anchors":0},"formal_canon":{"evidence_count":2,"snapshot_sha256":"1b86867efec460674db0446c035b5b964cd43baa756e914ae82b598e44874ffd"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"3bd4bd96-e9ce-4350-ac78-6218f2edaf77"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-25T02:02:08Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"Wa1HIXZs8IFcNw16HhQLOyW4k66DcmK4JGfbOSseIHoqPITbo66NK/hmFoG+zYCHRyf494PjXe5/Q5wIazL9Dw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-06-23T11:06:30.513130Z"},"content_sha256":"7e1f79359be454bd39d46ed184015bb56f323508cf0421a80b5bf90ee8ba5bb9","schema_version":"1.0","event_id":"sha256:7e1f79359be454bd39d46ed184015bb56f323508cf0421a80b5bf90ee8ba5bb9"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/BKLQD5BGJPHM33RLRICXXKX4YV/bundle.json","state_url":"https://pith.science/pith/BKLQD5BGJPHM33RLRICXXKX4YV/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/BKLQD5BGJPHM33RLRICXXKX4YV/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-06-23T11:06:30Z","links":{"resolver":"https://pith.science/pith/BKLQD5BGJPHM33RLRICXXKX4YV","bundle":"https://pith.science/pith/BKLQD5BGJPHM33RLRICXXKX4YV/bundle.json","state":"https://pith.science/pith/BKLQD5BGJPHM33RLRICXXKX4YV/state.json","well_known_bundle":"https://pith.science/.well-known/pith/BKLQD5BGJPHM33RLRICXXKX4YV/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2025:BKLQD5BGJPHM33RLRICXXKX4YV","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"c00574fd9425155312c30c6b9afa2a3937a3e3257bad59095ac8fa6369d2be00","cross_cats_sorted":["physics.comp-ph"],"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"physics.flu-dyn","submitted_at":"2025-08-08T21:26:12Z","title_canon_sha256":"85a120e1f07fb06e05426fa11abccd3a6650107199167cccae316fc385fde9ae"},"schema_version":"1.0","source":{"id":"2508.06710","kind":"arxiv","version":5}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2508.06710","created_at":"2026-05-25T02:02:08Z"},{"alias_kind":"arxiv_version","alias_value":"2508.06710v5","created_at":"2026-05-25T02:02:08Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2508.06710","created_at":"2026-05-25T02:02:08Z"},{"alias_kind":"pith_short_12","alias_value":"BKLQD5BGJPHM","created_at":"2026-05-25T02:02:08Z"},{"alias_kind":"pith_short_16","alias_value":"BKLQD5BGJPHM33RL","created_at":"2026-05-25T02:02:08Z"},{"alias_kind":"pith_short_8","alias_value":"BKLQD5BG","created_at":"2026-05-25T02:02:08Z"}],"graph_snapshots":[{"event_id":"sha256:7e1f79359be454bd39d46ed184015bb56f323508cf0421a80b5bf90ee8ba5bb9","target":"graph","created_at":"2026-05-25T02:02:08Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"Results demonstrate substantial speed-ups - from modest improvements in basic configurations to over 50% in the mesh-refinement setup - highlighting the benefits of integrating SpMM across all CFD operators, including divergence, gradient, and Laplacian."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"The method assumes that the discrete operators in the target CFD codes contain enough identical matrix blocks for the SpMM reformulation to deliver measurable arithmetic-intensity gains, and that switching from coarse to fine mesh mid-simulation does not alter the statistically steady statistics or introduce unacceptable transient errors."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"Exploiting repeated block structures converts SpMV to SpMM in CFD operators while an inline coarse-to-fine mesh strategy reduces time to statistically steady state, producing speed-ups up to over 50 percent on tested cases."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"By grouping repeated matrix blocks, CFD codes can replace sparse matrix-vector multiplies with matrix-matrix multiplies to raise arithmetic intensity and cut run times."}],"snapshot_sha256":"775a14edbcaf44f42e686282b473e96287c29872fb3af604605b3a8116961748"},"formal_canon":{"evidence_count":2,"snapshot_sha256":"1b86867efec460674db0446c035b5b964cd43baa756e914ae82b598e44874ffd"},"integrity":{"available":true,"clean":true,"detectors_run":[],"endpoint":"/pith/2508.06710/integrity.json","findings":[],"snapshot_sha256":"c28c3603d3b5d939e8dc4c7e95fa8dfce3d595e45f758748cecf8e644a296938","summary":{"advisory":0,"by_detector":{},"critical":0,"informational":0}},"paper":{"abstract_excerpt":"Computational Fluid Dynamics (CFD) simulations are often constrained by the memory-bound nature of sparse matrix-vector operations, which eventually limits performance on modern high-performance computing (HPC) systems. This work introduces a novel approach to increase arithmetic intensity in CFD by leveraging repeated matrix block structures. The method transforms the conventional sparse matrix-vector product (SpMV) into a sparse matrix-matrix product (SpMM), enabling simultaneous processing of multiple right-hand sides. This shifts the computation towards a more compute-bound regime by reusi","authors_text":"\\`Adel Alsalti-Baldellou, Assensi Oliva, F.Xavier Trias, Guillem Colomer, Josep Plana-Riu, Xavier \\'Alvarez-Farr\\'e","cross_cats":["physics.comp-ph"],"headline":"By grouping repeated matrix blocks, CFD codes can replace sparse matrix-vector multiplies with matrix-matrix multiplies to raise arithmetic intensity and cut run times.","license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"physics.flu-dyn","submitted_at":"2025-08-08T21:26:12Z","title":"Exploiting repeated matrix block structures for more efficient CFD on modern supercomputers"},"references":{"count":35,"internal_anchors":0,"resolved_work":35,"sample":[{"cited_arxiv_id":"","doi":"10.1145/1498765.1498785","is_internal_anchor":false,"ref_index":1,"title":"Roofline: An in- sightful visual performance model for multicore architectures","work_id":"d53b4029-f7d9-4dfb-83f0-f5d116d39ce1","year":2009},{"cited_arxiv_id":"","doi":"10.1109/sc.2014.68","is_internal_anchor":false,"ref_index":2,"title":"Greathouse and Mayank Daga","work_id":"8575b31f-dad2-44b8-b9c6-9b6f8b444ad6","year":2015},{"cited_arxiv_id":"","doi":"10.1016/j.cpc.2017.05.023","is_internal_anchor":false,"ref_index":3,"title":"V . Makarashvili, E. Merzari, A. Obabko, A. Siegel, P. Fischer, A performance analysis of ensemble averaging for high fidelity turbulence simulations at the strong scaling limit, Computer Physics Comm","work_id":"3cfdfc61-fa98-4dbf-8c41-e012ba7542fa","year":2017},{"cited_arxiv_id":"","doi":"10.1103/physrevfluids.2.094606","is_internal_anchor":false,"ref_index":4,"title":"G. Nastac, J. W. Labahn, L. Magri, M. Ihme, Lyapunov exponent as a metric for assessing the dynamic content and predictability of large-eddy simulations, Physical Review Fluids 2 (2017). doi:10.1103/P","work_id":"d0ddc4c3-d6c1-4f7a-8eae-ffa92577d469","year":2017},{"cited_arxiv_id":"","doi":"10.1016/j.jweia.2022.105105","is_internal_anchor":false,"ref_index":5,"title":"R. Tosi, M. Núñez, J. Pons-Prats, J. Principe, R. Rossi, On the use of ensemble averaging techniques to accelerate the Uncer- tainty Quantification of CFD predictions in wind engineering, Journal of W","work_id":"e9a9d227-266d-4b27-bc87-0123bb4f72e4","year":2022}],"snapshot_sha256":"3ae54e7ca6510cbac0a1921fce818be6aa28c3dd2513859dfb881cdc2c839970"},"source":{"id":"2508.06710","kind":"arxiv","version":5},"verdict":{"created_at":"2026-05-18T23:34:00.023731Z","id":"3bd4bd96-e9ce-4350-ac78-6218f2edaf77","model_set":{"reader":"grok-4.3"},"one_line_summary":"Exploiting repeated block structures converts SpMV to SpMM in CFD operators while an inline coarse-to-fine mesh strategy reduces time to statistically steady state, producing speed-ups up to over 50 percent on tested cases.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"By grouping repeated matrix blocks, CFD codes can replace sparse matrix-vector multiplies with matrix-matrix multiplies to raise arithmetic intensity and cut run times.","strongest_claim":"Results demonstrate substantial speed-ups - from modest improvements in basic configurations to over 50% in the mesh-refinement setup - highlighting the benefits of integrating SpMM across all CFD operators, including divergence, gradient, and Laplacian.","weakest_assumption":"The method assumes that the discrete operators in the target CFD codes contain enough identical matrix blocks for the SpMM reformulation to deliver measurable arithmetic-intensity gains, and that switching from coarse to fine mesh mid-simulation does not alter the statistically steady statistics or introduce unacceptable transient errors."}},"verdict_id":"3bd4bd96-e9ce-4350-ac78-6218f2edaf77"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:803b4028f78dd90694bae4dd20b8f84c943de9f4c24d4f1a024c981977650b25","target":"record","created_at":"2026-05-25T02:02:08Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"c00574fd9425155312c30c6b9afa2a3937a3e3257bad59095ac8fa6369d2be00","cross_cats_sorted":["physics.comp-ph"],"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"physics.flu-dyn","submitted_at":"2025-08-08T21:26:12Z","title_canon_sha256":"85a120e1f07fb06e05426fa11abccd3a6650107199167cccae316fc385fde9ae"},"schema_version":"1.0","source":{"id":"2508.06710","kind":"arxiv","version":5}},"canonical_sha256":"0a9701f4264bcecdee2b8a057baafcc54924d9f844e4f9f7417bb426cd1e2916","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"0a9701f4264bcecdee2b8a057baafcc54924d9f844e4f9f7417bb426cd1e2916","first_computed_at":"2026-05-25T02:02:08.212161Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-25T02:02:08.212161Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"FVm9uDuR8crqB3F8qokdeCPKgZhqC9SQDQqFPnHCn8voLHO9MRlT3qbeUYN+yMJ+oFs7Amky3z+J9RLMN55zCA==","signature_status":"signed_v1","signed_at":"2026-05-25T02:02:08.213487Z","signed_message":"canonical_sha256_bytes"},"source_id":"2508.06710","source_kind":"arxiv","source_version":5}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:803b4028f78dd90694bae4dd20b8f84c943de9f4c24d4f1a024c981977650b25","sha256:7e1f79359be454bd39d46ed184015bb56f323508cf0421a80b5bf90ee8ba5bb9"],"state_sha256":"e89ca1a229043b6055866e572033201b18304e945a3c02f72044137f92868d33"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"Zux7VIpjx0GaKwe9oki37SzbRWPFmwGls2soCl+3BSk8HemZk+Fx3Rx+xBF3+PmLcxMfqMIPfQKTB9hHPqN8Dw==","signed_message":"bundle_sha256_bytes","signed_at":"2026-06-23T11:06:30.515852Z","bundle_sha256":"274cb541fb7586ef57a5d7487f96dab75544ecf76982667aff22d2ccc7786c8d"}}