In fact, I want to simulate hot air through a nozzle to dry a carton, but I can’t find how to customize the nature of the material in Code Saturne, so I can’t define the nature of the carton.
In the user’s guide, I did not find the description or function of each part or section in Code Saturne, but just the language Fortran, so where can I find the description or function.
Which version of the code are you using ? Did you check the user examples in the Docygen documentation ? Did you check for physical property settings in the GUI ?
Also, is the carton handled as a boundary (in which case you probably need to handle it with exchange coefficients, or conjugate heat transfer), or a porous medium (in which case you need to have a model for this) ?
Yes, the carton is handled as a boundary, I need to handle it with exchange coefficients.
I am using Code_Saturne 4.0.6, and I didn’t check user examples in the Doxygen documentation yet, because I thought I could add and define new material directly in Code_Saturne. So, If I want to do this, do I have to learn and edit the fortran language in cs_user_boundary_conditions.f90?
And in the GUI, there is all fortran language, is there any other GUI about functional descriptions for each part or section of Code_Saturne?
Thank you for your prompt response.
Actually, I don’t just need the exchange coefficient, but also need to define the density, specific heat, thermal conductivity, and heat transfer coefficient( I am not sure if this is exchange coefficient) of the carton. Also, I need to define the nature of the wall which is made by steel. If I want to do these, do I have to learn and edit the fortran language in cs_user_boundary_conditions.f90?
And I have one more question, what’s the meaning of ‘Prescribed flux’ in the Thermal Type of Boundary conditions? If the flux is equal to 0, does it mean that there is no heat exchange?
I still have a question about Periodic Boundaries, I know ‘Selection criteria’ is name of the Boundaries Condition, and ‘Plane’ is ID of the face, but I don’t know the meaning of ‘Fraction’ ‘Verbosity’ and ‘Visualization’.
I want to do make a Periodic Boundary, by using two symmetrical faces, can I do like this:
So you mean the plane is an angle used for curved surfaces, if Symmetry_1 is periodic with Symmetry_2(I have already defined these two faces in the same boundary condition.),is it the angle between the two faces? And in my condition, these two faces are parallel (We can not set the angle to 0 as specified), so we should set the angle to how much?
Then I still do not understand ‘Fraction’ ‘Verbosity’ and ‘Visualization’. What is this fraction about?
Thank you very much, I made it through your help, just a little question, like Symmetry_1 is periodic with Symmetry_2, the distance between them is 0.09m and they are parallel, (The coordinate of the x-axis of Symmetry_1 is 0.045 and Symmetry_2 is -0.045), so they are type of Periodicity by translation, but the Translation vector: Tx should be 0.09 or -0.09?I have tried these two, both of them could be successful, but the results were different, so I should use which one?
Excuse me for giving you so much trouble, thanks, two more questions, what is the unit for Exchange coefficient which is in the boundary conditions in the GUI? And what’s the meaning of ‘Prescribed flux’ in the Thermal Type of Boundary conditions? If the flux is equal to 0, does it mean that there is no heat exchange?