- May 25, 2023
-
-
Philip Mueller authored
-
- Apr 08, 2020
-
-
Philip Mueller authored
-
Philip Mueller authored
-
- Apr 02, 2020
-
-
Philip Mueller authored
-
- Apr 01, 2020
-
-
Philip Mueller authored
There is something I never really noticed up to now. I have not included it into the report yet. Instead I left a note in the source.
-
- Mar 31, 2020
-
-
Philip Mueller authored
In the vorticity transport equations I wrote "\delta" insted of "\Delta" for the Laplacian. This is the most sever error I found thus far.
-
- Mar 28, 2020
-
-
Philip Mueller authored
I was confused about the maximum marker displacement. I have now checked it with the ini file and fixed it.
-
- Mar 27, 2020
-
-
Philip Mueller authored
-
- Mar 26, 2020
-
-
Philip Mueller authored
The error was mostly in the arch's radius. I also changed the location of various quantities.
-
Philip Mueller authored
The file names of stdout/err used/generated by CSIBYL changed and I forgot to update the ignore file. This commit essentially amend a107080a.
-
- Mar 19, 2020
-
-
Philip Mueller authored
It will now use the initial PID of teh process, the PID is now no longer in the output. As PID the initial PID will be used. And I just realized that this concept is stupid.
-
Philip Mueller authored
This si done by te init function, which stores it in an internal variable.
-
Philip Mueller authored
They called the classical panic function if the runtime was not initialized. This is in itself not a problem, since the panic function itself is able to detect this and call the quietPanic function. However it is not good practice, so I decided to change it.
-
Philip Mueller authored
The protects the output functions. They are inside the panic functipn, whic obviously does not need to release the lock. The second obe is inside the printing function. This means that they are serialized.
-
Philip Mueller authored
This function does not realy need runtime support. And can thus be called anytime. I also updated the description of the panic function to reflect it. The original panic function now checks if the runtime is initialized or not. If not the quiet version is called.
-
Philip Mueller authored
-
- Mar 16, 2020
-
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
-
Philip Mueller authored
It is quite big.
-
Philip Mueller authored
This are the mails I wrote to Prof. Jenny and Taras during the project. They are written in German and also contains the attachments I occasionally included. However currently the last one is missing, I will add it as soon as I have finished it.
-
Philip Mueller authored
This commit will introduce the newest changes of the report to the master branch. However the report is not yet done. I will first prepare the hand in and then I will spend the rest of my time to actually correct the report. So a few commits will be added later.
-
Philip Mueller authored
During the final days of the thesis, there were three branches. “sibyl” for analyzing the data. “report” fro writing the report. “master” for some changes to the code base and other tasks. This is the first commit to unify them. It is important that the Sibyl work is now done. This commit also introduces some parts of the report. However this is an old version of it, that is present in the sibyl branch because I had to combine it with report at some point. It should not be used.
-
Philip Mueller authored
Updated the README.md of the core sibyl file to reflect that the actual raw data is not included in the repro.
-
Philip Mueller authored
This involves the LaTeX source of a print out and the actual notebookfiles. I also added structure that describes the content and gives instructions to use them. However without the data they are not so good. I kown that they are large.
-
- Mar 15, 2020
-
-
Philip Mueller authored
They now contains a description about the angularvelout key that is supported and allows to specify a velocity for the outer cylinder.
-
Philip Mueller authored
-
Philip Mueller authored
It introduces the necessary changes. However it also setts the default value if they are not found to 40, which is the same as in the case of the setup object.
-
Philip Mueller authored
This commit allows to impose a velocity on the outer cylinder as well. However the material model must be addapted too. The velocity is also read in from the file and defaults to zero. As a second modification, this commits also allows negative nagular velocity values. Also fixed the description.
-
Philip Mueller authored
I have now decided what I am doing tomorrow. I will first finish the project. Then after I have bring anything in a passable state, I will read the experiment section again. I will do this until i either - run out of time - finish - die out of desperation However the first two points are very unlikely (this was sarkasm).
-
Philip Mueller authored
-
Philip Mueller authored
-