8
8
[ ![ Doc] ( https://img.shields.io/readthedocs/paddlescience-docs/latest )] ( https://paddlescience-docs.readthedocs.io/zh/latest/ )
9
9
[ ![ Code Style] ( https://img.shields.io/badge/code_style-black-black )] ( https://github.com/psf/black )
10
10
[ ![ Hydra] ( https://img.shields.io/badge/config-hydra-89b8cd )] ( https://hydra.cc/ )
11
- [ ![ License] ( https://img.shields.io/github/license/PaddlePaddle/PaddleScience )] ( https://github.com/PaddlePaddle/PaddleScience/blob/develop /LICENSE )
11
+ [ ![ License] ( https://img.shields.io/github/license/PaddlePaddle/PaddleScience )] ( https://github.com/PaddlePaddle/PaddleScience/blob/release/1.3 /LICENSE )
12
12
<!-- --8<-- [end:status] -->
13
13
14
14
[ ** PaddleScience使用文档** ] ( https://paddlescience-docs.readthedocs.io/zh/latest/ )
@@ -34,9 +34,9 @@ PaddleScience 是一个基于深度学习框架 PaddlePaddle 开发的科学计
34
34
| 微分方程 | [ 洛伦兹方程] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/lorenz ) | 数据驱动 | Transformer-Physx | 监督学习 | [ Data] ( https://github.com/zabaras/transformer-physx ) | [ Paper] ( https://arxiv.org/abs/2010.03957 ) |
35
35
| 微分方程 | [ 若斯叻方程] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/rossler ) | 数据驱动 | Transformer-Physx | 监督学习 | [ Data] ( https://github.com/zabaras/transformer-physx ) | [ Paper] ( https://arxiv.org/abs/2010.03957 ) |
36
36
| 算子学习 | [ DeepONet] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/deeponet ) | 数据驱动 | MLP | 监督学习 | [ Data] ( https://deepxde.readthedocs.io/en/latest/demos/operator/antiderivative_unaligned.html ) | [ Paper] ( https://export.arxiv.org/pdf/1910.03193.pdf ) |
37
- | 微分方程 | [ 梯度增强的物理知识融合 PDE 求解] ( https://github.com/PaddlePaddle/PaddleScience/blob/develop /examples/gpinn/poisson_1d.py ) | 机理驱动 | gPINN | 无监督学习 | - | [ Paper] ( https://doi.org/10.1016/j.cma.2022.114823 ) |
37
+ | 微分方程 | [ 梯度增强的物理知识融合 PDE 求解] ( https://github.com/PaddlePaddle/PaddleScience/blob/release/1.3 /examples/gpinn/poisson_1d.py ) | 机理驱动 | gPINN | 无监督学习 | - | [ Paper] ( https://doi.org/10.1016/j.cma.2022.114823 ) |
38
38
| 积分方程 | [ 沃尔泰拉积分方程] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/volterra_ide ) | 机理驱动 | MLP | 无监督学习 | - | [ Project] ( https://github.com/lululxvi/deepxde/blob/master/examples/pinn_forward/Volterra_IDE.py ) |
39
- | 微分方程 | [ 分数阶微分方程] ( https://github.com/PaddlePaddle/PaddleScience/blob/develop /examples/fpde/fractional_poisson_2d.py ) | 机理驱动 | MLP | 无监督学习 | - | - |
39
+ | 微分方程 | [ 分数阶微分方程] ( https://github.com/PaddlePaddle/PaddleScience/blob/release/1.3 /examples/fpde/fractional_poisson_2d.py ) | 机理驱动 | MLP | 无监督学习 | - | - |
40
40
| 光孤子 | [ Optical soliton] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/nlsmb ) | 机理驱动 | MLP | 无监督学习 | - | [ Paper] ( https://doi.org/10.1007/s11071-023-08824-w ) |
41
41
| 光纤怪波 | [ Optical rogue wave] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/nlsmb ) | 机理驱动 | MLP | 无监督学习 | - | [ Paper] ( https://doi.org/10.1007/s11071-023-08824-w ) |
42
42
| 域分解 | [ XPINN] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/xpinns ) | 机理驱动 | MLP | 无监督学习 | - | [ Paper] ( https://doi.org/10.4208/cicp.OA-2020-0164 ) |
@@ -59,7 +59,7 @@ PaddleScience 是一个基于深度学习框架 PaddlePaddle 开发的科学计
59
59
| 飞行器设计 | [ 火箭发动机真空羽流] ( https://aistudio.baidu.com/projectdetail/4486133 ) | 数据驱动 | CNN | 监督学习 | [ Data] ( https://aistudio.baidu.com/datasetdetail/167250 ) | - |
60
60
| 飞行器设计 | [ Deep-Flow-Prediction] ( https://aistudio.baidu.com/projectdetail/5671596 ) | 数据驱动 | TurbNetG | 监督学习 | [ Data] ( https://aistudio.baidu.com/datasetdetail/197778 ) | [ Paper] ( https://arxiv.org/abs/1810.08217 ) |
61
61
| 通用流场模拟 | [ 气动外形设计] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/amgnet ) | 数据驱动 | AMGNet | 监督学习 | [ Data] ( https://paddle-org.bj.bcebos.com/paddlescience/datasets/AMGNet/data.zip ) | [ Paper] ( https://arxiv.org/abs/1810.08217 ) |
62
- | 流固耦合 | [ 涡激振动] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/viv ) | 机理驱动 | MLP | 半监督学习 | [ Data] ( https://github.com/PaddlePaddle/PaddleScience/blob/develop /examples/fsi/VIV_Training_Neta100.mat ) | [ Paper] ( https://arxiv.org/abs/2206.03864 ) |
62
+ | 流固耦合 | [ 涡激振动] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/viv ) | 机理驱动 | MLP | 半监督学习 | [ Data] ( https://github.com/PaddlePaddle/PaddleScience/blob/release/1.3 /examples/fsi/VIV_Training_Neta100.mat ) | [ Paper] ( https://arxiv.org/abs/2206.03864 ) |
63
63
| 多相流 | [ 气液两相流] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/bubble ) | 机理驱动 | BubbleNet | 半监督学习 | [ Data] ( https://paddle-org.bj.bcebos.com/paddlescience/datasets/BubbleNet/bubble.mat ) | [ Paper] ( https://pubs.aip.org/aip/adv/article/12/3/035153/2819394/Predicting-micro-bubble-dynamics-with-semi-physics ) |
64
64
| 多相流 | [ twophasePINN] ( https://aistudio.baidu.com/projectdetail/5379212 ) | 机理驱动 | MLP | 无监督学习 | - | [ Paper] ( https://doi.org/10.1016/j.mlwa.2021.100029 ) |
65
65
| 多相流 | 非高斯渗透率场估计<sup >coming soon</sup > | 机理驱动 | cINN | 监督学习 | - | [ Paper] ( https://pubs.aip.org/aip/adv/article/12/3/035153/2819394/Predicting-micro-bubble-dynamics-with-semi-physics ) |
@@ -105,7 +105,7 @@ PaddleScience 是一个基于深度学习框架 PaddlePaddle 开发的科学计
105
105
- 基于 PaddleScience 的快速热仿真方法 [ A fast general thermal simulation model based on MultiBranch Physics-Informed deep operator neural network] ( https://pubs.aip.org/aip/pof/article-abstract/36/3/037142/3277890/A-fast-general-thermal-simulation-model-based-on?redirectedFrom=fulltext ) 被 Physics of Fluids 2024 接受。
106
106
- 添加多目标优化算法 [ Relobralo] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/api/loss/mtl/#ppsci.loss.mtl.Relobralo ) 。
107
107
- 添加气泡流求解案例([ Bubble] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/bubble ) )、机翼优化案例([ DeepCFD] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/deepcfd/ ) )、热传导仿真案例([ HeatPINN] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/heat_pinn ) )、非线性短临预报模型([ Nowcasting(仅推理)] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/nowcastnet ) )、拓扑优化案例([ TopOpt] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/topopt ) )、矩形平板线弹性方程求解案例([ Biharmonic2D] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/biharmonic2d ) )。
108
- - 添加二维血管案例([ LabelFree-DNN-Surrogate] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/labelfree_DNN_surrogate/#4 ) )、空气激波案例([ ShockWave] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/shock_wave/ ) )、去噪网络模型([ DUCNN] ( https://github.com/PaddlePaddle/PaddleScience/tree/develop/ jointContribution/DU_CNN ) )、风电预测模型([ Deep Spatial Temporal] ( https://github.com/PaddlePaddle/PaddleScience/tree/develop/ jointContribution/Deep-Spatio-Temporal ) )、域分解模型([ XPINNs] ( https://github.com/PaddlePaddle/PaddleScience/tree/develop/ jointContribution/XPINNs ) )、积分方程求解案例([ Volterra Equation] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/volterra_ide ) )、分数阶方程求解案例([ Fractional Poisson 2D] ( https://github.com/PaddlePaddle/PaddleScience/blob/develop /examples/fpde/fractional_poisson_2d.py ) )。
108
+ - 添加二维血管案例([ LabelFree-DNN-Surrogate] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/labelfree_DNN_surrogate/#4 ) )、空气激波案例([ ShockWave] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/shock_wave/ ) )、去噪网络模型([ DUCNN] ( https://github.com/PaddlePaddle/PaddleScience/tree/release/1.3/ jointContribution/DU_CNN ) )、风电预测模型([ Deep Spatial Temporal] ( https://github.com/PaddlePaddle/PaddleScience/tree/release/1.3/ jointContribution/Deep-Spatio-Temporal ) )、域分解模型([ XPINNs] ( https://github.com/PaddlePaddle/PaddleScience/tree/release/1.3/ jointContribution/XPINNs ) )、积分方程求解案例([ Volterra Equation] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/examples/volterra_ide ) )、分数阶方程求解案例([ Fractional Poisson 2D] ( https://github.com/PaddlePaddle/PaddleScience/blob/release/1.3 /examples/fpde/fractional_poisson_2d.py ) )。
109
109
- 针对串联方程和复杂方程场景,` Equation ` 模块支持基于 [ sympy] ( https://docs.sympy.org/dev/tutorials/intro-tutorial/intro.html ) 的符号计算,并支持和 python 函数混合使用([ #507 ] ( https://github.com/PaddlePaddle/PaddleScience/pull/507 ) 、[ #505 ] ( https://github.com/PaddlePaddle/PaddleScience/pull/505 ) )。
110
110
- ` Geometry ` 模块和 ` InteriorConstraint ` 、` InitialConstraint ` 支持计算 SDF 微分功能([ #539 ] ( https://github.com/PaddlePaddle/PaddleScience/pull/539 ) )。
111
111
- 添加 ** M** ulti** T** ask** L** earning(` ppsci.loss.mtl ` ) 多任务学习模块,针对多任务优化(如 PINN 方法)进一步提升性能,使用方式:[ 多任务学习指南] ( https://paddlescience-docs.readthedocs.io/zh/latest/zh/user_guide/#24 ) ([ #493 ] ( https://github.com/PaddlePaddle/PaddleScience/pull/505 ) 、[ #492 ] ( https://github.com/PaddlePaddle/PaddleScience/pull/505 ) )。
@@ -221,7 +221,7 @@ python -c "import paddle; paddle.utils.run_check()"
221
221
222
222
PaddleScience 项目欢迎并依赖开发人员和开源社区中的用户,会不定期推出开源活动。
223
223
224
- > 在开源活动中如需使用 PaddleScience 进行开发,可参考 [** PaddleScience 开发与贡献指南** ](https://paddlescience-docs.readthedocs.io/zh/latest /zh/development/) 以提升开发效率和质量。
224
+ > 在开源活动中如需使用 PaddleScience 进行开发,可参考 [** PaddleScience 开发与贡献指南** ](https://paddlescience-docs.readthedocs.io/zh-cn/release-1.3 /zh/development/) 以提升开发效率和质量。
225
225
226
226
- 🎁快乐开源
227
227
@@ -279,5 +279,5 @@ PaddleScience 作为一个开源项目,欢迎来各行各业的伙伴携手共
279
279
< ! -- --8< -- [start:license] -->
280
280
# # 📜开源协议
281
281
282
- [Apache License 2.0](https://github.com/PaddlePaddle/PaddleScience/blob/develop /LICENSE)
282
+ [Apache License 2.0](https://github.com/PaddlePaddle/PaddleScience/blob/release/1.3 /LICENSE)
283
283
< ! -- --8< -- [end:license] -->
0 commit comments