2.创建第一个Moose应用程序

发布时间 2023-12-24 20:22:36作者: Jankin-Wen

MOOSE is designed for building custom applications, therefore to use MOOSE an application is required. An application is where code and input files are created for a particular problem or set of problems of interest.

MOOSE 专为构建自定义应用程序而设计,因此要使用 MOOSE,需要应用程序。应用程序是为特定问题或一组感兴趣的问题创建代码和输入文件的地方。

To create an application, run the stork.sh script while sitting outside the MOOSE repository with a single argument: the name of your application:

若要创建应用程序,请在 MOOSE 存储库外部运行 stork.sh 脚本,并使用单个参数:应用程序的名称:

点击查看代码
cd ~/projects
./moose/scripts/stork.sh MyFirstApp