Hello,
I need to know how can i affect my scalar temperature. My subroutine doesnt work.
How is the best practice ? what do i need to know ?
Any help is welcome.
Code Saturne 4.09
no specific module
scalar transported : temperature
subroutine usphyv &
( nvar , nscal , &
mbrom , &
dt ...
Search found 3 matches
- Fri Jun 07, 2019 12:26 am
- Forum: code_saturne usage
- Topic: scalar temperature
- Replies: 1
- Views: 2155
- Mon Apr 15, 2019 1:15 am
- Forum: code_saturne usage
- Topic: Mass flow in cs user boundary condition
- Replies: 3
- Views: 3269
Re: Mass flow in cs user boundary condition
it is not possible to impose a mass flow as it is indicated in the doxygen documentation ?
The only examples I find are those for physical modules and I do not use a specific physical module in my code.
iqimp(izone) = 1
qimp(izone) = 0.8d0
rcodcl(ifac,iu,1) = 0.d0
rcodcl(ifac,iv,1) = 0.d0 ...
The only examples I find are those for physical modules and I do not use a specific physical module in my code.
iqimp(izone) = 1
qimp(izone) = 0.8d0
rcodcl(ifac,iu,1) = 0.d0
rcodcl(ifac,iv,1) = 0.d0 ...
- Thu Apr 11, 2019 4:53 pm
- Forum: code_saturne usage
- Topic: Mass flow in cs user boundary condition
- Replies: 3
- Views: 3269
Mass flow in cs user boundary condition
Hi,
How can i impose an mass flow inlet whitout specefic modules in cs 5.0 and gui.
User examples in doxygen doesn't help me
How can i impose an mass flow inlet whitout specefic modules in cs 5.0 and gui.
User examples in doxygen doesn't help me