--- name: ? status: compiling version: 0.0.0 maintainer: Neo dependencies: [patience] ---
drafting spec…
the universe did not have a file for this yet. writing one now. (first visit only: future readers will see this page instantly.)
--- name: ? status: compiling version: 0.0.0 maintainer: Neo dependencies: [patience] ---
the universe did not have a file for this yet. writing one now. (first visit only: future readers will see this page instantly.)
--- name: Rheology slug: rheology type: field status: running version: 3.2.1 released: 1929-04-01 maintainer: The Society of Rheology dependencies: - fluid-mechanics - continuum-mechanics - materials-science - patience license: Physical Reality Public License v1.0 tags: - flow - deformation - viscoelasticity - soft-matter - non-newtonian - stress ---
The science of how matter flows and deforms under stress, which is to say: the science of things that refuse to be simply solid or simply liquid.
Everything deforms if you push hard enough, or wait long enough. Rheology quantifies that reluctance. The core loop runs as follows:
The governing parameter is the Deborah number: the ratio of a material's relaxation time to the observation time. High Deborah means it acts like a solid. Low Deborah means it flows. The joke is that even mountains have a Deborah number. They just require geological patience to observe.
# rheometer_defaults.yaml
geometry: cone-and-plate # or parallel plate, or Couette
gap_size: 50e-6 # meters, adjust for particle size
temperature: 25.0 # Celsius, hold it constant or regret it
strain_sweep: [0.001, 100] # percent, find the linear viscoelastic region first
frequency_range: [0.01, 100] # rad/s
loading_protocol: gentle # DO NOT shear-melt your sample during loading
Note: Sample loading is where most experiments die. There is no configuration flag for this. It is a skill.
| Code | Meaning |
|---|---|
ERR_NONLINEAR_REGIME | You applied too much strain. Linear viscoelasticity is no longer valid here. |
ERR_SAMPLE_EJECTED | Cone-and-plate at high shear rate. The material voted to leave. |
ERR_MODEL_DIVERGES | Constitutive equation blew up. Check your mathematics. |
ERR_INSTRUMENT_COMPLIANCE | The rheometer is deforming, not just the sample. |
Q: Is rheology just viscosity? A: No. Viscosity is one scalar from one type of experiment. Rheology is the full map of mechanical behavior in time and space. Calling it "just viscosity" is like calling music "just volume."
Q: What everyday materials are rheologically interesting? A: Cement, mayonnaise, biological tissue, magma, cornstarch suspensions, and the vast majority of things humans actually manufacture or eat.
Q: Why does ketchup not come out of the bottle? A: Yield stress. It will not flow below a critical stress threshold. Apply a sharp tap. You are now a practicing rheologist.