2007年6月12日星期二

Material “Body”读入老出错

使用 range3.dat:
  4
  0      0      Air        false 0.0  0.0  0.0  0.2
  1      20      Water     true 1.0  0.0  0.0  0.2
  21    400     Brain      true 0.0 1.0 0.0 0.2
 401    5000    Body      true 0.0 0.0 1.0 0.2

出错:

!!! GateMDBFile:
The definition of the element/material 'Body' is incorrect:
Could not find any prefix for the abundance field.
You should check this definition in the database file.
Computation aborted!!!

原GateMaterials.db:

Body:   d=1.00 g/cm3 ; n=11
        +el: name=Hydrogen  ; f=0.112
        +el: name=Carbon    ; f=0.000
        +el: name=Nitrogen  ; f= 0.000
        +el: name=Oxygen    ; f=0.888
        +el: name=Phosphor  ; f=0.000
        +el: name=Calcium   ; f=0.000
        +el: name=Scandium  ; f=0.0
        +el: name=Titanium  ; f=0.0
        +el: name=Vandium   , f= 0.0
        +el: name=Chromium  ; f=0.0
        +el: name=Manganese ; f=0.0

改成下面就不出错了:

Body:   d=1.00 g/cm3 ; n=6
        +el: name=Hydrogen  ; f=0.112
        +el: name=Carbon    ; f=0.000
        +el: name=Nitrogen  ; f= 0.000
        +el: name=Oxygen    ; f=0.888
        +el: name=Phosphor  ; f=0.000
        +el: name=Calcium   ; f=0.000



0 条评论:

发表评论

订阅 博文评论 [Atom]

<< 主页