question about createpde and thermalconductivities
이전 댓글 표시
Hello,
I try to use matlab to study the Heat transfer. When I use function
createpde for steadtstate like the example:
thermalmodel = createpde('thermal').
The system mention me that : Error using pde.PDEModel (line 97) Expected input to be one of these types:
double, single, uint8, uint16, uint32, uint64, int8, int16, int32, int64 Instead its type was char. Error in createpde (line 36) pdem = pde.PDEModel(varargin{:});
Error in bridgman (line 4) thermalmodel = createpde('thermal')
I would like to know why? And when I just use
thermalmodel = createpde,
it's OK.
Another question is how to use thermalconductivity when I use thermalconductivity, it always mention me that ThermalConductivity is not defined.
Thanks
답변 (1개)
Ravi Kumar
2017년 5월 18일
0 개 추천
Hi Xiaofei,
Which version of MATLAB are you on? Note that creation of thermal analysis model using createpde is supported in MATLAB R2017a.
-Ravi
댓글 수: 2
Xiaofei BAI
2017년 5월 19일
Alan Weiss
2017년 5월 19일
Alan Weiss
MATLAB mathematical toolbox documentation
카테고리
도움말 센터 및 File Exchange에서 Structural Mechanics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!