Search found 8 matches

by fabioretti
Tue May 31, 2016 2:08 pm
Forum: code_saturne usage
Topic: Mapping boundary conditions
Replies: 15
Views: 40418

Re: Mapping boundary conditions

Hi,

The files you provided worked perfectly. Thanks a lot for your help.

Best
Fabio
by fabioretti
Fri May 13, 2016 8:25 am
Forum: code_saturne usage
Topic: Mapping boundary conditions
Replies: 15
Views: 40418

Re: Mapping boundary conditions

Hi Yvan, Just tried to compile spline.c in SRC, with the include line commented out. Now the compilation at least starts, but then fails. I get several warnings, followed by these messages: splines.o: In function `cs_cub_interpolate': splines.c:(.text+0x17ff): undefined reference to `min' splines.c:...
by fabioretti
Thu May 12, 2016 5:41 pm
Forum: code_saturne usage
Topic: Mapping boundary conditions
Replies: 15
Views: 40418

Re: Mapping boundary conditions

Hi Yvan,

Just started going through it...
I suppose a header file's missing (spline.h).
Can you provide it, please?

Thanks. Regards,
fabio
by fabioretti
Sun May 08, 2016 6:38 pm
Forum: code_saturne usage
Topic: Mapping boundary conditions
Replies: 15
Views: 40418

Re: Mapping boundary conditions

Hi Yvan

Thank you very much for the example. I'll go through it and certainly get back to you with a feedback, if I manage to get the thing working!

Best wishes
Fabio
by fabioretti
Fri Apr 29, 2016 3:15 pm
Forum: code_saturne usage
Topic: Mapping boundary conditions
Replies: 15
Views: 40418

Re: Mapping boundary conditions

Thank you Yvan, I appreciate.
Best
Fabio
by fabioretti
Fri Apr 29, 2016 10:21 am
Forum: code_saturne usage
Topic: Mapping boundary conditions
Replies: 15
Views: 40418

Re: Mapping boundary conditions

Dear Yvan,

You certainly remember and probably have been too busy. Just in case you don't, I remind you about the "example" that you said you would provide. That'd help me a lot.

Many thanks!
Fabio
by fabioretti
Tue Apr 19, 2016 8:58 am
Forum: code_saturne usage
Topic: Mapping boundary conditions
Replies: 15
Views: 40418

Re: Mapping boundary conditions

Hi Yvan,

Thanks a lot, that is exactly what I was hoping. And reinventing too many wheels is exactly what I would like to avoid!
I'll be looking forward to receiving your raw example. Thanks in advance for that.

Best wishes
fabio
by fabioretti
Mon Apr 18, 2016 6:31 pm
Forum: code_saturne usage
Topic: Mapping boundary conditions
Replies: 15
Views: 40418

Mapping boundary conditions

Hi, I need to define a non-uniform normal velocity distribution over a rectangular inlet boundary, using data from an external ASCII file (3 columns, for x, y and w resp.) The (x,y) points for which the velocity is available do not coincide with any mesh points. The question is how to map the availa...