Skip to content

How to use the halo mass range galactic filter? #401

Closed Answered by abensonca
liempi asked this question in Q&A
Discussion options

You must be logged in to vote

For this filter you need to tell it how you're defining halo masses. So, for example, if the halo masses you're using follow the M_200c convention (i.e. they are defined as the mass inside a sphere containing a mean density of 200 times the critical density), then you would do:

     <galacticFilter value ='haloMassRange'>
      <massLow  value ='1.0e4' />
      <massHigh value ='1.0e13'/>
      <virialDensityContrastDefinition value="fixed">
        <densityType value="fixed"/>
        <densityContrastValue value="200.0"/>
      </virialDensityContrastDefinition>
    </galacticFilter>

Galacticus will then convert your masses to the convention it uses internally. In your parameter file th…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@liempi
Comment options

Answer selected by liempi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants