aspen中自定义动力学模型去哪儿编辑啊? 俺遇到过类似的问题,所以说两句。 首先你需要用notepad或者ultraedit或者其他编辑器编辑一个*。for 文件,里面是你要定义的动力学模型。然后用fortran编译器编译成*.obj 文件,之后将这两个文件都放到。bkp文件目录下。 下面是手册中摘抄的: the simplest method of supplying fortran user models to aspen plus is by putting the user model's object module files (the results of the aspcomp command) in the run directory. by default, whenever aspen plus spawns a subprocess to link a run-specific fortran shared library it includes all object module files from the run directory. 还有很重要的一点是要在run- setting中设一下,否则运行是会告诉你找不到这个文件。查看更多