R/young_modulus_cryogel_theory.R

Defines functions young_modulus_cryogel_theory

Documented in young_modulus_cryogel_theory

young_modulus_cryogel_theory <-
function(polymer_volume_fraction=0.01,E_polymer=10e6,structural_factor=1)
{
	return(E_polymer*polymer_volume_fraction^3*structural_factor)
	
	
	
	
}
tbgitoo/textureAnalyzerGels documentation built on March 30, 2022, 4:53 a.m.