Skip to content

Commit 220b0f1

Browse files
committed
Update documentation
1 parent 483342d commit 220b0f1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

include/openmc/boundary_condition.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class RotationalPeriodicBC : public PeriodicBC {
149149
};
150150

151151
//==============================================================================
152-
//! A BC that transforms particle trajectory by a matrix.
152+
//! A BC that transforms particle direction and position by matrices.
153153
//==============================================================================
154154

155155
class TransformationBC : public BoundaryCondition {

openmc/surface.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ class Surface(IDManagerMixin, ABC):
127127
surface. Defaults to transmissive boundary condition where particles
128128
freely pass through the surface. Note that periodic boundary conditions
129129
can only be applied to x-, y-, and z-planes, and only axis-aligned
130-
periodicity is supported.
130+
periodicity is supported. In addition, to enable greatest flexibility
131+
for transformation boundary conditions, it is up to the user to ensure
132+
valid transformations for transport.
131133
albedo : float, optional
132134
Albedo of the surfaces as a ratio of particle weight after interaction
133135
with the surface to the initial weight. Values must be positive. Only

0 commit comments

Comments
 (0)