excel file as input #560
Unanswered
jeannepicard
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi @jeannepicard, You can do this by adapting the following example: @Behaviour 'src\Release\Behaviour.dll' 'Elasticity';
@Evolution<data> 'YoungModulusEvolution' 'test.txt' using 1:2;
@MaterialProperty<function> 'YoungModulus' 'YoungModulusEvolution';
@MaterialProperty<constant> 'PoissonRatio' 0.3;
@ImposedStrain 'EXX' {0: 0, 1: 1e-2};
@ExternalStateVariable 'Temperature' 293.15;
@Times {0, 1}; where
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello Mr Helfer, yes thank you very much for your help, I am sorry I
thought I had sent a response.
Have a nice day
Le mer. 19 juin 2024 à 20:17, Thomas Helfer ***@***.***> a
écrit :
… Hi @jeannepicard <https://github.com/jeannepicard>, may I close this
thread ?
—
Reply to this email directly, view it on GitHub
<#560 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCNE3CD5LDSJTAVIOAAKPWTZIHDMDAVCNFSM6AAAAABHZ5OSB2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQMRQG44DG>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have implemented a law in mfront tested with mtest and I am trying to have an excel file (or txt if needed) with different colomns as the inputs as the material property of my law. The first column of the excel file is the time and the others are the different parameters varying in function of time.
I do not know what method to use to achieve this if someone could point me to the right direction I would really appreciate it.
Sorry if this question as been answered before or is very obvious but I have not found the answer.
Thank you very much for your help
Beta Was this translation helpful? Give feedback.
All reactions