//Created by libAntimony v2.4 model constitutive_law1__interface(A, B, C, D, E, F, G, H, I, J, K) // Assignment Rules: A := (((((B * power(C, I)) / (power(F, I) + power(C, I))) * power(D, J)) / (power(G, J) + power(D, J))) * power(E, K)) / (power(H, K) + power(E, K)); // Variable initializations: B = ; C = ; D = ; E = ; F = ; G = ; H = ; I = ; J = ; K = ; end model *constitutive_law1____main() // Sub-modules, and any changes to those submodules: interface: constitutive_law1__interface(A, B, C, D, E, F, G, H, I, J, K); end