Search found 3 matches

by Alexandra MartinS
Mon Sep 22, 2014 9:07 am
Forum: code_saturne usage
Topic: User subroutine for Dirichlet BC
Replies: 5
Views: 6980

Re: User subroutine for Dirichlet BC

Hello,

I've had a look at your file. Haven't you forgotten to set the value of the local variable

Code: Select all

nphas
? You have a loop with it as upper limit, but you never initialise this variable, so I don't think this loop is properly performed.

Nevertheless, what is the error you get?

Regards,

Alexandra
by Alexandra MartinS
Thu Sep 11, 2014 10:08 am
Forum: code_saturne usage
Topic: where can we find the file covofi
Replies: 1
Views: 2003

Re: where can we find the file covofi

Hello,

You can find the subroutine covofi in

src/base/covofi.f90

in the Code_Saturne sources.

Regards,

Alexandra
by Alexandra MartinS
Mon Sep 08, 2014 2:41 pm
Forum: code_saturne usage
Topic: [SOLVED] Problème calcul with cs_user_extra_operation
Replies: 13
Views: 10870

Re: Problème calcul with cs_user_extra_operation

Hello Paul, It should be possible to run your code in several processors. However, what do you mean by "the computation is wrong"? I am guessing that your computation using several processors doesn't stop at the same point than when you use only one, and that you don't get the same residua...