Search found 12 matches

by AHIC
Wed Apr 03, 2019 9:45 pm
Forum: code_saturne usage
Topic: Best practice restarting case
Replies: 2
Views: 2168

Best practice restarting case

Hello,

I'm not able to launch my simulation with the previous data study. What is it the best practice for the restarting case please ?

Best regards,
by AHIC
Thu Mar 07, 2019 4:53 pm
Forum: code_saturne usage
Topic: Fortran pointer of rank 1 requested for values of field "velocity", which have rank 2
Replies: 9
Views: 3850

Re: Fortran pointer of rank 1 requested for values of field "velocity", which have rank 2

In attachements file: compile and error log file.
When i remove the problematic subroutine file (cs user extra operation),
the compilation works.

best regards,
by AHIC
Tue Mar 05, 2019 6:04 pm
Forum: code_saturne usage
Topic: Fortran pointer of rank 1 requested for values of field "velocity", which have rank 2
Replies: 9
Views: 3850

Re: Fortran pointer of rank 1 requested for values of field "velocity", which have rank 2

When i try to remove this line, i always have the same error.

../../../../src/code_saturne-4.0.8/src/base/cs_field.c:987: Fatal error.

Fortran pointer of rank 1 requested for values of field "velocity",
which have rank 2.
by AHIC
Tue Mar 05, 2019 4:57 pm
Forum: code_saturne usage
Topic: Fortran pointer of rank 1 requested for values of field "velocity", which have rank 2
Replies: 9
Views: 3850

Re: Fortran pointer of rank 1 requested for values of field "velocity", which have rank 2

It's seems to be correct:

double precision, dimension(:,:), pointer :: cvar_vel
by AHIC
Tue Mar 05, 2019 4:14 am
Forum: code_saturne usage
Topic: Fortran pointer of rank 1 requested for values of field "velocity", which have rank 2
Replies: 9
Views: 3850

Re: Fortran pointer of rank 1 requested for values of field "velocity", which have rank 2

Yes, and i have already check if i have the good syntax for the call of the velocity field in my subroutine file. If i have understood correctly: field_get_val_s for scalar field_get_val_v for vector are there an conflict between the id fields ? subroutine 1: call field_get_val_s(ivarfl(isca(1)), x_...
by AHIC
Mon Mar 04, 2019 5:57 pm
Forum: code_saturne usage
Topic: Fortran pointer of rank 1 requested for values of field "velocity", which have rank 2
Replies: 9
Views: 3850

Fortran pointer of rank 1 requested for values of field "velocity", which have rank 2

hello,

I got the error message:


../../../../src/code_saturne-4.0.8/src/base/cs_field.c:987: Fatal error.

Fortran pointer of rank 1 requested for values of field "velocity",
which have rank 2.


How can i fix it please ?
by AHIC
Wed Feb 20, 2019 12:13 am
Forum: code_saturne usage
Topic: Neumann and Dirichlet conditions in subroutines
Replies: 8
Views: 3417

Re: Neumann and Dirichlet conditions in subroutines

hello Yvan,
Thank for for your advices,
i really appreciate
by AHIC
Sun Feb 17, 2019 9:47 pm
Forum: code_saturne usage
Topic: Neumann and Dirichlet conditions in subroutines
Replies: 8
Views: 3417

Re: Neumann and Dirichlet conditions in subroutines

We have already an test case on CS 4.0, developed with an specific methodology, and now, we want to test another way to modelling in order to compare our results. We need to adapt this new way to our previous test case. And this way doesnt use the boundary conditions in the GUI and have a lot subrou...
by AHIC
Sat Feb 16, 2019 7:18 pm
Forum: code_saturne usage
Topic: Neumann and Dirichlet conditions in subroutines
Replies: 8
Views: 3417

Re: Neumann and Dirichlet conditions in subroutines

hello Yvan, Thank you for your prompt reply. My main goal is to convert the boundary conditions from the gui into the subroutine file SRC. The work must be done in CS4. In my GUI, i have temperature and scalar 2. I have an basic question for you. ii=1 concerns the scalaire temperature , and ii=2 con...
by AHIC
Fri Feb 15, 2019 10:03 pm
Forum: code_saturne usage
Topic: Neumann and Dirichlet conditions in subroutines
Replies: 8
Views: 3417

Re: Neumann and Dirichlet conditions in subroutines

the syntax in doxygen are they available for 4.0 ?

Thank you for your availability and quick answer