Search found 5 matches
- Sun May 12, 2019 9:52 pm
- Forum: code_saturne usage
- Topic: subroutine problem
- Replies: 4
- Views: 4381
Re: subroutine problem
the problem is that the temperature result , is not showing the maximum temperature as prescribed in the subrouting where i impose in these two inlets , when t >= 3.8 sec , Temp = 400, as shown in the picture , time is more than 3.8 sec (5sec) temperatur_case.jpg where we have the max Temp is only 7...
- Wed May 08, 2019 7:30 pm
- Forum: code_saturne usage
- Topic: Head loss
- Replies: 0
- Views: 39152
Head loss
Hello i have a problem with the subroutine cs_user_extra_operations.c, when i set the head loss coefficient , as 20000 each, i have an error , while calculation i get this message : MPI_ABROT was invoked on rank 0 in communicator MPI_COMM_WORLD with errorcode 1 and in the listing file it shows at th...
- Wed May 08, 2019 6:40 pm
- Forum: code_saturne usage
- Topic: subroutine problem
- Replies: 4
- Views: 4381
subroutine problem
Hello i have a problem in the the boundary conditions subroutine cs_user_boundary_conditions.f90, when i set the temperature change by time in the code as : call getfbr('16',nlelt,lstelt) if (ttcabs.lt.3.8d0) then do ilelt = 16, nlelt ifac = lstelt(ilelt) rcodcl(ifac,isca(iscalt),16) = 20.d0 + 100.d...
- Tue Mar 19, 2019 4:36 pm
- Forum: code_saturne usage
- Topic: calculation error
- Replies: 1
- Views: 2303
calculation error
Hello While i was doing calculation with code saturne with my mesh, which is composed with two different meshes, i got an error, when i opened the listing file to see this error i got this message : /NEPTCFD/src/Code_Saturne_6.0.a_NEPTCFD_4.4.0.org/src/alge/cs_sles_it.c:5715: Erreur fatale. Gradient...
- Tue Feb 19, 2019 9:22 pm
- Forum: code_saturne usage
- Topic: CFD module on Salome
- Replies: 1
- Views: 1945
CFD module on Salome
Hello, i want to know how to activate cfd module on Salome 8.3 , because when i type the command code_saturne salome , it shows this message : Salome is not available for this installation , i tried to type the command --with-salome="path of salome" , which was in a folder called "Sal...