Skip to content
Snippets Groups Projects
Commit 9476a1e3 authored by Vinayak Gholap's avatar Vinayak Gholap
Browse files

Update flag in weak coupling EM test file

parent 6dd4cdd8
No related branches found
No related tags found
1 merge request!386Major update: Computing average IPVar over time period, rewriting last time...
......@@ -126,7 +126,7 @@ lawMech.setStrainOrder(-1)
# Generic Thermo-Mech law
lawTM = GenericThermoMechanicsDG3DMaterialLaw(lawnum+1,rho,alpha,beta,gamma,tinitial,Kx,Ky,Kz,alphaTherm,alphaTherm,alphaTherm,cp)
lawTM.setMechanicalMaterialLaw(lawMech);
lawTM.setApplyReferenceF(True);
lawTM.setApplyReferenceF(False);
_cp = constantScalarFunction(cp);
lawTM.setLawForCp(_cp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment