US20090063597A1 - Numerical analysis device and numerical analysis program - Google Patents

Numerical analysis device and numerical analysis program Download PDF

Info

Publication number
US20090063597A1
US20090063597A1 US11/887,003 US88700306A US2009063597A1 US 20090063597 A1 US20090063597 A1 US 20090063597A1 US 88700306 A US88700306 A US 88700306A US 2009063597 A1 US2009063597 A1 US 2009063597A1
Authority
US
United States
Prior art keywords
derivative
value
variable value
numerical analysis
physical
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/887,003
Inventor
Hiroaki Sono
Nobuhiro Yamada
Haruya Kitagawa
Tsuyoshi Nomura
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hokuriku Electric Power Co
Original Assignee
Hokuriku Electric Power Co
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hokuriku Electric Power Co filed Critical Hokuriku Electric Power Co
Assigned to HOKURIKU ELECTRIC POWER COMPANY reassignment HOKURIKU ELECTRIC POWER COMPANY ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: KITAGAWA, HARUYA, NOMURA, TSUYOSHI, SONO, HIROAKI, YAMADA, NOBUHIRO
Publication of US20090063597A1 publication Critical patent/US20090063597A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/11Complex mathematical operations for solving equations, e.g. nonlinear equations, general mathematical optimization problems
    • G06F17/13Differential equations

