Search found 77 matches

by FranceRomualdDuperrier
Thu 14 Sep 2023 17:08
Forum: Toutatis
Topic: Synchronous phase in Toutatis
Replies: 3
Views: 19921

Re: Synchronous phase in Toutatis

Dear Emre, I am sorry for the delay in my response but I finally managed to analyse your problem. It seems that you are using a relatively old version of Toutatis. With this version, the code would either read the synchronous phase from your inp file or calculate it by analyzing the cell length. In ...
by FranceRomualdDuperrier
Fri 9 Jun 2023 13:02
Forum: Toutatis
Topic: rfq with large modulation m
Replies: 5
Views: 23804

Re: rfq with large modulation m

Hi

so, Toutatis versions are being updated on the website.

Note that from now, the code returns (-1) for kilpatrick and A10 when the cell parameters are not in the tables but it continues the simulation.

Best,

Romuald
by FranceRomualdDuperrier
Tue 6 Jun 2023 16:38
Forum: Toutatis
Topic: rfq with large modulation m
Replies: 5
Views: 23804

Re: rfq with large modulation m

Hi

OK. I will try to do that by June. Zero values would be displayed when the cell parameters are out of the tables.

I revert to you as soon as I managed to do something.

Best,

Romuald
by FranceRomualdDuperrier
Mon 5 Jun 2023 16:09
Forum: Toutatis
Topic: rfq with large modulation m
Replies: 5
Views: 23804

Re: rfq with large modulation m

Hi Michele, Extending data library should be possible with 2 major constraints. First constraint is that it takes some time as I have to generate a large amount of geometries for building the tables. Also, I try to support both 2 terms and sinus modulation profile, as well 4 rods and 4 vanes structu...
by FranceRomualdDuperrier
Wed 26 Apr 2023 17:50
Forum: Toutatis
Topic: Tracking phase space coordinates during simulation
Replies: 3
Views: 13880

Re: Tracking phase space coordinates during simulation

Hi Toutatis will save one distribution every cell, sorry. In case it would help, you can finish earlier the simulation with the command "RFQFinish z". Toutatis will run until the last particle in the bunch passed through the z coordinate in meter. By doing this, you should get a .plt file with all c...
by FranceRomualdDuperrier
Fri 14 Apr 2023 09:27
Forum: Toutatis
Topic: Tracking phase space coordinates during simulation
Replies: 3
Views: 13880

Re: Tracking phase space coordinates during simulation

Bonjour! To export particle distribution along the RFQ, the solution is to set .plt export in .inp file with the command COMPRESSION_FACTOR ncompress. ncompress gives the data resolution in .plt file as follow: if (ncompress==0) { // float (32 bits) cc1=125; cc2=100; } if (ncompress==1) { // short i...
by FranceRomualdDuperrier
Thu 13 Apr 2023 10:15
Forum: Toutatis
Topic: Two term potential approximation on RFQ
Replies: 1
Views: 12162

Re: Two term potential approximation on RFQ

Hi Not sure I can help but I will try first to clarify the statement of the problem. First TraceWin does not generate fielmaps but Toutatis does either as a standalone code or as a library within Tracewin. I guess your colleague managed the second case. Depending on how were the settings used by you...
by FranceRomualdDuperrier
Tue 28 Mar 2023 16:12
Forum: Toutatis
Topic: [solved] output field map
Replies: 6
Views: 15810

Re: [solved] output field map

Hi I don't know if it was tracking fine but what I have noticed is that you triggered a bug in the code as Toutatis was trying to generate a field map all along the anticipated bunch path and this reference path and the 3.6 MeV bunch path were too different. This made that the code tried to export f...
by FranceRomualdDuperrier
Mon 27 Mar 2023 18:45
Forum: Toutatis
Topic: [solved] output field map
Replies: 6
Views: 15810

Re: output field map

Hi

while I was debugging your case, I just realized reading your dst file with Plotwin that you inject a 3.6 MeV beam into a RFQ made for 75 keV. I guess you are trying to use the wrong file as input.

Romuald
by FranceRomualdDuperrier
Mon 27 Mar 2023 16:32
Forum: Toutatis
Topic: [solved] output field map
Replies: 6
Views: 15810

Re: output field map

OK. I am on it. Meanwhile, if you just want to get a field map, as you mentioned, use theDistribution k instead.

Anyway, I am trying to find the issue.

Romuald