lululxvi / deepxde

A library for scientific machine learning and physics-informed learning
https://deepxde.readthedocs.io
GNU Lesser General Public License v2.1
2.79k stars 757 forks source link

cylinder #588

Closed HaoQian-vary closed 2 years ago

HaoQian-vary commented 2 years ago

Dear Dr. Lu Lu, Thanks for this incredible tool DeepXDE.I would like to ask how to draw a cylinder

HaoQian-vary commented 2 years ago

Dear Dr. Lu Lu, Thanks for this incredible tool DeepXDE. I am working on a fluid problem, There are various inlet boundary conditions. The inlet velocity = 1m/s, 4m/s, 8m/s...... Do different models need to be trained for different inlet boundary conditions?Such training is slow, Is there a better way?

lululxvi commented 2 years ago

DeepXDE currently doesn't support cylinder yet. You have to implement a cylinder geometry by yourself.

See FAQ "Q: Solve parametric PDEs."