Ask Your Question
0

Time series of kinetic energy, potential energy, total energy, and net volume

asked 2021-05-24 18:56:21 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >5 is welcome to improve it.

Hello every one i want to plot time series of kinetic energy, potential energy, total energy, and net volume contained within the out.txt (I attach my file) C:\fakepath\out12may_.txt.

With these time series I want to identify when the model is stabilized.

I hope some of you can help me by providing me with some Matlab script to plot these time series. Thank you.

edit retag flag offensive close merge delete

3 answers

Sort by ยป oldest newest most voted
0

answered 2021-08-02 18:31:15 +0200

Hello. I have a related question. Where do I find this file 'out' with this information of the energy? thank you

edit flag offensive delete link more

Comments

This is just the log file that is printed to standard output when you run croco. You can save it to a textfile by adding '> log.out' (or whatever filename you want) when you run croco (e.g. './croco croco.in > log.out').

Beaufort gravatar imageBeaufort ( 2021-08-18 20:37:46 +0200 )edit
0

answered 2021-06-02 17:01:37 +0200

Thank you very much, I made some adaptations and it worked!

edit flag offensive delete link more
0

answered 2021-05-25 21:35:31 +0200

Here's a quick script that does this:

C:\fakepath\croco_diags.m

edit flag offensive delete link more
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2021-05-24 18:56:21 +0200

Seen: 1,959 times

Last updated: Aug 02 '21