Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
shammodels::sph::BCConfig< Tvec >::Free Struct Reference

Free boundary condition. More...

#include <shammodels/sph/include/shammodels/sph/config/BCConfig.hpp>

Public Attributes

Tscal expand_tolerance = 1.2
 The tolerance for the box expansion.
 

Detailed Description

template<class Tvec>
struct shammodels::sph::BCConfig< Tvec >::Free

Free boundary condition.

The box will be expanded if a particle is outside of it.

Definition at line 52 of file BCConfig.hpp.

Member Data Documentation

◆ expand_tolerance

template<class Tvec >
Tscal shammodels::sph::BCConfig< Tvec >::Free::expand_tolerance = 1.2

The tolerance for the box expansion.

If a particle is outside of the box, the box will be expanded to the new range with an added margin factor of expand_tolerance

Definition at line 59 of file BCConfig.hpp.


The documentation for this struct was generated from the following file: