钢板弹簧仿真出错
浏览:146061 回答:1
我用adams2003/leafspring做的11片钢板弹簧,仿真时出现如下错误ERROR: ***** ADAMS MEMORY OVERFLOW *****
A larger LD array is required.
The error occurred in subroutine "DPVFC" while allocating "CHAR" space
for the "second expression".
Space Available: 1 Space Requested: 3
ADAMS/Solver requires more program memory to run this model.
Be aware that the above figures for Space available and Space
requested only reflect the current requirements. Additional space
may be required later in the solution process.
Several off-the-shelf memory configurations are available and
custom configurations may be created. The available memory models
and the corresponding array sizes are:
--------------------------
NAME LCEXPR LDSIZ
--------------------------
STANDARD 100 2,000
LARGE 200 2,000
EX-LARGE 300 2,000
HUGE 300 5,000
where the columns correspond to:
LCEXPR : Maximum number of lines in a Function
LDSIZ : Maximum total number of lines in all Functions
To use an alternative setting, you have to start the ADAMS 'Settings'
program. It can be found using the Start menu:
Start -> Programs -> MSC.Software -> MSC.ADAMS -> ADAMS-Settings
Alternatively, you can start 'adams_settings.exe' in the 'utils\win32'
folder of your ADAMS installation directory.
ERROR: Abnormal termination encountered in Solver.
我改了内存,但是还是出现一样的错误,到底应该怎么做?
A larger LD array is required.
The error occurred in subroutine "DPVFC" while allocating "CHAR" space
for the "second expression".
Space Available: 1 Space Requested: 3
ADAMS/Solver requires more program memory to run this model.
Be aware that the above figures for Space available and Space
requested only reflect the current requirements. Additional space
may be required later in the solution process.
Several off-the-shelf memory configurations are available and
custom configurations may be created. The available memory models
and the corresponding array sizes are:
--------------------------
NAME LCEXPR LDSIZ
--------------------------
STANDARD 100 2,000
LARGE 200 2,000
EX-LARGE 300 2,000
HUGE 300 5,000
where the columns correspond to:
LCEXPR : Maximum number of lines in a Function
LDSIZ : Maximum total number of lines in all Functions
To use an alternative setting, you have to start the ADAMS 'Settings'
program. It can be found using the Start menu:
Start -> Programs -> MSC.Software -> MSC.ADAMS -> ADAMS-Settings
Alternatively, you can start 'adams_settings.exe' in the 'utils\win32'
folder of your ADAMS installation directory.
ERROR: Abnormal termination encountered in Solver.
我改了内存,但是还是出现一样的错误,到底应该怎么做?
不知楼上的电脑是多大内存的
我以前也遇到过类似问题
解决方法就是在
Programs -> MSC.Software -> MSC.ADAMS -> ADAMS-Settings里把Aview和Asolver的preferences下的memSize都设为“huge”就可以了。