IndisputableMonolith.NavierStokes.DiscreteNSOperator
DiscreteNSOperator defines the concrete discrete incompressible Navier-Stokes operator on the RS lattice, packaging finite-difference primitives and the full evolution surface. Researchers on the J-cost monotonicity program cite it to obtain an explicit operator against which transport cancellation and RCL pair budgets are measured. The module is purely definitional and assembles its objects from the imported DiscreteVorticity and StretchingPairs bookkeeping.
claimThe module supplies the discrete NS operator together with its auxiliary fields, including the maximum absolute forward difference $M = max |Δ^+ u|$ taken over all velocity components and lattice directions.
background
The module operates inside the Recognition Science lattice setting for discrete Navier-Stokes. It imports DiscreteVorticity, whose doc states it packages finite vorticity fields on a lattice window together with total, RMS and normalized amplitudes plus transport/viscous/stretching contribution fields. It also imports StretchingPairs, whose doc isolates paired stretching/compression events and the exact Recognition Composition Law balance for such pairs. Local definitions include Axis, ScalarField, VectorField, LatticeTopology, forwardDiff, backwardDiff, scalarLaplacian, vectorLaplacian, divergence, advection and conservativeTransportField.
proof idea
this is a definition module, no proofs
why it matters in Recognition Science
The module supplies the concrete operator surface required by JcostMonotonicity (which derives transport cancellation from conservative incompressible flux and bounds the stretching term by the operator's own RCL pair budget) and by DiscreteMaximumPrinciple (which proves the sub-Kolmogorov condition is self-improving). It also feeds VortexStretching, which closes the three analytic gaps using the cited papers P1-P3.
scope and limits
- Does not contain any theorems or proofs.
- Does not derive monotonicity or regularity statements.
- Does not treat the continuous Navier-Stokes equations or their limits.
- Does not incorporate boundary conditions or external forcing terms.
used by (3)
depends on (2)
declarations in this module (33)
-
abbrev
Axis -
abbrev
ScalarField -
abbrev
VectorField -
structure
LatticeTopology -
def
forwardDiff -
def
backwardDiff -
def
scalarLaplacian -
def
vectorLaplacian -
def
divergence -
def
advection -
def
conservativeTransportField -
theorem
total_conservativeTransportField_zero -
def
velocityGradientMag -
structure
CoreNSOperator -
theorem
core_transport_zero -
def
corePairAmplitude -
theorem
corePairAmplitude_pos -
def
corePairStretchFactor -
theorem
corePairStretchFactor_pos -
def
corePairEvent -
theorem
core_stretching_le_pair_budget -
def
coreOperatorPairBudget -
theorem
coreOperatorPairBudget_nonneg -
theorem
core_pair_budget_absorbed -
theorem
core_stretching_absorbed -
theorem
core_dJdt_nonpos -
structure
IncompressibleNSOperator -
def
pairEventAt -
def
operatorPairBudget -
theorem
operator_transport_zero -
theorem
operatorPairBudget_nonneg -
theorem
totalStretching_le_operatorPairBudget -
theorem
operatorPairBudget_absorbed_by_viscosity