openmc.stats.CartesianIndependent
- class openmc.stats.CartesianIndependent(x: Univariate, y: Univariate, z: Univariate)[source]
Spatial distribution with independent x, y, and z distributions.
This distribution allows one to specify coordinates whose x-, y-, and z- components are sampled independently from one another.
- Parameters:
x (openmc.stats.Univariate) – Distribution of x-coordinates
y (openmc.stats.Univariate) – Distribution of y-coordinates
z (openmc.stats.Univariate) – Distribution of z-coordinates
- Variables:
x (openmc.stats.Univariate) – Distribution of x-coordinates
y (openmc.stats.Univariate) – Distribution of y-coordinates
z (openmc.stats.Univariate) – Distribution of z-coordinates