Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Coding Language: C (and please keep it very basic, this is a beginner-level question!) The electrical resistance of a material depends on temperature. The resistance

Coding Language: C (and please keep it very basic, this is a beginner-level question!)

image text in transcribed

The electrical resistance of a material depends on temperature. The resistance temperature coefficient, , allows adjustment of the resistance of a material for a given temperature. In addition to the coefficient, the resistance of the material must be known at a standard temperature (normally 20 degrees Celsius). The resistance, R, ofa material at a temperature T can be found using: Where: R is the material's resistance in ohms at the temperature T in C Rref is the material's resistance at the reference temperature Tref (normally at 20 C) is the resistance temperature coefficient (NC) of the material T is the material's temperature in C Tref is the reference temperature (C) at which a is defined for the material The following table provides examples for the resistance temperature coefficient Material Nickel Iron Tungsten Aluminium Copper Steel (99.5% iron, 0.5% carbon Constantan Silicon Germanium Element/Allov Element Element Element Element Element Allov Allov Element Element 0.005866 0.005671 0.004403 0.004308 0.004041 0.003 0.000074 0.075 0.048 You are involved in a project for the development of electrical transformers which contains field coils. Field coils consist of a conductor wrapped around an iron core. Your role is to develop software which can calculate the conductor resistance of the coils at different temperatures The resistance of a coil is computed with the following steps l. Using the resistance value per unit length, RL (ohms/meter) and the length of the conductor, L (meters), compute the coil resistance at the reference temperature, Trs (20 To adjust the resistance at the given temperature, T (C), equation 1 is used with a given resistance temperature coefficient, (NC), at the reference temperature, Tref (20 C) s R.L 2. Develop a program. Your program will contain a main function and a function that calculates the resistance of the field coil conductor. The main function contains instructions to get data from the user, calls the function to compute the resistance, and displays the results to the user. Be sure to document well your program and follow programming conventions

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

d. Who are important leaders and heroes of the group?

Answered: 1 week ago

Question

3. How frequently do the assessments occur?

Answered: 1 week ago