pith. machine review for the scientific record. sign in
structure definition def or abbrev

FiniteVolumeProfile

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  39structure FiniteVolumeProfile where
  40  siteCount : ℕ
  41  siteCount_pos : 0 < siteCount
  42  omegaMax : ℝ
  43  omegaRms : ℝ
  44  omegaRms_pos : 0 < omegaRms
  45  omegaRms_le_max : omegaRms ≤ omegaMax
  46  finiteVolumeControl : omegaMax ≤ Real.sqrt siteCount * omegaRms
  47
  48/-- The normalized ratio used by the lattice FRC bridge. -/

used by (12)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (2)

Lean names referenced from this declaration's body.