Simscape model for Platinum RTD?
Mostrar comentarios más antiguos
I see two thermistor models, but no RTD models.
Accoding to Omega engineering, they follow :
"Platinum RTD resistance can be calculated using the Callendar-Van Dusen Equation"
Rt = R0 [1 + At + Bt^2 + C(t-100)t^3]
Which is nothing like the equations given for the supplied thermistor models.
Respuestas (1)
Vasco Lenzi
el 21 de Ag. de 2020
0 votos
Hi Keith
I'm afraid that there are no readily available blocks which implements Platinum RTD models.
My suggestion would be to quickly build it up for scratch using one of two workflows:
1) implementing the Callendar-Van Dusen Equation using Simscape Physical Signal library, and feed it to a variable resistor, something akin this (just a quick sketch, from a temperature sensor to a set of calculation into a variable resistor):

1) implementing it as a block using Simscape Language, starting maybe from a copy of the source code of the Variable Resistor in the Simscape Foundation Library:

Simscape Language is more powerful and elegant but maybe more difficult with 0 experience. Take a look at this example in the documentation if needed!
Getting Started:
Step-by-step of modeling a linear resistor with Simscape Language:
Categorías
Más información sobre Creating Custom Components and Libraries en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!