physicsnemo
physicsnemo copied to clipboard
Generalize the `encode_parameter` in DoMINO to any arbitrary global parameters input
PhysicsNeMo Pull Request
Description
This PR modifies conf.yaml, model.py and domino_datapipe.py to allow for arbitrary number of input global parameters instead of being restricted to inlet_velocity, air_density. examples/external_aerodynamics/cfd/domino is accordingly modified and tested on DrivAer dataset.
Checklist
- [ ] I am familiar with the Contributing Guidelines.
- [ ] New or existing tests cover these changes.
- [ ] The documentation is up to date with these changes.
- [ ] The CHANGELOG.md is up to date with these changes.
- [ ] An issue is linked to this pull request.