HomeDocs-Technical WhitePaper04-EFT.WP.Core.Metrology v1.0

Chapter 3 — Reference Conditions and Nondimensionalization


I. Objectives and Scope


II. Reference Conditions and Recording Postulates (P90-11…P90-13)


III. Environmental Correction Models and Properties (P90-14…P90-15)

  1. P90-14 corr_env-Def: define environmental correction as a function family
    x_corr = corr_env(x_raw; RefCond, model, args), with model ∈ { linear, affine, Arrhenius, polynomial, piecewise }.
  2. P90-15 Monotonicity-and-Dim: corr_env must preserve dimensions and be identity at the reference point: corr_env(x; RefCond_ref) = x. If monotonicity is declared, the sign of ∂ x_corr / ∂ Temp_ref or ∂ x_corr / ∂ p_ref must satisfy the model’s constraints.
  3. Typical instances
    • Temperature drift (linearized): x_corr = x_raw * ( 1 + alpha_T * ( Temp_ref - Temp0 ) ), with dim(alpha_T) = "[Temp]^-1".
    • Pressure correction (affine): x_corr = a_p * x_raw + b_p * ( p_ref - p0 ), where dim(a_p) = "[1]", dim(b_p) = dim(x) * [Pa]^-1.
    • Arrhenius form: x_corr = x_raw * exp( -Ea / ( k_B * Temp_ref ) ), with a dimensionless argument.

IV. Canonical Scales and Convention (P90-16)

P90-16 Canonical-Scales: the default nondimensionalization in this volume is t0 def= L0 / c_ref, with T0 reserved for thermal or other needs. Reference mappings:

V. Nondimensionalization and Re-Dimensionalization Postulates (P90-17…P90-18)

  1. P90-17 Nondim-Operators: for any field f(x,t), define bar_f(x,t) def= f / f0 so that dim(bar_f) = "[1]". Derivatives and gradients obey:
    ∂ f / ∂ t = ( f0 / t0 ) * ( ∂ bar_f / ∂ bar_t ), ∂ f / ∂ x = ( f0 / L0 ) * ( ∂ bar_f / ∂ bar_x ).
  2. P90-18 Integral-Measure: integral rules:
    • Time: ∫ f d t = f0 * t0 * ∫ bar_f d bar_t
    • Path: ∫_gamma f d ell = f0 * L0 * ∫_gamma bar_f d bar_ell
    • Volume: ∫ f d V = f0 * L0^3 * ∫ bar_f d bar_V
  3. Consistency of the two arrival-time conventions under the canonical mapping
    • Constant-factored: T_arr = ( 1 / c_ref ) * ( ∫_gamma n_eff d ell ) = t0 * ∫_gamma n_eff d bar_ell.
    • General: T_arr = ( ∫_gamma ( n_eff / c_ref ) d ell ) = t0 * ∫_gamma n_eff d bar_ell.
    • Therefore bar_T_arr = T_arr / t0 = ∫_gamma n_eff d bar_ell.

VI. Dimensionless Groups and Indicators (Pi sets)

  1. Construction steps
    • List all quantities and dimensions in the measurement equation; select baseline scales L0, t0, T0, ....
    • Replace the time scale via t0 = L0 / c_ref to form an initial set of dimensionless variables.
    • Generate a minimal basis of Pi groups and verify check_dim passes; ensure all statistical arguments are dimensionless.
  2. Arrival-time example
    • Pi_1 = T_arr * c_ref / L_gamma, with L_gamma = ∫_gamma 1 d ell, reduces to Pi_1 = avg_gamma[n_eff].
    • If n_eff(Temp) exhibits temperature dependence, define Pi_2 = ( Temp_ref / T0 ) or Pi_2 = ( Temp_ref - Temp0 ) / T0 to characterize thermo-induced drift.

VII. Reference Conditions and Nondimensionalization Workflow (Mx-2)


VIII. Implementation Binding and Examples (I40 3, I40 7)

  1. Reference condition registration
    set_refcond(name="STD", p_ref=101325.0, Temp_ref=293.15, humidity_ref=0.45)。
  2. Environmental correction call
    x_corr = corr_env(x_raw, ref="STD", model="linear", args={ "alpha_T": 2.0e-3, "Temp0": 293.15 })。
  3. Nondimensionalization and re-dimensionalization
    • bar_t = nondim(t, L0=1.0, t0=L0/c_ref);t = re_dim(bar_t, L0, t0)。
    • Equivalence check for line integrals: verify T_arr / t0 == integrate( n_eff, d_bar_ell )。
  4. Constraints and checks
    • check_dim rejects log(Temp[K]); accepts log( Temp / T0 ).
    • convert(v, "degC", "K") performs only the affine mapping; apply corr_env or nondim thereafter.

IX. Typical Checklists (mixed pass/fail)


X. Cross-Volume Anchors and Reuse


Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/