Chapter 3 Geometry & Orientation: Fields, Fibers & Distributions


I. Abstract & Scope
This chapter provides the minimal description of orientation geometry: the unit orientation vector field n_hat(r,t), the orientation distribution function f_orient(n_hat,r,t), and the order tensor Q_ij(r,t)—their definitions, normalization, and mappings. It fixes embedded geometries of fibers/bundles (volume–surface–line domains) and their weighting, and standardizes reference frames and boundary conditions. All symbols use English notation wrapped in backticks; SI units apply. ToA does not appear in this chapter.

II. Dependencies & References

III. Normative Anchors (added in this chapter)

IV. Body Structure


I. Background & Problem Statement


II. Key Equations & Derivations (S-series)


III. Methods & Flows (M-series)

  1. M80-13 (Discretization & Quadrature on S^2):
    • Choose a spherical grid (equal-area, HEALPix, or Lebedev).
    • Assign weights w_α to directions n_hat^α with ∑_α w_α = 1.
    • Approximate ∫_{S^2} g(n_hat) dΩ ≈ ∑_α w_α g(n_hat^α).
    • Output error estimates and convergence curves.
  2. M80-14 (Mapping f_orient → Q_ij):
    • From discrete f_α = f_orient(n_hat^α) compute Q_ij = ∑_α w_α ( n_i^α n_j^α − δ_ij/3 ) f_α.
    • Check Tr(Q)=0 and eigenvalue bounds λ ∈ [−1/3, 2/3].
    • Record SymbolUnitAudit status and numerical tolerances.
  3. M80-15 (Embedded Geometry & Boundary Conditions):
    • Declare boundary conditions for line/surface/volume domains (e.g., n_hat·n_b = 0 / free / prescribed).
    • Specify fiber volume fraction φ_f and its constraints on f_orient.
    • Emit geometry–boundary card fields (domain, measure, weights).

IV. Cross-References within/beyond this Volume


V. Validation, Criteria & Counterexamples

  1. Positive criteria:
    • f_orient passes normalization (∫_{S^2} f_orient dΩ = 1); Q_ij is symmetric with Tr(Q)=0.
    • Spherical quadrature meets convergence thresholds; eigenvalues of Q_ij lie in the physical domain.
    • Volume/surface/line weights and boundary conditions are consistent; dimensional audits pass.
  2. Negative criteria:
    • Using a non-unit measure or missing weights causing normalization failure.
    • Q_ij eigenvalues out of bounds or non-zero trace.
    • Confusing Q_ij with unrelated quantities (e.g., Q0_Z).
  3. Contrasts:
    • {equal-area vs non-equal-area} grid error comparisons.
    • {full second moment vs scalar principal-axis} impacts on coupling and energy closure.
    • {free, prescribed, no-slip} boundary conditions and their effects on interfacial Q_ij.

VI. Deliverables & Figure List

  1. Deliverables:
    • S2Grid.json (spherical discretization and weights).
    • QtensorBench.csv (reference Q_ij for standard distributions).
    • GeometryCard.json (domain, measure, boundary, weight fields).
    • UnitsAudit.log (dimensional and normalization audits).
  2. Figures/Tables (suggested):
    • Tab. 3-1 Minimal orientation symbols & measures (n_hat, dΩ, f_orient, Q_ij).
    • Fig. 3-1 Spherical discretization schematic and weight distribution.
    • Tab. 3-2 Q_ij analytic/numerical results for typical distributions (isotropic/axial/bimodal).
    • Tab. 3-3 Templates for boundary conditions and weights in line/surface/volume embeddings.