In Ansys Workbench , Fluent, CFX, Static-structural & thermal, Transient -structural & thermal, etc are available. Which is better to use and how ?
You should be use Heat flux input for moving heat source. Firstly you find heat flux by the help of moving componen
#include "udf.h"
DEFINE_PROFILE(Qfield, thread, position)
{
real coord[ND_ND];
real x,y,z; // coordinates
real xC=0.0075,yC=0.0075,zC=0.005; // initial position of heater
real D = 7e-5; // the heater diameter (m)
real V = 0.05; // the heater moving velocity (m/s)
real P = 5.0; // (W)
real i = 1;
real h = D*1;
real t; // time
real t0 = 1e-3; // the time that the heater is stationary
face_t f; // system parameter
//real RigionX = D*10;
real RigionX = 0.0075; // region (heating face) size (m)
real R,Rk,q0,r2;
R = D/2;
q0 = (2*P)/(3.14159268*(R*R));
t = RP_Get_Real("flow-time"); //
// heater path
if(t < t0)
xC = xC;
//yC = yC+(i*h);
//zC = zC;
yC = yC;
zC = zC;
}
else
t = t-t0;
while( (t*V) > 0.0075 )
t = t - (0.0075/V);
xC = xC+V*t;
yC = yC+V*t;
//xC = xC+(i*h);
//while( (t*V) > RigionX )
// t = t - RigionX/V;
//i=i+1;
// Specifying the shape and position of the heater spot at a certain point in time
// iteration over the heating side
begin_f_loop(f,thread)
F_CENTROID(coord,f,thread);
x = coord[0];
y = coord[2];
z = coord[2];
r2 = sqrt(((x-xC)*(x-xC))+((y-yC)*(y-yC)));
F_PROFILE(f,thread,position) = 0.3*(((2*P)/(3.14159268*(R*R)))*exp((-2*(r2*r2))/(R*R)));
// F_PROFILE(f,thread,position) =(2*P/((3.1415926)*(R*R)))*exp(-2*(((r2*r2))/((R*R)))))
end_f_loop(f,thread)
follow. good question
Should I insert that code as a command block? and if so where would I put it?
When I am in need to define displacement for the object the bounding box being constraint for me ? So What shall I do ?
01 February 2017 5,115 0 View
In colloidal solutions, liquid/solid particles are dispersed in other solid/liquid . Among that what kind of colloidal solution can be used in heat transfer application
31 December 2016 3,478 2 View
I need to model a Gaussian Heat Source that moves over a plate with a constant velocity/ constant heat flux using Workbench
31 December 2016 8,934 3 View
I need to move object by displacement option in Ansys solver but the dimension of bounding box of the object remains constraint for the process, is there any other method to do it ?
31 December 2016 8,199 1 View
When two metal plates to be welded, with a moving heat source (Gaussian) with a constant velocity
10 November 2016 1,787 3 View
I have done analysis in Ansys Fluent for the temperature distribution only, but not for the yield of the still. Any of you please give me some useful suggestions
10 November 2016 610 3 View
Solar still absorbs radiation to evaporate water, so it involves muti-phase. What are the boundary condition when solar still basin (metal) insulated(wood) and top surface is closed with glazing...
10 November 2016 4,823 5 View
I know to use Ansys Fluent only. Is that possible to perform the above analysis in Fluent or should I go for CFX/Multi-physics/Transient-thermal
10 November 2016 1,804 1 View
Type of solar still Cost of solarstill ($)Average yield(kg/m2)Cost of freshwater/litreCost of waterproduced/day ($/day)Payback period = (Investment/costof fresh water /day) in daysConventional...
07 August 2016 4,850 2 View
Paraffin has good thermal stability , heat storage capacity, also does not react with metals by means of chemical reaction and cost effective. Is there any alternate for this material ?
01 January 1970 3,421 9 View
Hello everyone, I recently submitted an article to Geotechnical Engineering (Proceedings of the ICE), and the current status has been listed as "EiC Pre-assessment: Ready" for the past 20 days. I...
10 August 2024 6,493 1 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 View
I have modelled a steel structure using beam elements in Abaqus and attached to this structure reinforced concrete slab. The analysis that I am making is heat transfer of the structure. The...
07 August 2024 1,028 0 View
Hi! So i attempted to understand a novel protein behavior towards heat application by analyzing its secondary structure change. I subjected the protein to a thermal denaturation analysis using...
06 August 2024 1,989 3 View
is there any other way to heat a polymer evenly other than oil bath if so what are those and how to use it
06 August 2024 947 1 View
I want to Estimate surface heat fluxes using MyLake, but I don't have all the initial values in model parameters section and other sections,is there a way?
04 August 2024 1,537 1 View
Is it possible to conduct a molecular dynamics simulation to see the effects of a specific carbohydrate on the structure of lipids (e.g., micelle structure)? I am a beginner in this field and plan...
03 August 2024 3,371 3 View
I am using a windows system, what software I should use for hydration shell analysis with molecular dynamics?
02 August 2024 3,143 4 View
Can we patent a process flow diagram developed using a process simulator but no actual cases is carried out? For example consider a process for certain product manufacture where a new process flow...
31 July 2024 781 1 View
What should a Mechanical Engineering PhD scholar focus on during their PhD to enhance their chances of securing a postdoctoral position?
29 July 2024 7,714 4 View