Metadata-Version: 2.4
Name: nevf
Version: 0.1.0
Summary: A CFD neural compression library.
Project-URL: Homepage, https://github.com/omaralvarez/NeVF
Project-URL: Issues, https://github.com/omaralvarez/NeVF/issues
Author-email: "Omar A. Mures" <omar.alvarez@udc.es>
License-File: LICENSE
Keywords: cfd,compression,deep learning,image,nevf,sdf,volume
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Requires-Dist: einops
Requires-Dist: humanize
Requires-Dist: lightning
Requires-Dist: matplotlib
Requires-Dist: numpy>=2.0.0
Requires-Dist: pandas
Requires-Dist: rich
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: wandb[media]
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Description-Content-Type: text/markdown

<p align="center">
	<a href='https://www.sciencedirect.com/science/article/pii/S1093968726031117/pdfft?md5=e938bb1a4863999573698c8be612eb7a&pid=1-s2.0-S1093968726031117-main.pdf'><img src='https://img.shields.io/badge/Paper-Elsevier-FF551D?logo=elsevier' alt='Paper' /></a>
	<a href='https://nevf-cfd.github.io/'><img src='https://img.shields.io/badge/Project-Page-green?logo=safari&logoColor=fff' alt='Project Page' /></a>
	<a href=""><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
	<a><img src='https://img.shields.io/badge/python-3.10%2B-blueviolet' alt='Python' /></a>
	<a><img src='https://img.shields.io/badge/code%20style-black-black' /></a>
	<a href='https://opensource.org/license/lgpl-2-1'><img src='https://img.shields.io/badge/license-LGPLv2+-blue' /></a>
</p>

# 🧊 NeVF

[**NeVF: Representing CFD simulations as neural flow volume fields for efficient compression, reconstruction, and analysis**](https://doi.org/10.1016/j.cacaie.2026.100125)<br/>
[Omar A. Mures](https://omaralv.com/), [Miguel Cid Montoya](https://mcidmontoya.com/)

## 📢 News

### July 2026

- Code release.

### February 2026

- Code coming soon.

## 🎯 TODO

The repo is still under construction, thanks for your patience. 

- [ ] Release Colab example.
- [ ] Release pip package.
- [x] Release of the neural compression code.

## 📜 Citation

```
@Article{mures2026nevf,
  author = {Mures, Omar A. and Cid Montoya, Miguel},
  title = {{NeVF: Representing CFD} simulations as neural flow volume fields for efficient compression, reconstruction, and analysis},
  journal = {Computer-Aided Civil and Infrastructure Engineering},
  volume = {49},
  pages = {100125},
  year = {2026},
  doi = {10.1016/j.cacaie.2026.100125},
  url = {https://doi.org/10.1016/j.cacaie.2026.100125},
}
```
