lammps_estimate_viscosity
Estimate viscosity from shear rate vs. shear stress data by fitting a power-law model, identifying Newtonian, shear-thinning, or shear-thickening behavior.
Instructions
Estimate viscosity from shear rate vs shear stress data.
Fits a power-law model: stress = K * rate^n, where n=1 is Newtonian, n<1 is shear-thinning, n>1 is shear-thickening.
Args: shear_rates_json: JSON array of shear rates. shear_stresses_json: JSON array of corresponding shear stresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shear_rates_json | Yes | ||
| shear_stresses_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |