Search found 41 matches

by andrea28
Thu Oct 06, 2016 2:28 pm
Forum: code_saturne usage
Topic: Mapped inlet
Replies: 5
Views: 3300

Re: Mapped inlet

Found it!
I forgot to declare the array for epsilon in the cs_user_modules.
by andrea28
Wed Oct 05, 2016 6:40 pm
Forum: code_saturne usage
Topic: Mapped inlet
Replies: 5
Views: 3300

Re: Mapped inlet

For the debug, should I recompile the code in debug mode first?
In the meantime this is the case.
by andrea28
Wed Oct 05, 2016 10:31 am
Forum: code_saturne usage
Topic: Mapped inlet
Replies: 5
Views: 3300

Re: Mapped inlet

Here is the listing file.
by andrea28
Wed Oct 05, 2016 10:30 am
Forum: code_saturne usage
Topic: Mapped inlet
Replies: 5
Views: 3300

Mapped inlet

Hello, Based on a previous post, I modified the subroutines to apply a b.c. according to a data file. But I get the following error: SIGSEGV signal (forbidden memory area access) intercepted! Call stack: 1: 0x403dda <cs_cub_interpolate+0x1cda> (cs_solver) 2: 0x407cbb <cs_user_boundary_conditions_+0x...
by andrea28
Tue Sep 27, 2016 9:40 am
Forum: code_saturne usage
Topic: Change the gravity vector
Replies: 1
Views: 1913

Change the gravity vector

Hello,
is it possible to have only a portion of the domain with the influence of gravity?
Which routine should I use?

Regards,

Andrea
by andrea28
Wed Sep 07, 2016 8:27 am
Forum: code_saturne usage
Topic: Stop a coupled simulation
Replies: 2
Views: 2267

Re: Stop a coupled simulation

Thanks a lot!
by andrea28
Tue Sep 06, 2016 2:42 pm
Forum: code_saturne usage
Topic: Stop a coupled simulation
Replies: 2
Views: 2267

Stop a coupled simulation

Hello,
Is there a way to stop a coupled simulation (CS+Syrthes), without crashing it (Ctrl+C)?

Thanks,

Andrea
by andrea28
Thu Aug 18, 2016 2:53 pm
Forum: code_saturne usage
Topic: SIGSEGV signal (forbidden memory area access) intercepted!
Replies: 1
Views: 1837

SIGSEGV signal (forbidden memory area access) intercepted!

Hi, When I stop a calculation or when is at its last step, I am getting this error: SIGSEGV signal (forbidden memory area access) intercepted! Call stack: 1: 0x7f7df9ea3d67 <ple_locator_exchange_point_var+0x277> (libple.so.1) 2: 0x7f7dfa174f50 <cs_boundary_conditions_mapped_set+0x190> (libsaturne.so...
by andrea28
Mon Aug 15, 2016 11:05 am
Forum: code_saturne usage
Topic: Code_Saturne/Syrthes coupling
Replies: 6
Views: 4430

Re: Code_Saturne/Syrthes coupling

Thanks!!!
Now it works just fine.
by andrea28
Fri Aug 12, 2016 11:07 am
Forum: code_saturne usage
Topic: Code_Saturne/Syrthes coupling
Replies: 6
Views: 4430

Re: Code_Saturne/Syrthes coupling

Hello,
I managed to create 2 different directory for Syrthes cases, with different names. Everything seems to work but in practice the calculation doesn't start. From the listing I see that CS tries to create 3 couplings but I put there only two.
I attached the listing and the routine I am using.