Closed cloudy-bot closed 5 years ago
Attachment: disaster.in
dropbox link to mod file https://www.dropbox.com/s/ycwuczxd0we29sw/inst_m1e6_Z004.mod?dl=0
The attached was submitted to me privately. It does stop with this error on both the trunk and c17.00. It is very fast.
PROBLEM PrtComment insanity - Continuum unit integration did not verify exact vol= 0.909091, derived vol= 0.907029 relative difference is 0.0022676 ConInterOut= 9.07029e-11, Something that cannot happen, has happened. This is TotalInsanity, I live in ../service.cpp.
to:
The attached was submitted to me privately. It does stop with this error on both the trunk and c17.00. It is very fast.
PROBLEM PrtComment insanity - Continuum unit integration did not verify exact vol= 0.909091, derived vol= 0.907029 relative difference is 0.0022676 ConInterOut= 9.07029e-11, Something that cannot happen, has happened. This is TotalInsanity, I live in ../service.cpp.
@CloudyLex commented:
dropbox link to mod file https://www.dropbox.com/s/ycwuczxd0we29sw/inst_m1e6_Z004.mod?dl=0
Original starburst file needed to run the sim Attachment: inst_m1e6_Z004.stb99.gz
Milestone renamed
Milestone renamed
@CloudyLex changed milestone from "C17.01" to "C17.02"
Milestone renamed
@peter-van-hoof-noaccount changed version from "trunk" to "c17.00"
second version of failing script Attachment: disaster2.in
The Starburst99 SED is an innocent bystander. Replacing it with a 50 kK BB yields the same problem. This sim is attached as disaster2.in.
This bug was caused by a somewhat inaccurate definition of Dilution in rt_continuum.cpp. The correct value obtained by integrating (r_in/r)^2^ over the thickness of the zone (drad) is: r_in^2^/(r(r-drad)). We used (r_in/(r-drad/2))^2^ = r_in^2^/(r(r-drad) + drad^2^/4). The term drad^2^/4 was big enough to make the test trip in this case.
Fixed on the trunk in r12576 and on c17_branch in r12577.
reported by: @CloudyLex
The attached was submitted to me privately. It does stop with this error on both the trunk and c17.00. It is very fast.
Migrated from https://www.nublado.org/ticket/396