cpinte / mcfost

MCFOST radiative transfer code
Other
23 stars 24 forks source link

mcfost overrides the dust mass from phantom but should use the dust-to-gas ratio #81

Closed danieljprice closed 11 months ago

danieljprice commented 1 year ago

In a phantom simulation run without dust, mcfost will use the gas-to-dust ratio from the .para file to set the total dust mass.

In a phantom simulation run with dust, mcfost instead takes the dust mass from the .para file and uses this to rescale the overall dust mass from phantom

For comparison of dusty with non-dusty simulations it would be better if the same behaviour occurred in both cases. i.e. for the simulations WITH dust it should also use the gas-to-dust ratio from the .para instead of the dust mass

cpinte commented 1 year ago

Commit #33383180c0e0823083fe907b2e694aeb0ddaa3cf should fix this