Definitions

  • the present invention relates to a numerical analysis device and a numerical analysis program that can be applied to analyze various aspects of motion in natural phenomena and mechanical movements.
  • Patent document 1 Publication of unexamined patent No. 2004-062676
  • Patent document 2 Publication of unexamined patent No. 2002-258933
  • Euler's method however, has a problem that a relatively large error occurs in an analysis result when processing steps are repeated with a small time increment ⁇ t. Furthermore, there is another problem that when a very small time increment ⁇ t is applied to avoid this error so much processing time to obtain an analysis result is needed that the method is eventually impractical to apply.
  • the present invention is made considering these problems and aims at providing numerical analysis devices and numerical analysis programs that can simply perform a numerical analysis process within a short time period without causing a large error in the analysis result.
  • a numerical analysis device performs a numerical analysis of second-order differential equation for a target object to be analyzed.
  • the numerical analysis device includes a setting unit that performs a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis; a second-derivative calculation unit that calculates a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis; a first-derivative calculation unit that performs a multiplication of the second derivative calculated by the second-derivative calculation unit by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputs a value obtained by the addition as a first derivative after an increment of the analytical small variable value; a physical-value calculation unit that performs a multiplication of the first derivative calculated by the first-derivative calculation unit by the analytical small variable value and an addition
  • a numerical analysis device performs a numerical analysis of second-order differential equation for a target object to be analyzed.
  • the numerical analysis device includes a setting unit that performs a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis; a second-derivative calculation unit that calculates a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis; a first-derivative calculation unit that performs a multiplication of the second derivative calculated by the second-derivative calculation unit by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputs a value obtained by the addition as a first derivative after an increment of the analytical small variable value; a physical-value calculation unit that performs a multiplication of the second derivative calculated by the second-derivative calculation unit by a square value of the analytical small variable value, a multiplication of the
  • the analytical small variable value and the reference variable value are an analytical small time and reference time, respectively, and the first derivative and the second derivative are a first-order time derivative and a second-order time derivative, respectively.
  • the setting unit sets a termination condition of the numerical analysis, and when the termination condition of the numerical analysis is satisfied, the operation control unit performs a control of terminating the numerical analysis.
  • the numerical analysis device further includes an output processing unit that outputs the physical value of each reference variable value calculated by the physical-value calculation unit, in association with the increment of the analytical small variable value.
  • the output processing unit generates a graph of the physical value for each reference variable value calculated by the physical-value calculation unit corresponding to the increment of the analytical small variable value.
  • the second-order differential equation includes a variable value term.
  • the second-order differential equation includes a time term.
  • the second-order differential equation is a simultaneous equation with multiple unknowns.
  • the numerical analysis is performed using a spreadsheet program.
  • a numerical analysis program is for a numerical analysis of second-order differential equation for a target object to be analyzed.
  • the numerical analysis program causes a computer to execute a setting procedure of performing a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis; a second-derivative calculating procedure of calculating a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis; a first-derivative calculating procedure of performing a multiplication of the second derivative calculated at the second-derivative calculating procedure by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputting a value obtained by the addition as a first derivative after an increment of the analytical small variable value; a physical-value calculating procedure of performing a multiplication of the first derivative calculated at the first-derivative calculating procedure by the analytical small variable value and an addition of
  • a numerical analysis program is for a numerical analysis of second-order differential equation for a target object to be analyzed.
  • the numerical analysis program causes a computer to execute a setting procedure of performing a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis; a second-derivative calculating procedure of calculating a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis; a first-derivative calculating procedure of performing a multiplication of the second derivative calculated at the second-derivative calculating procedure by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputting a value obtained by the addition as a first derivative after an increment of the analytical small variable value; a physical-value calculating procedure of performing a multiplication of the second derivative calculated at the second-derivative calculating procedure by a square value of the analytical small variable value
  • the analytical small variable value and the reference variable value are an analytical small time and reference time, respectively, and the first derivative and the second derivative are a first-order time derivative and a second-order time derivative, respectively.
  • the setting procedure includes setting a termination condition of the numerical analysis, and when the termination condition of the numerical analysis is satisfied, the operation control procedure includes performing a control of terminating the numerical analysis.
  • the numerical analysis program further causes the computer to execute an output processing procedure of outputting the physical value of each reference variable value calculated at the physical-value calculating procedure, in association with the increment of the analytical small variable value.
  • the output processing procedure includes generating a graph of the physical value for each reference variable value calculated at the physical-value calculating procedure corresponding to the increment of the analytical small variable value.
  • the second-order differential equation includes a variable value term.
  • the second-order differential equation includes a time term.
  • the second-order differential equation is a simultaneous equation with multiple unknowns.
  • the numerical analysis is performed using a spreadsheet program.
  • a second-derivative calculation unit calculates a second derivative of a second-order differential equation at a reference variable value that is the variable value at the start of the analysis
  • a first-derivative calculation unit multiplies the second derivative calculated by the second-derivative calculation unit by the analytical small variable value, adds the first derivative of the second-order differential equation at the reference variable value to this multiplied value, and equates this added value to the first derivative after increment of the analytical small variable value
  • a physical-value calculation unit multiplies the first derivative calculated by the first-derivative calculation unit by the analytical small variable value, adds the physical value of the second-order differential equation at the reference variable value to this multiplied value, and equate
  • a setting unit sets parameters, including initial conditions for a second-order differential equation, and analytical small variable value of a numerical analysis
  • a second-derivative calculation unit calculates a second derivative of a second-order differential equation at a reference variable value that is the variable value at the start of the analysis
  • a first-derivative calculation unit multiplies the second derivative calculated by the second-derivative calculation unit by the analytical small variable value, adds the first derivative of the second-order differential equation at the reference variable value to this multiplied value, and equates this added value to the first derivative after increment of the analytical small variable value
  • a physical-value calculation unit multiplies the second derivative calculated by the second-derivative calculation unit by the square value of the analytical small variable value, multiplies the first derivative calculated by the first-derivative calculation unit by the analytical small variable
  • FIG. 1 is a block diagram of an outline of configuration of a dynamic analysis device that is a numerical analysis device according to the first embodiment of the present invention.
  • FIG. 2 is a flow chart of a dynamic analysis procedure by the dynamic analysis device shown in FIG. 1 .
  • FIG. 3 is a diagram of the concept of the dynamic analysis process according to the first embodiment of the present invention.
  • FIG. 4 is a diagram of the concept of the dynamic analysis process according to conventional Euler's method.
  • FIG. 5 is a diagram of the concept of the dynamic analysis process according to conventional modified Euler's method.
  • FIG. 6 is a schematic diagram illustrating the concept of configuration of a spring-mass system to which analysis equation is applied.
  • FIG. 7 is a diagram of a dynamic analysis result of the spring-mass system shown in FIG. 6 .
  • FIG. 8 is a view of an example of a display screen of a spreadsheet program for dynamic analysis of the spring-mass system shown in FIG. 7 .
  • FIG. 9 is a chart of an example of a dynamic analysis for the spring-mass system shown in FIG. 6 performed by a spreadsheet program.
  • FIG. 10 is a graph of the result shown in FIG. 9 .
  • FIG. 11 is a chart of an example of a dynamic analysis result for the same spring-mass system by Euler's method.
  • FIG. 12 is a graph of the result shown in FIG. 11 .
  • FIG. 13 is a graph of an example of a dynamic analysis result for the same spring-mass system by modified Euler's method.
  • FIG. 14 is a block diagram of an outline of configuration of a dynamic analysis device according to the second embodiment of the present invention.
  • FIG. 15 is a flow chart of a dynamic analysis procedure by the dynamic analysis device shown in FIG. 14 .
  • FIG. 16 is a diagram of the concept of the dynamic analysis process according to the second embodiment of the present invention.
  • FIG. 17 is a schematic diagram of an outline of configuration of a spring-mass dashpot system to which dynamic analysis is applied.
  • FIG. 18 is a graph of a dynamic analysis result of the mass-dashpot system shown in FIG. 17 .
  • FIG. 19 is a schematic diagram of an outline of configuration of a transporting machine to which dynamic analysis is applied, accompanied by a simple harmonic motion and a rotational motion.
  • FIG. 20 is a graph of a dynamic analysis result of the displacement of the transporting machine shown in FIG. 19 .
  • FIG. 21 is a graph of a dynamic analysis result of the angular displacement of the transporting machine shown in FIG. 19 .
  • FIG. 22 is a schematic diagram of an outline of configuration of multiple bodies of revolution, to which dynamic analysis is applied, connected by a power transmission such as a torsion axis, joint and gear.
  • FIG. 23 is a graph of a dynamic analysis result of the angular displacement of each body of revolution connected by a power transmission shown in FIG. 22 .
  • FIG. 24 is a graph of a dynamic analysis result of the angular displacement of each body of revolution connected by a power transmission shown in FIG. 22 .
  • FIG. 25 is a schematic diagram of an outline of configuration of a slider for a speed governor and a turbine, to which dynamic analysis is applied.
  • FIG. 26 is a graph of a dynamic analysis result of the displacement of the slider of the speed governor shown in FIG. 25 .
  • FIG. 27 is a graph of dynamic analysis result of the angular displacement of the turbine shown in FIG. 25 .
  • FIG. 28 is a schematic diagram of an outline of configuration of a cutting tool of a turning machine such as a lathe, to which dynamic analysis is applied.
  • FIG. 29 is a graph of dynamic analysis result of the displacement of a cutting tool of a turning machine such as a lathe shown in FIG. 28 .
  • FIG. 30 is a schematic diagram of an outline of configuration of a reciprocating machine, to which dynamic analysis is applied, having a crank.
  • FIG. 31 is a graph of a dynamic analysis result of the reciprocating machine having a crank shown in FIG. 30 .
  • FIG. 32 is a graph of a dynamic analysis result of the piston of the reciprocating machine having a crank shown in FIG. 30 .
  • FIG. 33 is a schematic diagram of an outline of configuration of a brake disc to which dynamic analysis is applied.
  • FIG. 34 is a graph of dynamic analysis result of the brake disc shown in FIG. 33 .
  • FIG. 35 is a schematic diagram of an outline of configuration of a manipulator-like device, to which dynamic analysis is applied, connected by a rigid body link.
  • FIG. 36 is a graph of dynamic analysis result of the manipulator-like device connected by a rigid body link shown in FIG. 35 .
  • FIG. 37 is a graph of a dynamic analysis result of the manipulator-like device connected by a rigid body link shown in FIG. 35 .
  • FIG. 38 is a schematic diagram of an outline of configuration of particles or celestial bodies, to which dynamic analysis is applied, that influence forces like gravity each other.
  • FIG. 39 is a graph of a dynamic analysis result of the displacement in x direction of the Earth shown in FIG. 38 .
  • FIG. 40 is a diagram of a coordinate system and configuration relationship to analyze three-body problem of the Sun, the Earth and the Moon.
  • FIG. 41 is a graph of a dynamic analysis result of the orbit of the Moon in three-body problem placing the Earth in the center.
  • FIG. 42 is a graph of a dynamic analysis result of the orbit of the Moon by conventional Euler's method placing the Earth in the center.
  • FIG. 43 is a schematic diagram of an outline of configuration of a surge tank, to which dynamic analysis is applied, with a centrifugal pump.
  • FIG. 44 is a graph of a dynamic analysis result of the change of water level of the surge tank shown in FIG. 43 .
  • FIG. 45 is a schematic diagram of an outline of configuration of an LCR circuit to which dynamic analysis is applied.
  • FIG. 46 is a graph of a dynamic analysis result of the change of electric charge in the LCR circuit shown in FIG. 45 .
  • FIG. 47 is a system configuration schematic diagram of a configuration of a computer system that implements the dynamic analysis device.
  • FIG. 48 is a block diagram of a configuration of a main unit of the computer system shown in FIG. 47 .
  • FIG. 1 is a block diagram of an outline of configuration of a dynamic analysis device that is an example of numerical analysis device according to the first embodiment of the present invention.
  • dynamic analysis device 1 includes an input unit 10 that is implemented with a keyboard and a pointing device to input various information, an output unit 11 that is implemented with an LCD display, a printer and the like to output processing result, a memory unit 14 that is used to store programs and data as well as to store calculation results temporarily, and a control unit C that controls performing a dynamic analysis process.
  • the control unit C includes an operation unit 12 and an output processing unit 13 , the operation unit 12 performs a dynamic analysis processing, and the output processing unit 13 performs a process to output the result of dynamic analysis to the output unit 11 .
  • the operation unit 12 includes an operation control module 20 , an inclusion module 21 , a second-order-derivative calculation module 22 , a first-order-derivative calculation module 23 , and a physical-value calculation module 24 .
  • analysis information is input by the inclusion module 21 by using the input unit 10 and the output unit 11 (step S 101 ).
  • the analysis equation here is an ordinary second-order differential equation and the ⁇ (t) is a second-order time derivative such as acceleration, x(t) is a physical value such as position, and v(t) is a first-order time derivative such as velocity.
  • the operation unit 12 stores the calculated value at step S 102 to S 104 into the memory unit 14 and also performs an output processing to enable output from the output unit 11 via the output processing unit 13 (step S 105 ). Further the operation unit 12 decides whether t exceeds a specified value (step S 106 ).
  • the specified value is time elapsed from the reference time t. This elapsed time can be given as ⁇ t ⁇ n, where n is the number of repetition thereafter.
  • step S 106 If t does not exceed the specified value (step S 106 , No), value (t+ ⁇ t) that is the addition of the reference time t with the analytical small time increment ⁇ t is set as a new reference time, the step moves to step S 102 (step S 107 ), and processes from step S 102 is repeated. If t exceeds the specified value (step S 106 , Yes), the process is terminated.
  • a displacement x(t+ ⁇ t) after lapse of the analytical small time increment ⁇ t is calculated in this dynamic analysis process by the dynamic analysis device 1 as follows: firstly the acceleration ⁇ (t) that is an analysis equation at the reference time t is calculated by equation (1) using the displacement x(t) that is a physical value at the reference time t and the velocity v(t) that is a first-order time derivative at the reference time t. Then v(t+ ⁇ t) that is the velocity after elapse of the analytical small time increment ⁇ t is calculated by equation (2), further x(t+ ⁇ t) that is the displacement after elapse of the analytical small time increment ⁇ t is calculated by equation (3).
  • modified Euler's method the dynamic analysis is performed replacing v(t+ ⁇ t) with (1/2 ⁇ (v(t)+v(t+ ⁇ t)) that is the average velocity between the reference time t and (t+ ⁇ t) which is the time after elapse of the analytical small time increment ⁇ t from the reference time t.
  • degree of divergence can be reduced but it may still result in a dynamic analysis with divergence and low accuracy. Therefore, when a dynamic analysis by Euler's method or modified Euler's method is applied it has been inevitable to make the analytical small time increment ⁇ t extremely small and to consume a lot of time to obtain necessary accuracy. In contrast to this, by the dynamic analysis process where equations (1) to (3) are repeated, a result of high accuracy can be obtained even if the analytical small time increment ⁇ t is very small.
  • FIGS. 3 to 5 are diagrams of the concepts of dynamic analysis processes according to the present invention, conventional Euler's method, and modified Euler's method respectively.
  • FIG. 3 is a diagram of the concept of a dynamic analysis process according to the first embodiment of the present invention
  • FIG. 4 is a diagram of the concept of the dynamic analysis process according to conventional Euler's method
  • FIG. 5 is a diagram of the concept of the dynamic analysis process according to modified Euler's method.
  • acceleration is obtained from the displacement and the velocity at time t
  • velocity at time (t+ ⁇ t) that is time after elapse of the analytical small time increment ⁇ t is obtained from the velocity and the acceleration at time t as shown in FIG.
  • displacement at time (t+ ⁇ t) is obtained from the velocity at time (t+ ⁇ t) and the displacement at time t, and it is specifically characterized in that displacement at time (t+ ⁇ t) is obtained by using the velocity at time (t+ ⁇ t).
  • displacement at time (t+ ⁇ t) is obtained by using the velocity at time t and the displacement at time t as shown in FIG. 4 .
  • displacement at time (t+ ⁇ t) is obtained by using velocity (1/2 ⁇ (v(t)+v(t+ ⁇ t))), which is the average velocity at time t and time (t+ ⁇ t) as shown in FIG. 5 .
  • FIG. 6 is a schematic diagram of a conceptual structure of a spring-mass system to which an analysis equation is applied.
  • a simple harmonic motion appears in the spring-mass system shown in FIG. 6 .
  • An equation of motion for the spring-mass system shown in FIG. 6 is given as equation (6) below.
  • equation (7) An analysis equation for this equation of motion is given as equation (7) below.
  • FIG. 7 is a diagram of a dynamic analysis result of the spring-mass system shown in FIG. 6 .
  • FIG. 8 is a view of an example of display screen of a spreadsheet program for a dynamic analysis of the spring-mass system shown in FIG. 7 .
  • Acceleration is calculated using the displacement and the velocity given in cell C 12 and C 13 respectively and the result is shown in cell C 14 of the acceleration column.
  • the calculation result corresponding to equation (2) is shown in cell C 15 of the velocity column of the end of the interval that represents after lapse of the analytical small time increment ⁇ t from the reference time t, and the calculation result corresponding to equation (2) is shown in cell C 16 of the velocity column of the end of the interval.
  • the results indicated in cells C 15 and C 16 are copied into cells C 22 and C 23 of the next row for the time after lapse of the analytical small time increment ⁇ t as the displacement and velocity at the beginning of the next interval respectively.
  • acceleration is calculated using the displacement and velocity indicated in C 22 and C 23 , the result of the calculation is shown in cell C 24 , and then the velocity and displacement after next lapse of the analytical small time increment ⁇ t are calculated using the displacement, velocity, and acceleration shown in cell C 22 , C 23 and C 24 respectively, and the results are shown in cells C 25 and C 26 .
  • the process in which the velocity and displacement at the end of the interval are utilized as the velocity and displacement at the beginning of the next interval after lapse of the analytical small time increment ⁇ t and acceleration at this time point is calculated and displayed, and also the velocity and displacement at the end of the next interval after lapse of the analytical small time increment ⁇ t are calculated and displayed, is repeated for repeat count that is set in the time row, namely number of the rows.
  • These results can also be displayed in a graph by graphing process.
  • the graphing process is carried out by the output processing unit 13 .
  • FIG. 9 is a chart of an example that a dynamic analysis for the spring-mass system shown in FIG. 6 is performed by a spreadsheet program.
  • FIG. 10 is a graph of the result shown in FIG. 9 , where the horizontal axis indicates time and the vertical axis indicates displacement.
  • the algebraic solution and the result of a numerical analysis are nearly in coincidence and the error is ⁇ 0.042 m.
  • FIG. 10 shows the result of a dynamic analysis for up to 10(s), but even for 100(s) the error of the dynamic analysis is only ⁇ 0.134 m.
  • FIG. 11 is a chart of an example that a dynamic analysis for the same spring-mass system is performed by Euler's method
  • FIG. 12 is a graph of the result shown in FIG. 11
  • FIG. 13 is a graph of an example that a dynamic analysis for the same spring-mass system is performed by modified Euler's method.
  • FIGS. 11 and 12 when a dynamic analysis is performed by Euler's method using the same analytical small time increment, the error between the dynamic analysis and the algebraic solution increases with time and diverges. In this case, the error increases up to ⁇ 6 m in 10(s).
  • modified Euler's method is employed, as shown in FIG. 13 , the error between the dynamic analysis and the algebraic solution also increases with time and diverges. In this case, the error is smaller than that by Euler's method, but still reaches about ⁇ 2 m in 10(s).
  • the first-order time derivative at the next time point is calculated, and then using the first-order time derivative at the next time point and the present physical value like displacement the next physical value at the next time point is obtained, in this second embodiment, however, the physical value at the next time point is obtained at once using the present first-order time derivative, the present second-order time derivative, and the present physical value.
  • the first-order time derivative at the next time point that is used to calculate the second-order time derivative at the next time point shall already be calculated at present time point.
  • FIG. 14 is a block diagram of an outline of configuration of a dynamic analysis device according to the second embodiment of the present invention.
  • the dynamic analysis device includes a physical-value calculation module 24 a instead of the physical-value calculation module 24 .
  • the configuration is the same as in the first embodiment, and therefore the same reference numerals are applied to the same components in the configuration.
  • the second-order-derivative calculation module 22 calculates acceleration ⁇ (t) using velocity v(t) that was calculated by the first-order-derivative calculation module 23 and displacement x(t) at the reference time t that was calculated by the physical-value calculation module 24 , and then the physical-value calculation module 24 a calculates directly displacement x(t+ ⁇ t) after lapse of the analytical small time increment ⁇ t using the acceleration ⁇ (t), the velocity v(t), and the displacement x(t) at the reference time t. It means that the displacement x(t+ ⁇ t) can be directly obtained from equation (10) below that is derived by combining equation (2) with equation (3).
  • FIG. 15 is a flow chart of a dynamic analysis procedure by the dynamic analysis device shown in FIG. 14 .
  • process step S 204 is applied instead of process step S 104 in the first embodiment.
  • steps S 201 to S 203 are same as S 101 to S 103
  • S 205 to S 207 are same as S 105 to S 107 , respectively.
  • step S 204 the acceleration ⁇ (t) calculated at step S 204 is multiplied by square value of the analytical small time increment ⁇ t, the velocity v(t) at the reference time t is multiplied by the analytical small time increment ⁇ t, each multiplied value is added to the displacement x(t) at the reference time t, and this added value is equated to the displacement x(t+ ⁇ t) after lapse of the analytical small time increment ⁇ t.
  • the reason why v(t) at the reference time is calculated at step S 203 is that, different from the first embodiment, the v(t) necessary for calculation of the displacement at the next time point has not yet been calculated.
  • the velocity v(t+ ⁇ t) after lapse of the analytical small time increment ⁇ t can be calculated at once using the present velocity, acceleration, and displacement.
  • FIG. 16 is a diagram of the concept of the dynamic analysis process according to the second embodiment of the present invention.
  • acceleration is calculated from the displacement and the velocity at time t, and using the velocity and the acceleration at time t displacement at time (t+ ⁇ t) after lapse of the analytical small time increment ⁇ t is calculated.
  • the dynamic analysis device is used as an example of the numerical analysis device for explanation, however, it can be applied not only to the dynamic analysis where time is a variable but also can be applied to a general numerical analysis. Namely the numerical analysis can be performed where the variable is not time t but temperature T or distance L. For example, a numerical analysis with temperature change can be performed when temperature T and analytical small temperature increment ⁇ T are applied instead of time t and analytical small time increment ⁇ t.
  • a dynamic analysis process of a spring-mass dashpot system a dynamic analysis process of a transporting machine, a dynamic analysis process of a plurality of bodies of revolution connected by power transmission and the like, a dynamic analysis process of a speed governor, a dynamic analysis process of a cutting tool of a turning machine and the like, a dynamic analysis process of a reciprocating machine having a crank, a dynamic analysis process of a brake utilizing friction, a dynamic analysis process of a manipulator-like device connected with a rigid body link, a dynamic analysis process of particles or celestial bodies influencing force like gravity each other, a dynamic analysis process of a three-body problem of the Sun, the Earth and the Moon, a dynamic analysis process of surging characteristics of a system having a centrifugal pump, and a dynamic analysis process of current or electric charge generated in an electric or electronic circuit having inductance, capacitance, and resistance.
  • FIG. 17 is a schematic diagram of an outline of configuration of a spring-mass dashpot system to which dynamic analysis is applied.
  • the equation of motion specific for the spring-mass dashpot system is given as an equation (11) below.
  • m mass of the mass point (1500.00)
  • c viscous damping coefficient of the dashpot (4242.64)
  • k spring coefficient (12000)
  • f amplitude of the external force (1000.0)
  • T period of the external force (1.00)
  • t reference time
  • x displacement of the mass point
  • v velocity of the mass point
  • acceleration of the mass point
  • t 0 beginning time of analysis
  • x 0 initial displacement of the mass point (0.10)
  • v 0 initial velocity of the mass point (1.00)
  • ⁇ 0 initial acceleration of the mass point
  • FIG. 18 a graph of a dynamic analysis result of the mass dashpot system shown in FIG. 17 , and the horizontal axis indicates time and the vertical axis indicates displacement. From this dynamic analysis result, as shown in FIG. 18 , almost the same dynamic characteristic has been obtained as the output result of the dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including a feedback processing.
  • FIG. 19 is a schematic diagram of an outline of configuration of a transporting machine, to which the dynamic analysis is applied, accompanied by a simple harmonic motion and rotational motion.
  • the equations of motion specific for this transporting machine are given as equations (13) and (14) below.
  • m mass of the transporting machine (1500.00)
  • J moment of inertia of the transporting machine (3125)
  • k 1 first spring constant (3000)
  • k 2 second spring constant (3000)
  • L 1 first distance from the center of gravity (2.00)
  • L 2 second distance from the center of gravity (2.00)
  • acceleration of the transporting machine
  • d 2 ⁇ /dt 2 angular acceleration of the transporting machine, and these are shown in the International System of Units.
  • ⁇ ( t ) ⁇ ( k 1 /m )( x ( t )+ L 1 ⁇ ( t )) ⁇ ( k 2 /m )( x ( t ) ⁇ L 2 ⁇ ( t )) (15)
  • velocity of the transporting machine v(t+ ⁇ t) and angular velocity of the transporting machine ⁇ (t+ ⁇ t) are calculated by the equation (3).
  • FIG. 20 is a graph of a dynamic analysis result of displacement of the transporting machine shown in FIG. 19
  • FIG. 21 is a graph of a dynamic analysis result of angular displacement of the transporting machine shown in FIG. 19 . From each dynamic analysis result, as shown in FIGS. 20 and 21 , almost the same dynamic characteristics have been obtained as the output results of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • FIG. 22 is a schematic diagram of an outline of configuration of multiple bodies of revolution to which dynamic analysis is applied, connected by a power transmission such as a torsion axis, joint, and gear.
  • a power transmission such as a torsion axis, joint, and gear.
  • FIG. 23 and FIG. 24 are graphs of dynamic analysis results of the angular displacement of each body of revolution connected by a power transmission shown in FIG. 22 . From each dynamic analysis result, as shown in FIGS. 23 and 24 , almost the same dynamic characteristics have been obtained as the output results of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • FIG. 25 is a schematic diagram of an outline of configuration of a slider for a speed governor and a turbine, to which dynamic analysis is applied.
  • the equations of motion specific for this speed governor are given as equations (21) and (22) below.
  • m gv equivalent mass of the slider for the speed governor (10.00)
  • c gv viscous damping coefficient of the speed governor (50.66)
  • k gv spring constant of the speed governor (1579.14)
  • a gv upward force working on the slider for the speed governor by every 1 rad/s increment of rotation of the turbine (10.00)
  • J gv equivalent moment of inertia of the turbine (2.50)
  • B gv increase of torque by every unit length descent of the slider for the speed governor (1000.00)
  • ⁇ gv acceleration of the slider for the speed governor
  • ⁇ gv ( ⁇ c gv v gv ⁇ k gv x gv +A gv ⁇ gv )/ m gv (23)
  • FIG. 26 is a graph of a dynamic analysis result of the displacement of the slider for the speed governor shown in FIG. 25
  • FIG. 27 is a graph of a dynamic analysis result of the angular displacement of the turbine shown in FIG. 25 . From each dynamic analysis result, as shown in FIGS. 26 and 27 , almost the same dynamic characteristics have been obtained as the output results of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • FIG. 28 is a schematic diagram of an outline of configuration of a cutting tool of a turning machine such as a lathe, to which the dynamic analysis is applied.
  • the equation of motion specific for the cutting tool is given as an equation (25) below.
  • m b mass of the cutting tool (10.00)
  • c b viscous damping coefficient (20.00)
  • k b spring constant (1000.00)
  • V cutting speed (2.00)
  • P b radial force (100.00)
  • ⁇ b acceleration of the cutting tool
  • ⁇ b ( ⁇ c b v b ⁇ k b x b + ⁇ ( V ⁇ v b ) P b )/ m b (26)
  • FIG. 29 is a graph of a dynamic analysis result of the displacement of the cutting tool of the turning machine such as a lathe shown in FIG. 28 . From this dynamic analysis result, as shown in FIG. 29 , almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • FIG. 30 is a schematic diagram of an outline of configuration of a reciprocating machine, to which the dynamic analysis is applied, with a crank.
  • the equation of motion specific for the reciprocating machine with a crank is given as the equation (27) below.
  • FIG. 31 is a graph of a dynamic analysis result of the reciprocating machine with a crank shown in FIG. 30 . From this dynamic analysis result, as shown in FIG. 31 , almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • the displacement of the piston can structurally be obtained from the crank angle and other parameters as shown in an equation (29) below.
  • FIG. 32 is a graph of a dynamic analysis result of the piston of the reciprocating machine with the crank obtained from the equation (29). From this dynamic analysis result, as shown in FIG. 32 , almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • FIG. 33 is a schematic diagram of an outline of configuration of a brake disc to which the dynamic analysis is applied.
  • the equation of motion specific for the brake disc is given as an equation (30) below.
  • J B moment of inertia of the brake disc (3.00)
  • f B press force (500.00)
  • u B friction coefficient (0.30)
  • FIG. 34 is a graph of a dynamic analysis result of the brake disc shown in FIG. 33 . From this dynamic analysis result, as shown in FIG. 34 , almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • FIG. 35 is a schematic diagram of an outline of configuration of a manipulator-like device, to which the dynamic analysis is applied, connected by a rigid body link.
  • the equations of motion specific for the manipulator-like device connected by a rigid body link are given as equations (32) and (33) below.
  • FIGS. 36 and 37 are graphs of dynamic analysis results of the manipulator-like device connected by rigid body link shown in FIG. 35 . From each dynamic analysis results, as shown in FIGS. 36 and 37 , almost the same dynamic characteristics have been obtained as the output results of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • equations (32) and (33) when angular displacements ⁇ link1 and ⁇ link2 are small, the equations (34) and (35) can be approximated equations (36) and (37) as below.
  • FIG. 38 is a schematic diagram of an outline of configuration of particles or celestial bodies, to which the dynamic analysis is applied, influencing force like gravity each other.
  • the equations of motion specific for these particles or celestial bodies influencing force like gravity each other are given as equations (38) to (41) below.
  • m 1g mass of the Earth (5.97 ⁇ 10 24 )
  • m 2g mass of the Moon (7.35 ⁇ 10 22 )
  • G gravitational constant (6.67 ⁇ 10 ⁇ 11 )
  • ⁇ x1 acceleration of the Earth in x direction
  • ⁇ y1 acceleration of the Earth in y direction
  • ⁇ x2 acceleration of the Moon in x direction
  • ⁇ y2 acceleration of the Moon in y direction
  • r distance between the Earth and the Moon
  • ⁇ x1 G ( m 2g /r 2 )cos ⁇ (45)
  • ⁇ y2 ⁇ G ( m 1g /r 2 )sin ⁇ (48)
  • FIG. 39 is a graph of a dynamic analysis result of displacement of the Earth in x direction shown in FIG. 38 . From this dynamic analysis result, as shown in FIG. 39 , almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • the present invention can process a numerical analysis of high precision about three-body problem in a short period of time.
  • Three-body problem means a problem to solve behavior of each of three existing bodies using universal gravitation, and here dynamic analysis is applied to the Sun, the Earth, and the Moon respectively.
  • FIG. 40 is a diagram of configuration relationship to analyze three-body problem of the Sun, the Earth, and the Moon. Analysis is performed assuming the Sun 101 , the Earth 102 , and the Moon 103 move in the identical x-y plane (orbital plane of the Earth).
  • M 1 is the mass of the Sun 101 and a 1 is an acceleration of the Sun 101 .
  • a 1 is a vector a 1 (a x1 , a y1 ).
  • Universal gravitation f 12 by the Earth 102 is given as below.
  • G is universal gravitation constant
  • M 2 is the mass of the Earth 102
  • P 1 and P 2 are position vectors P 1 (x 1 ,y 1 ) and P 2 (x 2 ,y 2 ) of the Sun 101 and the Earth 102 , respectively.
  • Universal gravitation f 12 is a vector.
  • 2 ) ⁇ means absolute value of universal gravitation
  • means unit vector from the Sun 101 to the Earth 102 .
  • An equation (50) can be transformed into the equation below.
  • M 3 is the mass of the Moon and P 3 is a position vector of the Moon P 3 (x 3 ,y 3 ).
  • the universal gravitation f 13 is also a vector.
  • a 1 ⁇ G ⁇ M 2 /(
  • a 2 ⁇ G ⁇ M 3 /(
  • 3 ) ⁇ *(P 3 ⁇ P 2 ) is an acceleration part by gravitation of the Moon 103
  • 3 ) ⁇ *(P 1 ⁇ P 2 ) is an acceleration part by gravitation of the Sun 101
  • a 2 is a vector a 2 (a x2 ,a y2 ). Further the acceleration of the Moon a 3 is similarly given as below.
  • a 3 ⁇ G ⁇ M 1 /(
  • 3 ) ⁇ *(P 1 ⁇ P 3 ) is an acceleration part by gravitation of the Sun 101
  • 3 ) ⁇ *(P 2 ⁇ P 3 ) is an acceleration part by gravitation of the Earth 102
  • a 3 is a vector a 3 (a x3 ,a y3 ).
  • the simultaneous differential equations (54), (55), and (56) can be solved using a dynamic analysis as three-body problem by incrementing the analytical small time increment ⁇ t by one hour and finally simultaneous differential equations with six unknowns are to be solved all together because every two unknowns are included in each simultaneous equation.
  • FIG. 41 is a graph of a dynamic analysis result of the orbit of the Moon in three-body problem above, placing the Earth in the center. From this dynamic analysis result, as shown in FIG. 41 , almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • FIG. 42 is a graph of a dynamic analysis result of the orbit of the Moon using conventional Euler's method, placing the Earth in the center.
  • FIG. 43 is a schematic diagram of an outline of configuration of a surge tank, to which the dynamic analysis is applied, with a centrifugal pump.
  • the equation of motion specific for water level change of the surge tank is given as an equation (57) below.
  • ⁇ surge (( g ⁇ A tank )/( l surge A surge )) ⁇ ( A tank h ′( Q surge ) ⁇ 2 V surge Q surge A surge /A tank 2 ) v surge ⁇ x surge ⁇ (58)
  • FIG. 44 is a graph of a dynamic analysis result of the change of water level of the surge tank shown in FIG. 43 . From this dynamic analysis result, as shown in FIG. 44 , almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • FIG. 45 is a schematic diagram of an outline of configuration of an LCR circuit to which the dynamic analysis is applied.
  • the equation of motion specific for electric charge of the LCR circuit is given as equation (59) below.
  • FIG. 46 is a graph of a dynamic analysis result of change of electric charge in the LCR circuit shown in FIG. 45 . From this dynamic analysis result, as shown in FIG. 46 , almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • the dynamic analysis device that is an example of the numerical analysis device can be implemented by running prepared programs on a computer system like a personal computer or workstation. Here a computer system is explained that runs dynamic analysis programs that have similar function as the said dynamic analysis devices.
  • FIG. 47 is a schematic diagram of a computer system configuration that implements the dynamic analysis device and FIG. 48 is a block diagram of configuration of the main body of the computer system shown in FIG. 47 .
  • a computer system 200 includes a main unit 201 , a display 202 to display information such as images on a display screen 202 a according to indication by the main unit 201 , a keyboard 203 to input various information to the computer system 200 , and a mouse 204 to point arbitrary location on the display screen 202 a of the display 202 .
  • the main unit 201 of the computer system 200 includes, as shown in FIG. 48 , a CPU 221 , a RAM 222 , a ROM 223 , a hard disk drive (HDD) 224 , a CD-ROM drive 225 that accepts a CD-ROM 209 , an FD drive 226 that accepts a flexible disk (FD) 208 , an I/O interface 227 to connect to the display 202 , to the keyboard 203 , and to the mouse 204 , and a LAN interface 228 to connect to a local area network/wide area network (LAN/WAN) 206 .
  • LAN/WAN local area network/wide area network
  • a modem 205 for connection to a public telephone line 207 for internet and the like is connected to the computer system 200 and furthermore a computer system (PC) 211 , a server 212 , and a printer 213 and the like are connected via the LAN interface 228 and the LAN/WAN 206 to the computer system 200 .
  • PC computer system
  • the computer system 200 implements a dynamic analysis device in the first and the second embodiment by reading out and executing dynamic analysis programs recorded on specified recording media.
  • the specified recording media include, besides “removable physical media” such as the flexible disk (FD) 208 , the CD-ROM 209 , a magneto-optical disk, a DVD, an optical-magnetic disk, and an IC card, all recording media to store dynamic analysis programs that can be read out by the computer system 200 , such as the hard disk drive (HDD) 224 that is installed inside or outside of the computer system 200 , “irremovable physical media” like the RAM 222 and the ROM 223 , “communication media” that can retain programs for a short period of time for transmitting the programs, such as the public telephone line 207 connected via the modem 205 , or the LAN/WAN 206 to which another the computer system 211 and the server 212 are connected.
  • “removable physical media” such as the flexible disk (FD) 208 , the CD-ROM 209 , a magneto-optical disk, a DVD, an optical-magnetic disk, and an IC card
  • the dynamic analysis programs are recorded on the “removable physical media”, “irremovable physical media” and “communication media” to be legible to a computer, and the computer system 200 reads out the dynamic analysis programs from the recording media and runs them to implement dynamic analysis devices in the first and the second embodiment.
  • the dynamic analysis programs are not limited to be run on the computer system 200 but also can be run on another computer system 211 or the server 212 , and even when they work together the present invention can be applied as well.
  • each component of the devices shown in the figures only represents the concept of the function and shall not necessarily be implemented as shown in the figures.
  • a concrete aspect of partition or integration of each device shall not be limited as illustrated but it is allowed to configure all or a part of the device being functionally or physically partitioned or integrated in arbitrary unit depending on various conditions of loads and use.
  • Each process function that is performed on each device can all or partly be implemented by CPU and analysis programs that run on the CPU, and can also be implemented as wired logic hardware.
  • the present invention is useful for numerical analysis devices as well as numerical analysis programs that are applied in control field to analyze various aspects of motion in natural phenomena, mechanical motion and the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Operations Research (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Algebra (AREA)
  • Complex Calculations (AREA)

Abstract

A second derivative of a second-order differential equation is calculated at a reference variable value. The second derivative is multiplied by an analytical small variable value, the first derivative at the reference variable value is added, and a result is output as a first derivative after an increment of the analytical small variable value. The first derivative after an increment of the analytical small variable value is multiplied by the analytical small variable value, a physical value at the reference variable value is added, and a result is output as a physical value after an increment of the analytical small variable value.

Description

    TECHNICAL FIELD
  • The present invention relates to a numerical analysis device and a numerical analysis program that can be applied to analyze various aspects of motion in natural phenomena and mechanical movements.
  • BACKGROUND ART
  • Traditionally Euler's method, in which the displacement and the velocity at the next time point are calculated by using an initial displacement, initial velocity, and initial acceleration in an interval, has been widely used for the numerical analysis using ordinary differential equation (see patent documents 1 and 2).
  • Patent document 1: Publication of unexamined patent No. 2004-062676
  • Patent document 2: Publication of unexamined patent No. 2002-258933
  • DISCLOSURE OF INVENTION Problem to be Solved by the Invention
  • Euler's method, however, has a problem that a relatively large error occurs in an analysis result when processing steps are repeated with a small time increment Δt. Furthermore, there is another problem that when a very small time increment Δt is applied to avoid this error so much processing time to obtain an analysis result is needed that the method is eventually impractical to apply.
  • The present invention is made considering these problems and aims at providing numerical analysis devices and numerical analysis programs that can simply perform a numerical analysis process within a short time period without causing a large error in the analysis result.
  • Means for Solving Problem
  • To solve the above problems and to achieve the object, a numerical analysis device according to the present invention performs a numerical analysis of second-order differential equation for a target object to be analyzed. The numerical analysis device includes a setting unit that performs a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis; a second-derivative calculation unit that calculates a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis; a first-derivative calculation unit that performs a multiplication of the second derivative calculated by the second-derivative calculation unit by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputs a value obtained by the addition as a first derivative after an increment of the analytical small variable value; a physical-value calculation unit that performs a multiplication of the first derivative calculated by the first-derivative calculation unit by the analytical small variable value and an addition of a physical value of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputs a value obtained by the addition as a physical value after an increment of the analytical small variable value; and an operation control unit that repeats a control of setting a variable value obtained by adding the analytical small variable value to the reference variable value as a new reference variable value and causing the second-derivative calculation unit, the first-derivative calculation unit, and the physical-value calculation unit to calculate the second derivative, the first derivative, and the physical value, using the new reference variable value, respectively.
  • Furthermore, a numerical analysis device according to the present invention performs a numerical analysis of second-order differential equation for a target object to be analyzed. The numerical analysis device includes a setting unit that performs a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis; a second-derivative calculation unit that calculates a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis; a first-derivative calculation unit that performs a multiplication of the second derivative calculated by the second-derivative calculation unit by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputs a value obtained by the addition as a first derivative after an increment of the analytical small variable value; a physical-value calculation unit that performs a multiplication of the second derivative calculated by the second-derivative calculation unit by a square value of the analytical small variable value, a multiplication of the first derivative calculated by the first-derivative calculation unit by the analytical small variable value, and an addition of values obtained by the multiplications and a physical value of the second-order differential equation at the reference variable value, and outputs a value obtained by the addition as a physical value after an increment of the analytical small variable value; and an operation control unit that repeats a control of setting a variable value obtained by adding the analytical small variable value to the reference variable value as a new reference variable value and causing the second-derivative calculation unit, the first-derivative calculation unit, and the physical-value calculation unit to calculate the second derivative, the first derivative, and the physical value, using the new reference variable value, respectively.
  • Moreover, in the numerical analysis device according to the present invention, the analytical small variable value and the reference variable value are an analytical small time and reference time, respectively, and the first derivative and the second derivative are a first-order time derivative and a second-order time derivative, respectively.
  • Furthermore, in the numerical analysis device according to the present invention, the setting unit sets a termination condition of the numerical analysis, and when the termination condition of the numerical analysis is satisfied, the operation control unit performs a control of terminating the numerical analysis.
  • Moreover, the numerical analysis device according to the present invention further includes an output processing unit that outputs the physical value of each reference variable value calculated by the physical-value calculation unit, in association with the increment of the analytical small variable value.
  • Furthermore, in the numerical analysis device according to the present invention, the output processing unit generates a graph of the physical value for each reference variable value calculated by the physical-value calculation unit corresponding to the increment of the analytical small variable value.
  • Moreover, in the numerical analysis device according to the present invention, the second-order differential equation includes a variable value term.
  • Furthermore, in the numerical analysis device according to the present invention, the second-order differential equation includes a time term.
  • Moreover, in the numerical analysis device according to the present invention, the second-order differential equation is a simultaneous equation with multiple unknowns.
  • Furthermore, in the numerical analysis device according to the present invention, the numerical analysis is performed using a spreadsheet program.
  • Moreover, a numerical analysis program according to the present invention is for a numerical analysis of second-order differential equation for a target object to be analyzed. The numerical analysis program causes a computer to execute a setting procedure of performing a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis; a second-derivative calculating procedure of calculating a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis; a first-derivative calculating procedure of performing a multiplication of the second derivative calculated at the second-derivative calculating procedure by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputting a value obtained by the addition as a first derivative after an increment of the analytical small variable value; a physical-value calculating procedure of performing a multiplication of the first derivative calculated at the first-derivative calculating procedure by the analytical small variable value and an addition of a physical value of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputting a value obtained by the addition as a physical value after an increment of the analytical small variable value; and an operation control procedure of repeating a control of setting a variable value obtained by adding the analytical small variable value to the reference variable value as a new reference variable value and causing the second-derivative calculating procedure, the first-derivative calculating procedure, and the physical-value calculating-procedure to calculate the second derivative, the first derivative, and the physical value, using the new reference variable value, respectively.
  • Furthermore, a numerical analysis program according to the present invention is for a numerical analysis of second-order differential equation for a target object to be analyzed. The numerical analysis program causes a computer to execute a setting procedure of performing a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis; a second-derivative calculating procedure of calculating a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis; a first-derivative calculating procedure of performing a multiplication of the second derivative calculated at the second-derivative calculating procedure by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputting a value obtained by the addition as a first derivative after an increment of the analytical small variable value; a physical-value calculating procedure of performing a multiplication of the second derivative calculated at the second-derivative calculating procedure by a square value of the analytical small variable value, a multiplication of the first derivative calculated at the first-derivative calculating procedure by the analytical small variable value, and an addition of values obtained by the multiplications and a physical value of the second-order differential equation at the reference variable value, and outputting a value obtained by the addition as a physical value after an increment of the analytical small variable value; and an operation control procedure of repeating a control of setting a variable value obtained by adding the analytical small variable value to the reference variable value as a new reference variable value and causing the second-derivative calculating procedure, the first-derivative calculating procedure, and the physical-value calculating procedure to calculate the second derivative, the first derivative, and the physical value, using the new reference variable value, respectively.
  • Moreover, in the numerical analysis program according to the present invention, the analytical small variable value and the reference variable value are an analytical small time and reference time, respectively, and the first derivative and the second derivative are a first-order time derivative and a second-order time derivative, respectively.
  • Furthermore, in the numerical analysis program according to the present invention, the setting procedure includes setting a termination condition of the numerical analysis, and when the termination condition of the numerical analysis is satisfied, the operation control procedure includes performing a control of terminating the numerical analysis.
  • Moreover, the numerical analysis program according to the present invention further causes the computer to execute an output processing procedure of outputting the physical value of each reference variable value calculated at the physical-value calculating procedure, in association with the increment of the analytical small variable value.
  • Furthermore, in the numerical analysis program according to the present invention, the output processing procedure includes generating a graph of the physical value for each reference variable value calculated at the physical-value calculating procedure corresponding to the increment of the analytical small variable value.
  • Moreover, in the numerical analysis program according to the present invention, the second-order differential equation includes a variable value term.
  • Furthermore, in the numerical analysis program according to the present invention, the second-order differential equation includes a time term.
  • Moreover, in the numerical analysis program according to the present invention, the second-order differential equation is a simultaneous equation with multiple unknowns.
  • Furthermore, in the numerical analysis program according to the present invention, the numerical analysis is performed using a spreadsheet program.
  • EFFECT OF THE INVENTION
  • By using a numerical analysis device or a numerical analysis program according to the present invention, the effect is obtained that a numerical analysis process can simply be performed within a short time period without causing a large error in the analysis result, because a setting unit sets parameters, including initial conditions for a second-order differential equation, and analytical small variable value of the numerical analysis, a second-derivative calculation unit calculates a second derivative of a second-order differential equation at a reference variable value that is the variable value at the start of the analysis, a first-derivative calculation unit multiplies the second derivative calculated by the second-derivative calculation unit by the analytical small variable value, adds the first derivative of the second-order differential equation at the reference variable value to this multiplied value, and equates this added value to the first derivative after increment of the analytical small variable value, a physical-value calculation unit multiplies the first derivative calculated by the first-derivative calculation unit by the analytical small variable value, adds the physical value of the second-order differential equation at the reference variable value to this multiplied value, and equates this added value to the physical value after increment of the analytical small variable value, an operation control unit repeats control to set the variable value that is addition of the reference variable value with the analytical small variable value to the new reference variable value, and to calculate the second derivative, the first derivative, and the physical value by the second-derivative calculation unit, the first-derivative calculation unit, and the physical-value calculation unit, by using the new reference variable value, respectively.
  • Also by using a numerical analysis device or a numerical analysis program according to the present invention, the effect is obtained that a numerical analysis process can simply be performed within a short time period without causing a large error in the analysis result, because a setting unit sets parameters, including initial conditions for a second-order differential equation, and analytical small variable value of a numerical analysis, a second-derivative calculation unit calculates a second derivative of a second-order differential equation at a reference variable value that is the variable value at the start of the analysis, a first-derivative calculation unit multiplies the second derivative calculated by the second-derivative calculation unit by the analytical small variable value, adds the first derivative of the second-order differential equation at the reference variable value to this multiplied value, and equates this added value to the first derivative after increment of the analytical small variable value, a physical-value calculation unit multiplies the second derivative calculated by the second-derivative calculation unit by the square value of the analytical small variable value, multiplies the first derivative calculated by the first-derivative calculation unit by the analytical small variable value, adds the physical value of the second-order differential equation at the reference variable value to these multiplied values, and equates this added value to the physical value after increment of the analytical small variable value, the operation control unit repeats control to set the variable value that is addition of the reference variable value with the analytical small variable value to the new reference variable value, and to calculate the second derivative, the first derivative and the physical value by the second-derivative calculation unit, the first-derivative calculation unit, and the physical-value calculation unit, by using the new reference variable value, respectively.
  • BRIEF DESCRIPTION OF DRAWINGS
  • FIG. 1 is a block diagram of an outline of configuration of a dynamic analysis device that is a numerical analysis device according to the first embodiment of the present invention.
  • FIG. 2 is a flow chart of a dynamic analysis procedure by the dynamic analysis device shown in FIG. 1.
  • FIG. 3 is a diagram of the concept of the dynamic analysis process according to the first embodiment of the present invention.
  • FIG. 4 is a diagram of the concept of the dynamic analysis process according to conventional Euler's method.
  • FIG. 5 is a diagram of the concept of the dynamic analysis process according to conventional modified Euler's method.
  • FIG. 6 is a schematic diagram illustrating the concept of configuration of a spring-mass system to which analysis equation is applied.
  • FIG. 7 is a diagram of a dynamic analysis result of the spring-mass system shown in FIG. 6.
  • FIG. 8 is a view of an example of a display screen of a spreadsheet program for dynamic analysis of the spring-mass system shown in FIG. 7.
  • FIG. 9 is a chart of an example of a dynamic analysis for the spring-mass system shown in FIG. 6 performed by a spreadsheet program.
  • FIG. 10 is a graph of the result shown in FIG. 9.
  • FIG. 11 is a chart of an example of a dynamic analysis result for the same spring-mass system by Euler's method.
  • FIG. 12 is a graph of the result shown in FIG. 11.
  • FIG. 13 is a graph of an example of a dynamic analysis result for the same spring-mass system by modified Euler's method.
  • FIG. 14 is a block diagram of an outline of configuration of a dynamic analysis device according to the second embodiment of the present invention.
  • FIG. 15 is a flow chart of a dynamic analysis procedure by the dynamic analysis device shown in FIG. 14.
  • FIG. 16 is a diagram of the concept of the dynamic analysis process according to the second embodiment of the present invention.
  • FIG. 17 is a schematic diagram of an outline of configuration of a spring-mass dashpot system to which dynamic analysis is applied.
  • FIG. 18 is a graph of a dynamic analysis result of the mass-dashpot system shown in FIG. 17.
  • FIG. 19 is a schematic diagram of an outline of configuration of a transporting machine to which dynamic analysis is applied, accompanied by a simple harmonic motion and a rotational motion.
  • FIG. 20 is a graph of a dynamic analysis result of the displacement of the transporting machine shown in FIG. 19.
  • FIG. 21 is a graph of a dynamic analysis result of the angular displacement of the transporting machine shown in FIG. 19.
  • FIG. 22 is a schematic diagram of an outline of configuration of multiple bodies of revolution, to which dynamic analysis is applied, connected by a power transmission such as a torsion axis, joint and gear.
  • FIG. 23 is a graph of a dynamic analysis result of the angular displacement of each body of revolution connected by a power transmission shown in FIG. 22.
  • FIG. 24 is a graph of a dynamic analysis result of the angular displacement of each body of revolution connected by a power transmission shown in FIG. 22.
  • FIG. 25 is a schematic diagram of an outline of configuration of a slider for a speed governor and a turbine, to which dynamic analysis is applied.
  • FIG. 26 is a graph of a dynamic analysis result of the displacement of the slider of the speed governor shown in FIG. 25.
  • FIG. 27 is a graph of dynamic analysis result of the angular displacement of the turbine shown in FIG. 25.
  • FIG. 28 is a schematic diagram of an outline of configuration of a cutting tool of a turning machine such as a lathe, to which dynamic analysis is applied.
  • FIG. 29 is a graph of dynamic analysis result of the displacement of a cutting tool of a turning machine such as a lathe shown in FIG. 28.
  • FIG. 30 is a schematic diagram of an outline of configuration of a reciprocating machine, to which dynamic analysis is applied, having a crank.
  • FIG. 31 is a graph of a dynamic analysis result of the reciprocating machine having a crank shown in FIG. 30.
  • FIG. 32 is a graph of a dynamic analysis result of the piston of the reciprocating machine having a crank shown in FIG. 30.
  • FIG. 33 is a schematic diagram of an outline of configuration of a brake disc to which dynamic analysis is applied.
  • FIG. 34 is a graph of dynamic analysis result of the brake disc shown in FIG. 33.
  • FIG. 35 is a schematic diagram of an outline of configuration of a manipulator-like device, to which dynamic analysis is applied, connected by a rigid body link.
  • FIG. 36 is a graph of dynamic analysis result of the manipulator-like device connected by a rigid body link shown in FIG. 35.
  • FIG. 37 is a graph of a dynamic analysis result of the manipulator-like device connected by a rigid body link shown in FIG. 35.
  • FIG. 38 is a schematic diagram of an outline of configuration of particles or celestial bodies, to which dynamic analysis is applied, that influence forces like gravity each other.
  • FIG. 39 is a graph of a dynamic analysis result of the displacement in x direction of the Earth shown in FIG. 38.
  • FIG. 40 is a diagram of a coordinate system and configuration relationship to analyze three-body problem of the Sun, the Earth and the Moon.
  • FIG. 41 is a graph of a dynamic analysis result of the orbit of the Moon in three-body problem placing the Earth in the center.
  • FIG. 42 is a graph of a dynamic analysis result of the orbit of the Moon by conventional Euler's method placing the Earth in the center.
  • FIG. 43 is a schematic diagram of an outline of configuration of a surge tank, to which dynamic analysis is applied, with a centrifugal pump.
  • FIG. 44 is a graph of a dynamic analysis result of the change of water level of the surge tank shown in FIG. 43.
  • FIG. 45 is a schematic diagram of an outline of configuration of an LCR circuit to which dynamic analysis is applied.
  • FIG. 46 is a graph of a dynamic analysis result of the change of electric charge in the LCR circuit shown in FIG. 45.
  • FIG. 47 is a system configuration schematic diagram of a configuration of a computer system that implements the dynamic analysis device.
  • FIG. 48 is a block diagram of a configuration of a main unit of the computer system shown in FIG. 47.
  • EXPLANATIONS OF LETTERS OR NUMERALS
      • 1 DYNAMIC ANALYSIS DEVICE
      • 10 INPUT UNIT
      • 11 OUTPUT UNIT
      • 12 OPERATION UNIT
      • 13 OUTPUT PROCESSING UNIT
      • 14 MEMORY UNIT
      • 20 OPERATION CONTROL MODULE
      • 21 INCLUSION MODULE
      • 22 SECOND-ORDER-DERIVATIVE CALCULATION MODULE
      • 23 FIRST-ORDER-DERIVATIVE CALCULATION MODULE
      • 24,24A PHYSICAL-VALUE CALCULATION MODULE
    BEST MODE(S) FOR CARRYING OUT THE INVENTION
  • Exemplary embodiments of a dynamic analysis device as an example of a numerical analysis device and a dynamic analysis program as an example of a numerical analysis program according to the present invention will be explained in detail.
  • First Embodiment
  • FIG. 1 is a block diagram of an outline of configuration of a dynamic analysis device that is an example of numerical analysis device according to the first embodiment of the present invention.
  • As shown in FIG. 1 dynamic analysis device 1 includes an input unit 10 that is implemented with a keyboard and a pointing device to input various information, an output unit 11 that is implemented with an LCD display, a printer and the like to output processing result, a memory unit 14 that is used to store programs and data as well as to store calculation results temporarily, and a control unit C that controls performing a dynamic analysis process.
  • The control unit C includes an operation unit 12 and an output processing unit 13, the operation unit 12 performs a dynamic analysis processing, and the output processing unit 13 performs a process to output the result of dynamic analysis to the output unit 11. The operation unit 12 includes an operation control module 20, an inclusion module 21, a second-order-derivative calculation module 22, a first-order-derivative calculation module 23, and a physical-value calculation module 24.
  • Referring the flowchart shown in FIG. 2, the procedure of control process of the control unit C is explained. Firstly, in FIGS. 1 and 2, analysis information is input by the inclusion module 21 by using the input unit 10 and the output unit 11 (step S101). The analysis information includes an analysis equation α(t)=f(x(t),v(t)), an analytical small time increment Δt, further, parameters, initial conditions and termination conditions and the like. The analysis equation here is an ordinary second-order differential equation and the α(t) is a second-order time derivative such as acceleration, x(t) is a physical value such as position, and v(t) is a first-order time derivative such as velocity.
  • The second-order-derivative calculation module 22 calculates an acceleration α(t) at the time of reference t using initial conditions (step S102). Then the first-order-derivative calculation module 23 multiplies the calculated acceleration α(t) by the analytical small time increment Δt, adds the velocity at the reference time to this multiplied value and equates this added value to the velocity v(t+Δt) after elapse of the analytical small time increment Δt (step S103). Namely, v(t+Δt)=v(t)+α(t)·Δt is calculated.
  • Then the physical-value calculation module 24 multiplies the calculated velocity v(t+Δt) by the analytical small time increment Δt, adds the displacement x(t) at the reference time t to this added value, and equates this added value to the displacement x(t+Δt) after elapse of the analytical small time increment Δt. Namely, x(t+Δt)=x(t)+v(t+Δt)·Δt is calculated.
  • The operation unit 12 stores the calculated value at step S102 to S104 into the memory unit 14 and also performs an output processing to enable output from the output unit 11 via the output processing unit 13 (step S105). Further the operation unit 12 decides whether t exceeds a specified value (step S106). Here the specified value is time elapsed from the reference time t. This elapsed time can be given as Δt×n, where n is the number of repetition thereafter. If t does not exceed the specified value (step S106, No), value (t+Δt) that is the addition of the reference time t with the analytical small time increment Δt is set as a new reference time, the step moves to step S102 (step S107), and processes from step S102 is repeated. If t exceeds the specified value (step S106, Yes), the process is terminated.
  • In other words, a displacement x(t+Δt) after lapse of the analytical small time increment Δt is calculated in this dynamic analysis process by the dynamic analysis device 1 as follows: firstly the acceleration α(t) that is an analysis equation at the reference time t is calculated by equation (1) using the displacement x(t) that is a physical value at the reference time t and the velocity v(t) that is a first-order time derivative at the reference time t. Then v(t+Δt) that is the velocity after elapse of the analytical small time increment Δt is calculated by equation (2), further x(t+Δt) that is the displacement after elapse of the analytical small time increment Δt is calculated by equation (3).

  • α(t)=f(x(t),v(t))  (1)

  • v(t+Δt)=v(t)=+α(t)·Δt  (2)

  • x(t+Δt)=x(t)+v(t+Δt)·Δt  (3)
  • Some conventional dynamic analysis devices utilize Euler's method where displacements are calculated by equation (4) below where v(t) is used instead of v(t+Δt) in the equation (3). Namely, displacements are calculated by

  • x(t+Δt)=x(t)+v(t)·Δt  (4)
  • However, there are some cases with Euler's method where divergence occurs when a dynamic analysis is performed on a simple harmonic motion and the like. Then modified Euler's method was contrived that uses equation (5) below instead of equation (3).

  • x(t+Δt)=x(t)+(1/2·(v(t)+v(t+Δt)))·Δt  (5)
  • In modified Euler's method the dynamic analysis is performed replacing v(t+Δt) with (1/2·(v(t)+v(t+Δt)) that is the average velocity between the reference time t and (t+Δt) which is the time after elapse of the analytical small time increment Δt from the reference time t. By modified Euler's method degree of divergence can be reduced but it may still result in a dynamic analysis with divergence and low accuracy. Therefore, when a dynamic analysis by Euler's method or modified Euler's method is applied it has been inevitable to make the analytical small time increment Δt extremely small and to consume a lot of time to obtain necessary accuracy. In contrast to this, by the dynamic analysis process where equations (1) to (3) are repeated, a result of high accuracy can be obtained even if the analytical small time increment Δt is very small.
  • FIGS. 3 to 5 are diagrams of the concepts of dynamic analysis processes according to the present invention, conventional Euler's method, and modified Euler's method respectively. FIG. 3 is a diagram of the concept of a dynamic analysis process according to the first embodiment of the present invention, FIG. 4 is a diagram of the concept of the dynamic analysis process according to conventional Euler's method, and FIG. 5 is a diagram of the concept of the dynamic analysis process according to modified Euler's method. Referring FIGS. 3 to 5, in the dynamic analysis process according to the present invention, acceleration is obtained from the displacement and the velocity at time t, velocity at time (t+Δt) that is time after elapse of the analytical small time increment Δt is obtained from the velocity and the acceleration at time t as shown in FIG. 3. Then displacement at time (t+Δt) is obtained from the velocity at time (t+Δt) and the displacement at time t, and it is specifically characterized in that displacement at time (t+Δt) is obtained by using the velocity at time (t+Δt). On the other hand, in Euler's method displacement at time (t+Δt) is obtained by using the velocity at time t and the displacement at time t as shown in FIG. 4. Further in conventional modified Euler's method displacement at time (t+Δt) is obtained by using velocity (1/2·(v(t)+v(t+Δt))), which is the average velocity at time t and time (t+Δt) as shown in FIG. 5.
  • A result of processing an analysis equation for a concrete simple harmonic motion is now explained. FIG. 6 is a schematic diagram of a conceptual structure of a spring-mass system to which an analysis equation is applied. A simple harmonic motion appears in the spring-mass system shown in FIG. 6. An equation of motion for the spring-mass system shown in FIG. 6 is given as equation (6) below.

  • m·α(t)=−k·x(t)  (6)
  • In this spring-mass system a spring constant k=4π2(N/m), mass m=1.0 (kg), initial displacement x(0)=2.0 (m), and initial velocity v(0)=0.00 (m) are assumed.
  • An analysis equation for this equation of motion is given as equation (7) below.

  • α(t)=−k/m·x(t)  (7)
  • After the parameters are assigned the analysis equation becomes equation (8) below.

  • α(t)=−4π2 ·x(t)  (8)
  • The algebraic solution of this spring-mass system is expressed in equation (9) below,

  • x(t)=cos(2π·t)  (9)
  • where the analytical small time increment Δt=0.01(s) is applied.
  • FIG. 7 is a diagram of a dynamic analysis result of the spring-mass system shown in FIG. 6. This dynamic analysis is performed with the analytical small time increment Δt=0.01(s). As shown in FIG. 7, divergence occurs in Euler's method as well as in modified Euler's method with time lapse, while a result near the algebraic solution without divergence is obtained from the dynamic analytical process according to the present invention. Therefore, according to the first embodiment of the present invention can perform a dynamic analysis of high accuracy in a short period of time comparing with Euler's method or modified Euler's method. In other words, the dynamic analysis process according to the first embodiment of the present invention can perform a dynamic analysis of much higher accuracy than Euler's method or modified Euler's method in the same analysis time period.
  • The dynamic analysis process of the first embodiment is not a complicate program and therefore it can easily be implemented by software using a spreadsheet program. FIG. 8 is a view of an example of display screen of a spreadsheet program for a dynamic analysis of the spring-mass system shown in FIG. 7. In FIG. 8 initial time t=0.00 is firstly set in cell C11 of the time column and then the analytical small time increment Δt=0.01 is added to C21 to Cn1. The initial displacement x(0)=2.00 is set in cell C12 of the displacement column of the beginning of the interval that represents reference time point t, and the initial velocity v(0)=0.00 is set in cell C13 of the velocity column of the beginning of the interval. Acceleration is calculated using the displacement and the velocity given in cell C12 and C13 respectively and the result is shown in cell C14 of the acceleration column. The calculation result corresponding to equation (2) is shown in cell C15 of the velocity column of the end of the interval that represents after lapse of the analytical small time increment Δt from the reference time t, and the calculation result corresponding to equation (2) is shown in cell C16 of the velocity column of the end of the interval. The results indicated in cells C15 and C16 are copied into cells C22 and C23 of the next row for the time after lapse of the analytical small time increment Δt as the displacement and velocity at the beginning of the next interval respectively. Further, acceleration is calculated using the displacement and velocity indicated in C22 and C23, the result of the calculation is shown in cell C24, and then the velocity and displacement after next lapse of the analytical small time increment Δt are calculated using the displacement, velocity, and acceleration shown in cell C22, C23 and C24 respectively, and the results are shown in cells C25 and C26. In the same way hereafter, the process, in which the velocity and displacement at the end of the interval are utilized as the velocity and displacement at the beginning of the next interval after lapse of the analytical small time increment Δt and acceleration at this time point is calculated and displayed, and also the velocity and displacement at the end of the next interval after lapse of the analytical small time increment Δt are calculated and displayed, is repeated for repeat count that is set in the time row, namely number of the rows. These results can also be displayed in a graph by graphing process. The graphing process is carried out by the output processing unit 13.
  • FIG. 9 is a chart of an example that a dynamic analysis for the spring-mass system shown in FIG. 6 is performed by a spreadsheet program. Here an initial displacement x(0)=1.000 (m) is assumed. FIG. 10 is a graph of the result shown in FIG. 9, where the horizontal axis indicates time and the vertical axis indicates displacement. As shown in FIG. 10, the algebraic solution and the result of a numerical analysis (dynamic analysis) are nearly in coincidence and the error is ±0.042 m. FIG. 10 shows the result of a dynamic analysis for up to 10(s), but even for 100(s) the error of the dynamic analysis is only ±0.134 m.
  • FIG. 11 is a chart of an example that a dynamic analysis for the same spring-mass system is performed by Euler's method, FIG. 12 is a graph of the result shown in FIG. 11, and FIG. 13 is a graph of an example that a dynamic analysis for the same spring-mass system is performed by modified Euler's method. As shown in FIGS. 11 and 12, when a dynamic analysis is performed by Euler's method using the same analytical small time increment, the error between the dynamic analysis and the algebraic solution increases with time and diverges. In this case, the error increases up to ±6 m in 10(s). When modified Euler's method is employed, as shown in FIG. 13, the error between the dynamic analysis and the algebraic solution also increases with time and diverges. In this case, the error is smaller than that by Euler's method, but still reaches about ±2 m in 10(s).
  • Second Embodiment
  • Now the second embodiment is explained. In the first embodiment, using the present first-order time derivative like velocity and the present second derivative like acceleration, the first-order time derivative at the next time point is calculated, and then using the first-order time derivative at the next time point and the present physical value like displacement the next physical value at the next time point is obtained, in this second embodiment, however, the physical value at the next time point is obtained at once using the present first-order time derivative, the present second-order time derivative, and the present physical value. In this regard, the first-order time derivative at the next time point that is used to calculate the second-order time derivative at the next time point shall already be calculated at present time point.
  • FIG. 14 is a block diagram of an outline of configuration of a dynamic analysis device according to the second embodiment of the present invention. As shown in FIG. 14, the dynamic analysis device includes a physical-value calculation module 24 a instead of the physical-value calculation module 24. Otherwise, the configuration is the same as in the first embodiment, and therefore the same reference numerals are applied to the same components in the configuration.
  • The second-order-derivative calculation module 22 calculates acceleration α(t) using velocity v(t) that was calculated by the first-order-derivative calculation module 23 and displacement x(t) at the reference time t that was calculated by the physical-value calculation module 24, and then the physical-value calculation module 24 a calculates directly displacement x(t+Δt) after lapse of the analytical small time increment Δt using the acceleration α(t), the velocity v(t), and the displacement x(t) at the reference time t. It means that the displacement x(t+Δt) can be directly obtained from equation (10) below that is derived by combining equation (2) with equation (3).

  • x(t+Δt)=x(t)+v(t)·Δt+α(t)·Δt 2  (10)
  • FIG. 15 is a flow chart of a dynamic analysis procedure by the dynamic analysis device shown in FIG. 14. In the dynamic analysis procedure shown in FIG. 15 process step S204 is applied instead of process step S104 in the first embodiment. Otherwise steps S201 to S203 are same as S101 to S103, and S205 to S207 are same as S105 to S107, respectively.
  • Namely at step S204 the acceleration α(t) calculated at step S204 is multiplied by square value of the analytical small time increment Δt, the velocity v(t) at the reference time t is multiplied by the analytical small time increment Δt, each multiplied value is added to the displacement x(t) at the reference time t, and this added value is equated to the displacement x(t+Δt) after lapse of the analytical small time increment Δt. The reason why v(t) at the reference time is calculated at step S203 is that, different from the first embodiment, the v(t) necessary for calculation of the displacement at the next time point has not yet been calculated.
  • Thus in the second embodiment, different from the first embodiment, the velocity v(t+Δt) after lapse of the analytical small time increment Δt can be calculated at once using the present velocity, acceleration, and displacement.
  • The concept of dynamic analysis process in the second embodiment according to the present invention is shown in FIG. 16. FIG. 16 is a diagram of the concept of the dynamic analysis process according to the second embodiment of the present invention. Referring to FIG. 16, in the dynamic analysis process in the second embodiment according to the present invention, acceleration is calculated from the displacement and the velocity at time t, and using the velocity and the acceleration at time t displacement at time (t+Δt) after lapse of the analytical small time increment Δt is calculated.
  • In the first and the second embodiment analysis equation α(t)=f(x(t), v(t)) is applied for explanation, but it can also be α(t)=f(x(t)) without velocity term v(t). Also, analysis equation a (t) may include time term. Namely α(t) can be α(t)=f(x(t), v(t), t) or α(t)=f(x(t), t). Further, depending on the object of analysis, a plurality of analysis equations can be simultaneous equations. In other words, the analysis equations can be equations with multiple unknowns. By generalization these equations can be expressed as simultaneous differential equations below, αi(t)=f(x1(t), . . . , xn(t), v1(t), . . . , vn(t), t) where i=1 to n.
  • In the first and the second embodiments the dynamic analysis device is used as an example of the numerical analysis device for explanation, however, it can be applied not only to the dynamic analysis where time is a variable but also can be applied to a general numerical analysis. Namely the numerical analysis can be performed where the variable is not time t but temperature T or distance L. For example, a numerical analysis with temperature change can be performed when temperature T and analytical small temperature increment ΔT are applied instead of time t and analytical small time increment Δt.
  • Following are explained as examples of the first and the second embodiment: a dynamic analysis process of a spring-mass dashpot system, a dynamic analysis process of a transporting machine, a dynamic analysis process of a plurality of bodies of revolution connected by power transmission and the like, a dynamic analysis process of a speed governor, a dynamic analysis process of a cutting tool of a turning machine and the like, a dynamic analysis process of a reciprocating machine having a crank, a dynamic analysis process of a brake utilizing friction, a dynamic analysis process of a manipulator-like device connected with a rigid body link, a dynamic analysis process of particles or celestial bodies influencing force like gravity each other, a dynamic analysis process of a three-body problem of the Sun, the Earth and the Moon, a dynamic analysis process of surging characteristics of a system having a centrifugal pump, and a dynamic analysis process of current or electric charge generated in an electric or electronic circuit having inductance, capacitance, and resistance.
  • (First Application)
  • FIG. 17 is a schematic diagram of an outline of configuration of a spring-mass dashpot system to which dynamic analysis is applied. The equation of motion specific for the spring-mass dashpot system is given as an equation (11) below.

  • mα+cv+kx=f·sin((2π/Tt)  (11)
  • where,
    m: mass of the mass point (1500.00),
    c: viscous damping coefficient of the dashpot (4242.64),
    k: spring coefficient (12000),
    f: amplitude of the external force (1000.0),
    T: period of the external force (1.00),
    t: reference time,
    x: displacement of the mass point,
    v: velocity of the mass point,
    α: acceleration of the mass point,
    t0: beginning time of analysis,
    x0: initial displacement of the mass point (0.10),
    v0: initial velocity of the mass point (1.00),
    α0: initial acceleration of the mass point, and these are shown in the International System of Units.
  • In this case, the analysis equation is derived from the equation (11) and given as an equation (12) below.

  • α(t)=(l/m)·(f·sin((2π/Tt)−cv(t)−kx(t))  (12)
  • α(t0) is calculated by assigning parameters, t=t0, x(t0)=x0, and v(t0)=v0 to the α(t) given by the equation (12), and v(t+Δt) and x(t+Δt) after lapse of the analytical small time increment Δt(=0.01(s)) are calculated by the equations (2) and (3). Acceleration α(t+Δt) after lapse of the analytical small time increment Δt using v(t+Δt) and x(t+Δt), and the process is repeated specified number of times.
  • FIG. 18 a graph of a dynamic analysis result of the mass dashpot system shown in FIG. 17, and the horizontal axis indicates time and the vertical axis indicates displacement. From this dynamic analysis result, as shown in FIG. 18, almost the same dynamic characteristic has been obtained as the output result of the dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including a feedback processing.
  • (Second Application)
  • FIG. 19 is a schematic diagram of an outline of configuration of a transporting machine, to which the dynamic analysis is applied, accompanied by a simple harmonic motion and rotational motion. The equations of motion specific for this transporting machine are given as equations (13) and (14) below.

  • mα+k 1(x+L 1θ)+k 2(x−L 2θ)=0  (13)

  • J(d 2 θ/dt 2)+L 1 k 1(x+L 1θ)−L 2 k 2(x−L 2θ)  (14)
  • where,
    m: mass of the transporting machine (1500.00),
    J: moment of inertia of the transporting machine (3125),
    k1: first spring constant (3000),
    k2: second spring constant (3000),
    L1: first distance from the center of gravity (2.00),
    L2: second distance from the center of gravity (2.00),
    x: displacement of the transporting machine (initial value x0=0.10),
    v: velocity of the transporting machine (initial value v0=0.00),
    α: acceleration of the transporting machine,
    θ: angular displacement of the transporting machine (initial value θ0=0.26),
    ω: angular velocity of the transporting machine (initial value ω0=0.00),
    d2θ/dt2: angular acceleration of the transporting machine, and these are shown in the International System of Units.
  • In this case, analysis equations are derived from the equations (13) and (14), and are given as equations (15) and (16) below.

  • α(t)=−(k 1 /m)(x(t)+L 1θ(t))−(k 2 /m)(x(t)−L 2θ(t))  (15)

  • (d 2 θ/dt 2)=−(L 1 k 1 /J)(x(t)+L 1θ(t))+(L 2 k 2 /J)(x(t)−L 2θ(t))  (16)
  • Then α(t0) and d2θ/dt2(t0) are calculated by assigning parameters, initial displacement v(t0)=0.00 and initial angular displacement θ0(t0)=0.25 to the equations (15) and (16) respectively, further x(t+Δt) and θ(t+Δt) after lapse of the analytical small time increment Δt(=0.01(s)) are calculated by equation (10). Acceleration α(t+Δt) and (d2θ(t+Δt)/dt2) after the next lapse of the analytical small time increment Δt are calculated using x(t+Δt) and θ(t+Δt), and the process is repeated specified number of times. When the equations (2) and (3) are utilized as in the first embodiment, velocity of the transporting machine v(t+Δt) and angular velocity of the transporting machine ω(t+Δt) are calculated by the equation (3). In this case initial velocity of the transporting machine v(t0)=0.00 and angular velocity of the transporting machine is ω(t0)=0.00 are assumed.
  • FIG. 20 is a graph of a dynamic analysis result of displacement of the transporting machine shown in FIG. 19, and FIG. 21 is a graph of a dynamic analysis result of angular displacement of the transporting machine shown in FIG. 19. From each dynamic analysis result, as shown in FIGS. 20 and 21, almost the same dynamic characteristics have been obtained as the output results of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • (Third Application)
  • FIG. 22 is a schematic diagram of an outline of configuration of multiple bodies of revolution to which dynamic analysis is applied, connected by a power transmission such as a torsion axis, joint, and gear. The equations of motion for the object of analysis are given as equations (17) and (18) below.

  • I 1(d 2θ1 /dt 2)+k 121−θ2)=0  (17)

  • I 2(d 2θ2 /dt 2)+k 122−θ1)=0  (18)
  • where
    I1: moment of inertia of the first body of revolution (9500),
    I2: moment of inertia of the second body of revolution (53900),
    k12: torsion spring constant (98980000),
    θ1: angular displacement of the first body of revolution (initial value=0.000),
    θ2: angular displacement of the second body of revolution (initial value=0.026),
    ω1: angular velocity of the first body of revolution (initial value=0.000),
    ω2: angular velocity of the second body of revolution (initial value=0.000),
    and these are shown in the International System of Units.
  • In this case, analysis equations are derived from the equations (17) and (18), and are given as equations (19) and (20) below.

  • (d 2θ1 /dt 2)=−(k 12 /I 1)·(θ1−θ2)  (19)

  • (d 2θ2 /dt 2)=−(k 12 /I 2)·(θ2−θ1)  (20)
  • (d2θ1/dt2) and (d2θ2/dt2) are respectively calculated assigning parameters, initial angular displacement θ10=0.000, initial angular displacement θ20=0.026 to the equations (19) and (20), then θ1(t+Δt) and θ2(t+Δt) after lapse of the analytical small time increment Δt(=0.01(s)) are calculated by the equation (10). (d2θ1(t+Δt)/dt2) and (d2θ2(t+Δt)/dt2) after lapse of the next analytical small time increment Δt are calculated using θ1(t+Δt) and θ2(t+Δt), and the process is repeated specified number of times. When the equations (2) and (3) are utilized as in the first embodiment, angular velocity ω1(t+Δt) and ω2(t+Δt) are respectively calculated by the equation (3). Here initial angular velocity ω1(t+Δt)=0.000 and ω2(t+Δt)=0.000 are assumed.
  • FIG. 23 and FIG. 24 are graphs of dynamic analysis results of the angular displacement of each body of revolution connected by a power transmission shown in FIG. 22. From each dynamic analysis result, as shown in FIGS. 23 and 24, almost the same dynamic characteristics have been obtained as the output results of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • (Fourth Application)
  • FIG. 25 is a schematic diagram of an outline of configuration of a slider for a speed governor and a turbine, to which dynamic analysis is applied. The equations of motion specific for this speed governor are given as equations (21) and (22) below.

  • m gvαgv +c gv v gv +k gv x gv =A gvωgv  (21)

  • J gv(d 2φgv /dt 2)=−B gv x gv  (22)
  • where
    mgv: equivalent mass of the slider for the speed governor (10.00),
    cgv: viscous damping coefficient of the speed governor (50.66),
    kgv: spring constant of the speed governor (1579.14),
    Agv: upward force working on the slider for the speed governor by every 1 rad/s increment of rotation of the turbine (10.00),
    Jgv: equivalent moment of inertia of the turbine (2.50),
    Bgv: increase of torque by every unit length descent of the slider for the speed governor (1000.00),
    xgv: displacement of the slider for the speed governor (initial value=0.00),
    vgv: velocity of the slider for the speed governor (initial value=0.00),
    αgv: acceleration of the slider for the speed governor,
    φgv: angular displacement of the turbine (initial value=0.00),
    ωgv: angular velocity of the turbine (initial value=0.20), and these are shown in the International System of Units.
  • In this case, analysis equations are derived from the equations (21) and (22), and are given as equations (23) and (24) below.

  • αgv=(−c gv v gv −k gv x gv +A gvωgv)/m gv  (23)

  • (d 2φgv /dt 2)=−(B gv /J gvx gv  (24)
  • Acceleration αgv and angular acceleration (d2φgv/dt2) are calculated assigning parameters, initial displacement xgv(t0)=0.00, initial angular displacement φgv(t0)=0.00, initial velocity vgv(t0)=0.00, initial angular velocity ωgv(t0)=0.20 to the equations (23) and (24) respectively. Then velocity vgv(t+Δt) and ωgv(t+Δt) after lapse of the analytical small time increment Δt(=0.0005(s)) are calculated by the equation (2). Further displacement xgv(t+Δt) and angular displacement φgv(t+Δt) after lapse of the analytical small time increment Δt(=0.01(s)) are calculated by the equation (3) respectively. Acceleration αgv(t+Δt) and angular acceleration (d2φgv(t+Δt)/dt2) after lapse of the analytical small time increment Δt(=0.0005 (s)) are calculated using the obtained vgv(t+Δt), ωgv(t+Δt), xgv(t+Δt), and φgv(t+Δt), and the process above is repeated specified number of times.
  • FIG. 26 is a graph of a dynamic analysis result of the displacement of the slider for the speed governor shown in FIG. 25, and FIG. 27 is a graph of a dynamic analysis result of the angular displacement of the turbine shown in FIG. 25. From each dynamic analysis result, as shown in FIGS. 26 and 27, almost the same dynamic characteristics have been obtained as the output results of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • (Fifth Application)
  • FIG. 28 is a schematic diagram of an outline of configuration of a cutting tool of a turning machine such as a lathe, to which the dynamic analysis is applied. The equation of motion specific for the cutting tool is given as an equation (25) below.

  • m bαb +c b v b +k b x b=μ(V−v b)P b  (25)
  • where,
    mb: mass of the cutting tool (10.00),
    cb: viscous damping coefficient (20.00),
    kb: spring constant (1000.00),
    V: cutting speed (2.00),
    Pb: radial force (100.00),
    xb: displacement of the cutting tool (initial value=0.00),
    vb: velocity of the cutting tool (initial value=1.00),
    αb: acceleration of the cutting tool,

  • μ(V−v b): 0.0075(V−v b)2−0.055(V−v b)+0.400,
  • and these are shown in the International System of Units.
  • In this case, analysis equation is derived from the equation (25) and is given as an equation (26) below.

  • αb=(−c b v b −k b x b+μ(V−v b)P b)/m b  (26)
  • Acceleration αb is calculated assigning parameters, initial displacement xb(t0)=0.00, initial velocity vb(t0)=1.00 to the equation (26). Then velocity vb(t+Δt) after lapse of the analytical small time increment Δt(=0.02(s)) is calculated by the equation (2). Further displacement xb(t+Δt) after lapse of the analytical small time increment Δt(=0.02(s)) is calculated by the equation (3). Acceleration αb(t+Δt) after lapse of the analytical small time increment Δt(=0.02(s)) is calculated using these obtained vb(t+Δt) and xb(t+Δt), and the process is repeated specified number of times.
  • FIG. 29 is a graph of a dynamic analysis result of the displacement of the cutting tool of the turning machine such as a lathe shown in FIG. 28. From this dynamic analysis result, as shown in FIG. 29, almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • (Sixth Application)
  • FIG. 30 is a schematic diagram of an outline of configuration of a reciprocating machine, to which the dynamic analysis is applied, with a crank. The equation of motion specific for the reciprocating machine with a crank is given as the equation (27) below.

  • (I cr +m pi R cr 2(sin θcr+(ε/2)sin 2θcr)2)(d 2θcr /dt 2)=−m pi R cr 2(sin θcr+(ε/2)sin 2θcr)(cos θcr+εcos 2θcr)( cr /dt)2−(Tr cr +P pi R cr(sin θcr+(ε/2)sin 2θcr))  (27)
  • where,
    mpi: reciprocating mass (15.00),
    Icr: moment of inertia of total rotating mass around the crankshaft (7.73),
    Rcr: arm length of the crankshaft (0.13),
  • ε: Rcr/Lcon,
  • Lcon: length of the connection (0.25),
    Ppi: external force (0.00),
    Trcr: resistive torque (1.00)
    θcr: angular displacement of the crank (initial value=0.26),
    cr/dt: angular velocity of the crank (initial value=12.57),
    and these are shown in the International System of Units.
  • In this case the analysis equation is derived from the equation (27) and is given as equation (28) below.

  • (d 2θcr /dt 2)=−{m pi R cr 2(sin θcr+(ε/2)sin 2θcr)(cos θcr+εcos 2θcr)( cr /dt)2}/(I cr +m pi R cr 2(sin θcr+(ε/2)sin 2θcr)2)−{(Tr cr +P pi R cr(sin θcr+(ε/2)sin 2θcr))}(I cr +m pi R cr 2(sin θcr+(ε/2)sin 2θcr)2)  (28)
  • Angular acceleration (d2θcr/dt2) is calculated assigning parameters, initial angular displacement θcr(t0)=0.26, and initial angular velocity (dθcr/dt(t0))=12.57 to the equation (28). Then angular velocity (dθcr(t+Δt)/dt) after lapse of the analytical small time increment Δt(=0.001(s)) is calculated by the equation (2). Further angular displacement θcr(t+Δt) after lapse of the analytical small time increment Δt(=0.001(s)) is calculated by the equation (3). Angular acceleration (d2θcr(t+Δt)/dt2) after lapse of the analytical small time increment Δt(=0.001(s)) is calculated using these obtained (dθcr(t+Δt)/dt) and θcr(t+Δt), and the process is repeated specified number of times.
  • FIG. 31 is a graph of a dynamic analysis result of the reciprocating machine with a crank shown in FIG. 30. From this dynamic analysis result, as shown in FIG. 31, almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • The displacement of the piston can structurally be obtained from the crank angle and other parameters as shown in an equation (29) below.

  • x pi=(R cr +L con)−(R cr cos θcr +L con(1−ε2 sin2θcr)1/2)  (29)
  • where,
    xpi: displacement of the piston,
    Rcr: arm length of the crankshaft (0.13),
  • ε: Rcr/Lcon,
  • Lcon: length of the connection (0.25),
    θcr: angular displacement of the crank,
    and these are shown in the International System of Units. FIG. 32 is a graph of a dynamic analysis result of the piston of the reciprocating machine with the crank obtained from the equation (29). From this dynamic analysis result, as shown in FIG. 32, almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • (Seventh Application)
  • FIG. 33 is a schematic diagram of an outline of configuration of a brake disc to which the dynamic analysis is applied. The equation of motion specific for the brake disc is given as an equation (30) below.

  • J B(d 2θB /dt 2)=−u B f B  (30)
  • where,
    JB: moment of inertia of the brake disc (3.00),
    fB: press force (500.00),
    uB: friction coefficient (0.30),
    θB: angular displacement of the brake disc (initial value=0.00),
    B(t)/dt: angular velocity of the brake disc (initial value=139.63),
    and these are shown in the International System of Units.
  • In this case, the analysis equation is derived from the equation (30) and is given as an equation (31) below.

  • (d 2θB /dt 2)=−u B f B /J B  (31)
  • Angular acceleration (d2θB/dt2(t0)) is calculated assigning parameters, initial angular displacement θB(t0)=0.00, and initial angular velocity (dθB/dt(t0))=139.63 to the equation (30). Then angular velocity (dθB(t+Δt)/dt) after lapse of the analytical small time increment Δt(=0.01(s)) is calculated by the equation (2). Further angular displacement. θB(t+Δt) after lapse of the analytical small time increment Δt(=0.01(s)) is calculated by the equation (3). Angular acceleration (d2θB(t+Δt)/dt2) after lapse of the analytical small time increment Δt(=0.01(s)) is calculated using these obtained (dθB(t+Δt)/dt) and θB(t+Δt), and the process is repeated specified number of times.
  • FIG. 34 is a graph of a dynamic analysis result of the brake disc shown in FIG. 33. From this dynamic analysis result, as shown in FIG. 34, almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • (Eighth Application)
  • FIG. 35 is a schematic diagram of an outline of configuration of a manipulator-like device, to which the dynamic analysis is applied, connected by a rigid body link. The equations of motion specific for the manipulator-like device connected by a rigid body link are given as equations (32) and (33) below.

  • (4/3)(d 2θlink1 /dt 2)+(1/2)(d 2θlink2 /dt 2)cos(θlink1−θlink2)−(1/2)( link2 /dt)2 sin(θlink2−θlink1)+(3/2)(g/L link)sin θlink1=0  (32)

  • (1/3)(d 2θlink2 /dt 2)+(1/2)(d 2θlink1 /dt 2)cos(θlink2−θlink1)+(1/2)( link1 /dt)2 sin(θlink2−θlink1)+(1/2)(g/L link)sin θlink2=0  (33)
  • where,
    Llink: length of link 1 and link 2 (5.000),
    g: acceleration of gravity (9.807),
    θlink1: angular displacement of link 1 (initial value=0.087),
    link1/dt: angular velocity of link 1 (initial value=0.000),
    θlink2: angular displacement of link 2 (initial value=−0.087),
    link2/dt:angular velocity of link 2 (initial value=0.000), and these are shown in the International System of Units.
  • In this case, analysis equations are derived from the equations (32) and (33) and are given as equations (34) and (35) below.

  • (d 2θlink1 /dt 2)=(1/(4/3−(3/4)cos2link2−θlink1)))·{(3/4)( link1 /dt)2 cos(θlink2−θlink1)sin(θlink2−θlink1)+(1/2)( link2 /dt)2 sin(θlink2−θlink1)+(3g/4L link)(sin θlink2 cos(θlink2−θlink1)−2 sin θlink1)}  (34)

  • (d 2θlink2 /dt 2)=(1/(1/3−(3/16)cos2link2−θlink1)))·{−(1/2)( link1 /dt)2 sin(θlink2−θlink1)−(3/16)( link2 /dt)2 cos(θlink2−Θlink1)sin(θlink2−θlink1)+(9g/16L link)(sin θlink1 cos(θlink2−θlink1)−(8/9)sin θlink2)}  (35)
  • Angular acceleration (d2θlink1/dt2(t0)) and (d2θlink2/dt2(t0)) are calculated assigning parameters, initial angular displacement θlink1(t0)=0.087, initial angular displacement θlink2(t0)=−0.087, initial angular velocity (dθlink1/dt(t0))=0.000, and initial angular velocity (dθlink2/dt(t0))=0.000 to the equations (34) and (35). Then angular velocity (dθlink1(t+Δt)/dt) and (dθlink2(t+Δt)/dt) after lapse of the analytical small time increment Δt(=0.01(s)) are calculated by the equation (2). Further angular displacement θlink1(t+Δt) and θlink2(t+Δt) after lapse of the analytical small time increment Δt(=0.01(s)) are calculated by the equation (3). Angular acceleration (d2θlink1(t+Δt)/dt2) and (d2θlink2 (t+Δt)/dt2) after lapse of the analytical small time increment Δt(=0.01(s)) are calculated using these obtained (dθlink1(t+Δt)/dt), (dθlink2(t+Δt)/dt), θlink1(t+Δt), and θlink2(t+Δt), and the process is repeated specified number of times.
  • FIGS. 36 and 37 are graphs of dynamic analysis results of the manipulator-like device connected by rigid body link shown in FIG. 35. From each dynamic analysis results, as shown in FIGS. 36 and 37, almost the same dynamic characteristics have been obtained as the output results of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • In the equations (32) and (33), when angular displacements θlink1 and θlink2 are small, the equations (34) and (35) can be approximated equations (36) and (37) as below.

  • (d 2θlink1(t)/dt 2)≈(12g/7L link)((3/4)θlink2−(3/2)θlink1)  (36)

  • (d 2θlink2(t)/dt 2)≈(48g/7L link)((9/16)θlink1−(1/2)θlink2)  (37)
  • These equations can give almost same results as those shown in FIGS. 36 and 37. In this case, the similar process to that in the second embodiment can be applied.
  • (Ninth Application)
  • FIG. 38 is a schematic diagram of an outline of configuration of particles or celestial bodies, to which the dynamic analysis is applied, influencing force like gravity each other. The equations of motion specific for these particles or celestial bodies influencing force like gravity each other are given as equations (38) to (41) below.

  • m 1gαx1 =G(m 1g m 2g /r 2)cos θ  (38)

  • m 1gαy1 =G(m 1g m 2g /r 2)sin θ  (39)

  • m 2gαx2 =−G(m 1g m 2g /r 2)cos θ  (40)

  • m 2gαy2 =−G(m 1g m 2g /r 2)sin θ  (41)
  • where,
    m1g: mass of the Earth (5.97×1024),
    m2g: mass of the Moon (7.35×1022),
    G: gravitational constant (6.67×10−11),
    αx1: acceleration of the Earth in x direction,
    αy1: acceleration of the Earth in y direction,
    αx2: acceleration of the Moon in x direction,
    αy2: acceleration of the Moon in y direction,
    r: distance between the Earth and the Moon,
    and these are shown in the International System of Units.
  • The r, cos θ, and sin θ in equations (38) to (41) are defined in the equations (42) to (44) below.

  • r=√((x 1 −x 2)2+(y 1 −y 2)2)  (42)

  • cos θ=|x1 −x 2 |/r  (43)

  • sin θ=|y 1 −y 2 |/r  (44)
  • where,
    x1: displacement of the Earth in x direction (initial value=0 0.00×1000),
    x2: displacement of the Earth in y direction (initial value=0 0.00×1000),
    y1: displacement of the Moon in x direction (initial value=3.84×1008),
    y2: displacement of the Moon in y direction (initial value=0.00×1000),
    vx1: velocity of the Earth in x direction (initial value=0.00×1000),
    vy1: velocity of the Earth in y direction (initial value=0.00×1000),
    vy2: velocity of the Moon in x direction (initial value=3.84×1000), and
    vy2: velocity of the Moon in y direction (initial value=1.04×1003)
  • In this case, analysis equations are derived from the equations (38) to (41) and are given as equations (45) to (48) below.

  • αx1 =G(m 2g /r 2)cos θ  (45)

  • αy1 =G(m 2g /r 2)sin θ  (46)

  • αx2 =−G(m 1g /r 2)cos θ  (47)

  • αy2 =−G(m 1g /r 2)sin θ  (48)
  • Acceleration αx1, αy1, αx2, and αy2 are calculated assigning parameters, initial displacement of the Earth in x direction x1(t0)=0.00×1000, initial displacement of the Earth in y direction y1(t0)=0.00×1000, initial displacement of the Moon in x direction x2(t0)=3.84×1008, and initial displacement of the Moon in y direction y2(t0)=0.00×1000 to the equations (45) to (48). Then velocity vx1(t+Δt), vy1(t+Δt), vx2(t+Δt), and vy2(t+Δt) after lapse of the analytical small time increment Δt(=0.01(s)) are calculated by the equation (2). Further displacement x1(t+Δt), x2(t+Δt), y1(t+Δt), and y2(t+Δt) after lapse of the analytical small time increment Δt(=0.01(s)) are calculated by the equation (3). Acceleration αx1(t+Δt), ay1(t+Δt) ax2(t+Δt), and αy2(t+Δt) after lapse of the analytical small time increment Δt(=0.01(s)) are calculated using these obtained vx1(t+Δt), vy1(t+Δt), vx2(t+Δt), vy2(t+Δt), x1(t+Δt), x2(t+Δt), y1(t+Δt), and y2(t+Δt), and the process is repeated specified number of times.
  • FIG. 39 is a graph of a dynamic analysis result of displacement of the Earth in x direction shown in FIG. 38. From this dynamic analysis result, as shown in FIG. 39, almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • (Tenth Application)
  • The present invention can process a numerical analysis of high precision about three-body problem in a short period of time. Three-body problem means a problem to solve behavior of each of three existing bodies using universal gravitation, and here dynamic analysis is applied to the Sun, the Earth, and the Moon respectively.
  • FIG. 40 is a diagram of configuration relationship to analyze three-body problem of the Sun, the Earth, and the Moon. Analysis is performed assuming the Sun 101, the Earth 102, and the Moon 103 move in the identical x-y plane (orbital plane of the Earth).
  • The equation of motion for the Sun 101 is given as below.

  • F1=M 1 *a 1  (49)
  • where M1 is the mass of the Sun 101 and a1 is an acceleration of the Sun 101. Here a1 is a vector a1(ax1, ay1). Universal gravitation f12 by the Earth 102 is given as below.

  • f 12 ={G·M 2 ·M 1/(|P 2 −P 1|2)}*{(P 2 −P 1)/|P 2 −P 1|}  (50)
  • where G is universal gravitation constant, M2 is the mass of the Earth 102, P1 and P2 are position vectors P1(x1,y1) and P2(x2,y2) of the Sun 101 and the Earth 102, respectively. Universal gravitation f12 is a vector. Here {G·M2·M1/(|P2−P1|2)} means absolute value of universal gravitation and {(P2−P1)/|P2−P1|} means unit vector from the Sun 101 to the Earth 102.
    An equation (50) can be transformed into the equation below.

  • f 12 ={G·M 2 ·M 1/(|P 2 −P 1|3)}*(P 2 −P 1)  (51)
  • Similarly, the universal gravitation constant by the Moon 103 is given as below.

  • f 13 ={G·M 3 ·M 1/(|P 3 −P 1|3)}*(P 3 −P 1)  (52)
  • where M3 is the mass of the Moon and P3 is a position vector of the Moon P3(x3,y3). The universal gravitation f13 is also a vector.
    Using the relationship

  • F 1 =f 12 +f 13  (53)
  • , and erasing F1, f12, and f13 from equations (49), and from (51) to (53), the following equation is derived.

  • a 1 ={G·M 2/(|P 2 −P 1|3)}*(P 2 −P 1)+{G·M 3/(|P 3 −P 1|3)}*(P 3 −P 1)  (54)
  • where {G·M2/(|P2−P1|3)}*(P2−P1) is an acceleration part by gravitation of the Earth 102 and {G·M3/(|P3−P1|3)}*(P3−P1) is an acceleration part by gravitation of the Moon 103.
    Similarly the acceleration of the Earth a2 is given as below.

  • a 2 ={G·M 3/(|P 3 −P 2|3)}*(P 3 −P 2)+{G·M 1/(|P 1 −P 2|3)}*(P 1 −P 2)  (55)
  • where {G·M3/(|P3−P2|3)}*(P3−P2) is an acceleration part by gravitation of the Moon 103 and {G·M1/(|P1−P2|3)}*(P1−P2) is an acceleration part by gravitation of the Sun 101. Here a2 is a vector a2(ax2,ay2). Further the acceleration of the Moon a3 is similarly given as below.

  • a 3 ={G·M 1/(|P 1 −P 3|3)}*(P 1 −P 3)+{G·M 2/(|P 2 −P 3|3)}*(P 2 −P 3)  (56)
  • where {G·M1/(|P1−P3|3)}*(P1−P3) is an acceleration part by gravitation of the Sun 101 and {G·M2/(|P2−P3|3)}*(P2−P3) is an acceleration part by gravitation of the Earth 102. Here a3 is a vector a3(ax3,ay3).
  • The simultaneous differential equations (54), (55), and (56) can be solved using a dynamic analysis as three-body problem by incrementing the analytical small time increment Δt by one hour and finally simultaneous differential equations with six unknowns are to be solved all together because every two unknowns are included in each simultaneous equation. Now initial values are explained. Firstly time t=0 is taken at the moment when the Sun 101, the Earth 102, and the Moon 103 are on the straight-line, the Sun 101 is deemed as the origin, the directions of the Earth 102 and the Moon 103 are taken in +x direction, and the velocity vectors of the Earth 102 and the Moon 103 are taken in +y direction.
  • Conditions and parameters are given below.
  • Initial distance between the Sun 101 and 1.496 × 1011 (m)
    the Earth 102:
    Initial distance between the Earth 102 3.844 × 108 (m)
    and the Moon 103:
    Initial velocity of the Earth 102: 2.978 × 104 (m/s)
    Initial period of the Moon 103: 27.3217 (day)
    Initial relative velocity of the Moon 103 1023 (m/s)
    to the Earth 102:
    Mass of the Sun 101 M1: 1.989 × 1030 (kg)
    Mass of the Earth 102 M2: 5.974 × 1024 (kg)
    Mass of the Moon 103 M3: 7.347 × 1022 (kg)
    Universal gravitation constant G: 6.67259 × 10−11 (N · m2/kg2).
  • To solve this three-body problem, accelerations ax1, ay1, ax2, ay2, ax3, ay3 are calculated assigning each initial value to the equations (54), (55), and (56). Then velocities vx1(t+Δt), vy1(t+Δt), vx2(t+Δt), vy2(t+Δt) vx3(t+Δt), and vy3(t+Δt) after lapse of the analytical small time increment Δt(=3600(s)) are calculated by the equation (2). Further displacements x1(t+Δt), y1(t+Δt), x2(t+Δt), y2(t+Δt), x3(t+Δt), and y3(t+Δt) after lapse of the analytical small time increment Δt(=3600(s)) are calculated by the equation (3). Accelerations (x1(t+Δt), ay1(t+Δt), ax2(t+Δt), ay2(t+Δt), αx3(t+Δt), and αy3(t+Δt) after lapse of the analytical small time increment Δt(=3600 (s)) are calculated using these obtained vx1(t+Δt), vy1(t+Δt), vx2(t+Δt), vy2(t+Δt), vx3(t+Δt), vy3(t+Δt), x1(t+Δt), y1(t+Δt), x2(t+Δt), y2(t+Δt), x3(t+Δt), and y3(t+Δt), and the process is repeated specified number of times.
  • FIG. 41 is a graph of a dynamic analysis result of the orbit of the Moon in three-body problem above, placing the Earth in the center. From this dynamic analysis result, as shown in FIG. 41, almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • FIG. 42 is a graph of a dynamic analysis result of the orbit of the Moon using conventional Euler's method, placing the Earth in the center. The dynamic analysis whose result is shown in FIG. 42 was performed with the same analytical small time increment Δt=3600 second as in tenth application and it shows that the orbit of the Moon diverges and no numerical analysis result of high precision could be obtained.
  • (Eleventh Application)
  • FIG. 43 is a schematic diagram of an outline of configuration of a surge tank, to which the dynamic analysis is applied, with a centrifugal pump. The equation of motion specific for water level change of the surge tank is given as an equation (57) below.

  • ((l surge A surge)/(g·A tank))αsurge=(A tank h′(Q surge)−2V surge Q surge A surge /A tank 2)v surge −x surge  (57)
  • where,
    g: acceleration of gravity (9.807),
    lsurge: length of the conduit line (10.000),
    Asurge: cross-section area of the conduit line (0.008),
    Atank: cross-section area of the surge tank (0.100),
    Qsurge: flow rate (0.012),
    h′(Qsurge)=2.67×109Qsurge 3−1.2×108Qsurge 2+1.2×105Qsurge+472.487: (head-discharge curve differentiated by flow rate),
    Vsurge: pressure loss coefficient (0.144),
    xsurge: water level change of the surge tank (initial value=0.02),
    vsurge: velocity of water level change of the surge tank (initial value=0.00),
    αsurge: acceleration of water level change of the surge tank, and these are shown in the International System of Units.
  • In this case, an analysis equation is derived from the equation (57) and is given as an equation (58) below.

  • αsurge=((g·A tank)/(l surge A surge)){(A tank h′(Q surge)−2V surge Q surge A surge /A tank 2)v surge −x surge}  (58)
  • Acceleration of water level change of the surge tank αsurge is calculated assigning parameters, initial water level change of the surge tank xsurge(t0)=0.02, and initial velocity of water level of the surge tank vsurge(t0)=0.00 to the equation (58). Then velocity of water level change vsurge(t+Δt) after lapse of analytical small time increment Δt(=0.01(s)) is calculated by the equation (2). Further water level change xsurge(t+Δt) after lapse of the analytical small time increment Δt(=0.01(s)) is calculated by the equation (3). Acceleration of water level change αsurge(t+Δt) after lapse of the analytical small time increment Δt(=0.01(s)) is calculated using these obtained vsurge(t+Δt) and xsurge(t+Δt), and the process is repeated specified number of times.
  • FIG. 44 is a graph of a dynamic analysis result of the change of water level of the surge tank shown in FIG. 43. From this dynamic analysis result, as shown in FIG. 44, almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • (Twelfth Application)
  • FIG. 45 is a schematic diagram of an outline of configuration of an LCR circuit to which the dynamic analysis is applied. The equation of motion specific for electric charge of the LCR circuit is given as equation (59) below.

  • L lcr(d 2 q/dt 2)+R lcr i+q/c lcr =E lcr  (59)
  • where,
    Llcr: inductance (0.20),
    Rlcr: resistance (5.00),
    Clcr: capacitance (0.002),
    Elcr: voltage (initial value=5.00),
    q: electric charge (initial value=0.00),
    i: current (initial value=0.00),
    and these are shown in the International System of Units.
  • In this case, the analysis equation is derived from the equation (59) and is given as an equation (60) below.

  • (d 2 q/dt 2)=(1/L lcr)(−R lcr i−q/c lcr +E lcr)  (60)
  • Second-order time derivative of the electric charge (d2q/dt2) is calculated assigning parameters, initial electric charge q(t0)=0.00, and initial current i(t0)=0.00 to the equation (60). Then current i(t+Δt) after lapse of analytical small time increment Δt(=0.001(s)) is calculated by the equation (2). Further electric charge q(t+Δt) after lapse of the analytical small time increment Δt(=0.001(s)) is calculated by the equation (3). Second-order time derivative of the electric charge (d2q(t+Δt)/dt2) after lapse of the analytical small time increment Δt(=0.001(s)) is calculated using these obtained i(t+Δt) and q(t+Δt), and the process is repeated specified number of times.
  • FIG. 46 is a graph of a dynamic analysis result of change of electric charge in the LCR circuit shown in FIG. 45. From this dynamic analysis result, as shown in FIG. 46, almost the same dynamic characteristic has been obtained as the output result of a dynamic analysis device that performs time consuming analysis of high precision combining many processes like correction process including the feedback processing.
  • The dynamic analysis device that is an example of the numerical analysis device can be implemented by running prepared programs on a computer system like a personal computer or workstation. Here a computer system is explained that runs dynamic analysis programs that have similar function as the said dynamic analysis devices.
  • FIG. 47 is a schematic diagram of a computer system configuration that implements the dynamic analysis device and FIG. 48 is a block diagram of configuration of the main body of the computer system shown in FIG. 47.
  • Referring to FIG. 47, a computer system 200 includes a main unit 201, a display 202 to display information such as images on a display screen 202 a according to indication by the main unit 201, a keyboard 203 to input various information to the computer system 200, and a mouse 204 to point arbitrary location on the display screen 202 a of the display 202.
  • The main unit 201 of the computer system 200 includes, as shown in FIG. 48, a CPU 221, a RAM 222, a ROM 223, a hard disk drive (HDD) 224, a CD-ROM drive 225 that accepts a CD-ROM 209, an FD drive 226 that accepts a flexible disk (FD) 208, an I/O interface 227 to connect to the display 202, to the keyboard 203, and to the mouse 204, and a LAN interface 228 to connect to a local area network/wide area network (LAN/WAN) 206.
  • A modem 205 for connection to a public telephone line 207 for internet and the like is connected to the computer system 200 and furthermore a computer system (PC) 211, a server 212, and a printer 213 and the like are connected via the LAN interface 228 and the LAN/WAN 206 to the computer system 200.
  • The computer system 200 implements a dynamic analysis device in the first and the second embodiment by reading out and executing dynamic analysis programs recorded on specified recording media.
  • The specified recording media include, besides “removable physical media” such as the flexible disk (FD) 208, the CD-ROM 209, a magneto-optical disk, a DVD, an optical-magnetic disk, and an IC card, all recording media to store dynamic analysis programs that can be read out by the computer system 200, such as the hard disk drive (HDD) 224 that is installed inside or outside of the computer system 200, “irremovable physical media” like the RAM 222 and the ROM 223, “communication media” that can retain programs for a short period of time for transmitting the programs, such as the public telephone line 207 connected via the modem 205, or the LAN/WAN 206 to which another the computer system 211 and the server 212 are connected.
  • Namely, the dynamic analysis programs are recorded on the “removable physical media”, “irremovable physical media” and “communication media” to be legible to a computer, and the computer system 200 reads out the dynamic analysis programs from the recording media and runs them to implement dynamic analysis devices in the first and the second embodiment.
  • The dynamic analysis programs are not limited to be run on the computer system 200 but also can be run on another computer system 211 or the server 212, and even when they work together the present invention can be applied as well.
  • Each component of the devices shown in the figures only represents the concept of the function and shall not necessarily be implemented as shown in the figures. In other words, a concrete aspect of partition or integration of each device shall not be limited as illustrated but it is allowed to configure all or a part of the device being functionally or physically partitioned or integrated in arbitrary unit depending on various conditions of loads and use.
  • Each process function that is performed on each device can all or partly be implemented by CPU and analysis programs that run on the CPU, and can also be implemented as wired logic hardware.
  • INDUSTRIAL APPLICABILITY
  • Thus the present invention is useful for numerical analysis devices as well as numerical analysis programs that are applied in control field to analyze various aspects of motion in natural phenomena, mechanical motion and the like.

Claims (37)

1-36. (canceled)
37. A numerical analysis device that performs a numerical analysis of second-order differential equation for a target object to be analyzed, the numerical analysis device comprising:
a setting unit that performs a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis;
a second-derivative calculation unit that calculates a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis;
a first-derivative calculation unit that performs a multiplication of the second derivative calculated by the second-derivative calculation unit by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputs a value obtained by the addition as a first derivative after an increment of the analytical small variable value;
a physical-value calculation unit that performs a multiplication of the first derivative calculated by the first-derivative calculation unit by the analytical small variable value and an addition of a physical value of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputs a value obtained by the addition as a physical value after an increment of the analytical small variable value; and
an operation control unit that repeats a control of setting a variable value obtained by adding the analytical small variable value to the reference variable value as a new reference variable value and causing the second-derivative calculation unit, the first-derivative calculation unit, and the physical-value calculation unit to calculate the second derivative, the first derivative, and the physical value, using the new reference variable value, respectively.
38. The numerical analysis device according to claim 37, wherein
the analytical small variable value and the reference variable value are an analytical small time and reference time, respectively, and
the first derivative and the second derivative are a first-order time derivative and a second-order time derivative, respectively.
39. The numerical analysis device according to claim 37, wherein
the setting unit sets a termination condition of the numerical analysis, and
when the termination condition of the numerical analysis is satisfied, the operation control unit performs a control of terminating the numerical analysis.
40. The numerical analysis device according to claim 37, further comprising an output processing unit that outputs the physical value of each reference variable value calculated by the physical-value calculation unit, in association with the increment of the analytical small variable value.
41. The numerical analysis device according to claim 40, wherein the output processing unit generates a graph of the physical value for each reference variable value calculated by the physical-value calculation unit corresponding to the increment of the analytical small variable value.
42. The numerical analysis device according to claim 37, wherein the second-order differential equation includes a variable value term.
43. The numerical analysis device according to claim 38, wherein the second-order differential equation includes a time term.
44. The numerical analysis device according to claim 37, wherein the second-order differential equation is a simultaneous equation with multiple unknowns.
45. The numerical analysis device according to claim 37, wherein the numerical analysis is performed using a spreadsheet program.
46. A numerical analysis device that performs a numerical analysis of second-order differential equation for a target object to be analyzed, the numerical analysis device comprising:
a setting unit that performs a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis;
a second-derivative calculation unit that calculates a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis;
a first-derivative calculation unit that performs a multiplication of the second derivative calculated by the second-derivative calculation unit by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputs a value obtained by the addition as a first derivative after an increment of the analytical small variable value;
a physical-value calculation unit that performs a multiplication of the second derivative calculated by the second-derivative calculation unit by a square value of the analytical small variable value, a multiplication of the first derivative calculated by the first-derivative calculation unit by the analytical small variable value, and an addition of values obtained by the multiplications and a physical value of the second-order differential equation at the reference variable value, and outputs a value obtained by the addition as a physical value after an increment of the analytical small variable value; and
an operation control unit that repeats a control of setting a variable value obtained by adding the analytical small variable value to the reference variable value as a new reference variable value and causing the second-derivative calculation unit, the first-derivative calculation unit, and the physical-value calculation unit to calculate the second derivative, the first derivative, and the physical value, using the new reference variable value, respectively.
47. The numerical analysis device according to claim 46, wherein
the analytical small variable value and the reference variable value are an analytical small time and reference time, respectively, and
the first derivative and the second derivative are a first-order time derivative and a second-order time derivative, respectively.
48. The numerical analysis device according to claim 46, wherein
the setting unit sets a termination condition of the numerical analysis, and
when the termination condition of the numerical analysis is satisfied, the operation control unit performs a control of terminating the numerical analysis.
49. The numerical analysis device according to claim 46, further comprising an output processing unit that outputs the physical value of each reference variable value calculated by the physical-value calculation unit, in association with the increment of the analytical small variable value.
50. The numerical analysis device according to claim 49, wherein the output processing unit generates a graph of the physical value for each reference variable value calculated by the physical-value calculation unit corresponding to the increment of the analytical small variable value.
51. The numerical analysis device according to claim 46, wherein the second-order differential equation includes a variable value term.
52. The numerical analysis device according to claim 47, wherein the second-order differential equation includes a time term.
53. The numerical analysis device according to claim 46, wherein the second-order differential equation is a simultaneous equation with multiple unknowns.
54. The numerical analysis device according to claim 46, wherein the numerical analysis is performed using a spreadsheet program.
55. A computer-readable recording medium that stores therein a numerical analysis program for a numerical analysis of second-order differential equation for a target object to be analyzed, the numerical analysis program causing a computer to execute:
parameter setting including performing a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis;
second-derivative calculating including calculating a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis;
first-derivative calculating including
performing a multiplication of the second derivative calculated at the second-derivative calculating by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and
outputting a value obtained by the addition as a first derivative after an increment of the analytical small variable value;
physical-value calculating including
performing a multiplication of the first derivative calculated at the first-derivative calculating by the analytical small variable value and an addition of a physical value of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and
outputting a value obtained by the addition as a physical value after an increment of the analytical small variable value; and
operation controlling including repeating a control of
setting a variable value obtained by adding the analytical small variable value to the reference variable value as a new reference variable value, and
causing the second-derivative calculating, the first-derivative calculating, and the physical-value calculating to calculate the second derivative, the first derivative, and the physical value, using the new reference variable value, respectively.
56. The computer-readable recording medium according to claim 55, wherein
the analytical small variable value and the reference variable value are an analytical small time and reference time, respectively, and
the first derivative and the second derivative are a first-order time derivative and a second-order time derivative, respectively.
57. The computer-readable recording medium according to claim 55, wherein
the parameter setting includes setting a termination condition of the numerical analysis, and
when the termination condition of the numerical analysis is satisfied, the operation controlling includes performing a control of terminating the numerical analysis.
58. The computer-readable recording medium according to claim 55, wherein the numerical analysis program further causes the computer to execute output processing including outputting the physical value of each reference variable value calculated at the physical-value calculating, in association with the increment of the analytical small variable value.
59. The computer-readable recording medium according to claim 58, wherein the output processing includes generating a graph of the physical value for each reference variable value calculated at the physical-value calculating corresponding to the increment of the analytical small variable value.
60. The computer-readable recording medium according to claim 55, wherein the second-order differential equation includes a variable value term.
61. The computer-readable recording medium according to claim 56, wherein the second-order differential equation includes a time term.
62. The computer-readable recording medium according to claim 55, wherein the second-order differential equation is a simultaneous equation with multiple unknowns.
63. The computer-readable recording medium according to claim 55, wherein the numerical analysis is performed using a spreadsheet program.
64. A computer-readable recording medium that stores therein a numerical analysis program for a numerical analysis of second-order differential equation for a target object to be analyzed, the numerical analysis program causing a computer to execute:
parameter setting including performing a setting of parameters including an initial condition of the second-order differential equation and a setting of an analytical small variable value for the numerical analysis;
second-derivative calculating including calculating a second derivative of the second-order differential equation at a reference variable value that is a variable at the start of the numerical analysis;
first-derivative calculating including performing a multiplication of the second derivative calculated at the second-derivative calculating by the analytical small variable value and an addition of the first derivative of the second-order differential equation at the reference variable value to a value obtained by the multiplication, and outputting a value obtained by the addition as a first derivative after an increment of the analytical small variable value;
physical-value calculating including performing a multiplication of the second derivative calculated at the second-derivative calculating by a square value of the analytical small variable value, a multiplication of the first derivative calculated at the first-derivative calculating by the analytical small variable value, and an addition of values obtained by the multiplications and a physical value of the second-order differential equation at the reference variable value, and outputting a value obtained by the addition as a physical value after an increment of the analytical small variable value; and
operation controlling including repeating a control of
setting a variable value obtained by adding the analytical small variable value to the reference variable value as a new reference variable value, and
causing the second-derivative calculating, the first-derivative calculating, and the physical-value calculating to calculate the second derivative, the first derivative, and the physical value, using the new reference variable value, respectively.
65. The computer-readable recording medium according to claim 64, wherein
the analytical small variable value and the reference variable value are an analytical small time and reference time, respectively, and
the first derivative and the second derivative are a first-order time derivative and a second-order time derivative, respectively.
66. The computer-readable recording medium according to claim 64, wherein
the parameter setting includes setting a termination condition of the numerical analysis, and
when the termination condition of the numerical analysis is satisfied, the operation controlling includes performing a control of terminating the numerical analysis.
67. The computer-readable recording medium according to claim 64, wherein the numerical analysis program further causes the computer to execute output processing including outputting the physical value of each reference variable value calculated at the physical-value calculating, in association with the increment of the analytical small variable value.
68. The computer-readable recording medium according to claim 67, wherein the output processing includes generating a graph of the physical value for each reference variable value calculated at the physical-value calculating corresponding to the increment of the analytical small variable value.
69. The computer-readable recording medium according to claim 64, wherein the second-order differential equation includes a variable value term.
70. The computer-readable recording medium according to claim 65, wherein the second-order differential equation includes a time term.
71. The computer-readable recording medium according to claim 64, wherein the second-order differential equation is a simultaneous equation with multiple unknowns.
72. The computer-readable recording medium according to claim 64, wherein the numerical analysis is performed using a spreadsheet program.
US11/887,003 2005-03-25 2006-03-22 Numerical analysis device and numerical analysis program Abandoned US20090063597A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2005089221 2005-03-25
JP2005-089221 2005-03-25
PCT/JP2006/305742 WO2006103996A1 (en) 2005-03-25 2006-03-22 Numerical analyzing device and numerical analyzing program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2006/305742 A-371-Of-International WO2006103996A1 (en) 2005-03-25 2006-03-22 Numerical analyzing device and numerical analyzing program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/289,102 Division US8793293B2 (en) 2005-03-25 2011-11-04 Numerical analysis device and numerical analysis program

Publications (1)

Publication Number Publication Date
US20090063597A1 true US20090063597A1 (en) 2009-03-05

Family

ID=37053255

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/887,003 Abandoned US20090063597A1 (en) 2005-03-25 2006-03-22 Numerical analysis device and numerical analysis program
US13/289,102 Expired - Fee Related US8793293B2 (en) 2005-03-25 2011-11-04 Numerical analysis device and numerical analysis program

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/289,102 Expired - Fee Related US8793293B2 (en) 2005-03-25 2011-11-04 Numerical analysis device and numerical analysis program

Country Status (3)

Country Link
US (2) US20090063597A1 (en)
JP (1) JPWO2006103996A1 (en)
WO (1) WO2006103996A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180015615A1 (en) * 2016-07-14 2018-01-18 Siemens Aktiengesellschaft Method and apparatus for controlling a robot movement of a robot on the basis of a second trajectory

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6390178B1 (en) * 1998-07-01 2002-05-21 Sintokogio, Ltd. Method and system for a green-sand molding
US20040167759A1 (en) * 2003-02-24 2004-08-26 Canon Kabushiki Kaisha Support system, design support method, program, and storage medium
US20050155431A1 (en) * 2004-01-19 2005-07-21 Mayumi Fukuyama Vibration test system and method for structures

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0784997A (en) 1993-09-17 1995-03-31 Matsushita Electric Ind Co Ltd Device and method for analyzing track of smooth restraint system
JP2806349B2 (en) * 1996-03-13 1998-09-30 日本電気株式会社 Sputtering apparatus simulation method
JP3346715B2 (en) * 1997-01-17 2002-11-18 新東工業株式会社 Prediction method of filling failure of green sand mold
JPH11317158A (en) * 1998-05-01 1999-11-16 Canon Inc Charged particle track calculating method and recording medium recording charged particle track calculation processing program
JP4437374B2 (en) 2001-02-27 2010-03-24 東洋電機製造株式会社 Equivalent test equipment calculation method
JP2003271678A (en) 2002-03-18 2003-09-26 Toray Ind Inc Numerical analysis method and device
JP3780512B2 (en) 2002-07-30 2006-05-31 株式会社光栄 PROGRAM, RECORDING MEDIUM, AND GAME DEVICE

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6390178B1 (en) * 1998-07-01 2002-05-21 Sintokogio, Ltd. Method and system for a green-sand molding
US20040167759A1 (en) * 2003-02-24 2004-08-26 Canon Kabushiki Kaisha Support system, design support method, program, and storage medium
US20050155431A1 (en) * 2004-01-19 2005-07-21 Mayumi Fukuyama Vibration test system and method for structures

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180015615A1 (en) * 2016-07-14 2018-01-18 Siemens Aktiengesellschaft Method and apparatus for controlling a robot movement of a robot on the basis of a second trajectory
US10456913B2 (en) * 2016-07-14 2019-10-29 Siemens Aktiengesellschaft Method and apparatus for controlling a robot movement of a robot on the basis of a second trajectory

Also Published As

Publication number Publication date
US20120047192A1 (en) 2012-02-23
JPWO2006103996A1 (en) 2008-09-04
US8793293B2 (en) 2014-07-29
WO2006103996A1 (en) 2006-10-05

Similar Documents

Publication Publication Date Title
Petyt Introduction to finite element vibration analysis
Thompson et al. A survey of finite element techniques for mechanism design
Sundararajan et al. An algorithm for response and stability of large order non-linear systems—application to rotor systems
US7630869B2 (en) Method for predicting vibrational characteristics of rotating structures
Wallrapp et al. Simulation of deployment of a flexible solar array
Liu et al. Non-linear aeroelastic analysis using the point transformation method, part 1: Freeplay model
CN110427719B (en) Dynamic stiffness modeling method for flexible support gear transmission device
Chen et al. Dynamics analysis of planar multi-DOF mechanism with multiple revolute clearances and chaos identification of revolute clearance joints
Szolc On the discrete–continuous modeling of rotor systems for the analysis of coupled lateral torsional vibrations
Ameen Boundary element analysis: theory and programming
US8793293B2 (en) Numerical analysis device and numerical analysis program
Nikravesh et al. Determination of effective mass for continuous contact models in multibody dynamics
CN111055277A (en) Robot flexible parameter acquisition method and device, computer equipment and storage medium
van der Deijl et al. Dynamics of a compliant transmission mechanism between parallel rotational axes
Lugris et al. Performance and application criteria of two fast formulations for flexible multibody dynamics
Yu General influence coefficient algorithm in balancing of rotating machinery
Cieplok Estimation of the resonance amplitude in machines with inertia vibrator in the coast-down phase
Pradeepkumar et al. Dynamic substructuring method for vibration analysis of complex structures
Fritzson et al. Transmission line co-simulation of rolling bearing applications
Ozkul A finite element formulation for dynamic analysis of shells of general shape by using the Wilson-θ method
Gollee et al. A parameter identification case-study for a dynamical mechanical system using frequency response analysis and a particle swarm algorithm for trajectory optimization
Liu et al. Parametric modeling and residual life prediction of spindle bearing of decommissioned machine tool
Jørgensen et al. Rigid matlab drivetrain model of a 500 kw wind turbine for predicting maximum gear tooth stresses in a planetary gearbox using multibody gear constraints
Wang On analytical evaluation of gear dynamic factors based on rigid body dynamics
Botta et al. Dry atmosphere asymptotics

Legal Events

Date Code Title Description
AS Assignment

Owner name: HOKURIKU ELECTRIC POWER COMPANY, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SONO, HIROAKI;YAMADA, NOBUHIRO;KITAGAWA, HARUYA;AND OTHERS;REEL/FRAME:019923/0804

Effective date: 20070611

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION