Search

Search Funnelback University

Search powered by Funnelback
101 - 150 of 981 search results for Economics test |u:www-mdp.eng.cam.ac.uk where 23 match all words and 958 match some words.
  1. Results that match 1 of 2 words

  2. perlamiga - Perl under Amiga OS

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlamiga.html
    Now run. make test. Some tests will be skipped because they need the fork() function:.
  3. 3. An Informal Introduction to Python

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/python/tut/node5.html
    The test used in the example is a simple comparison. The standard comparison operators are written the same as in C: < (less than), > (greater than), == (equal to), <= (less than or equal
  4. Part IA Engineering: Digital Circuits and Information Processing

    www-mdp.eng.cam.ac.uk/web/library/enginfo/mdp_micro/lecture3/lecture3-3-3.html
    Branch. Condition Test. Meaning. Uses. B. No test. Unconditional. Always take the branch. ... BAL. No test. Always. Always take the branch. BEQ. Z=1. Equal.
  5. perlXStut - Tutorial for writing XSUBs

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlxstut.html
    Within the test script, you perform a number of tests to confirm the behavior of the extension, printing ok'' when the test is correct, not ok'' when it is not. ... ok 9" : "not ok 9", "n";. Running make test'' should now print out that all nine tests
  6. Estimate of the fatigue life to great number of cycles and in fatigue …

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R70401c/R70401c.pdf.html
    uniaxial tests: method of Wöhler, method of Manson-Whetstone sheath and more recently methods. ... To describe the behavior of materials in fatigue oligocyclic plastic, one uses tests with.
  7. perlfilter - Source Filters

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlfilter.html
    Let's use that instead. Below is an example program, cpp_test, which makes use of this filter. ... cpp_test ---------> parser. Line 1, use Filter::cpp, includes and installs the cpp filter module.
  8. perl571delta - what's new for perl v5.7.1

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perl571delta.html
    Many test suite tests still fail and the co-existence of Unicode and EBCDIC isn't quite settled, but the situation is much better than with Perl 5.6. ... All other tests pass in 64-bit HP-UX. The test attempts to create and connect to multihomed''
  9. Operator REST_BASE_PHYS

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U46321g/U46321g.pdf.html
    The command file. complete corresponds to the case test SDLS106A. First stage: calculation of the generalized clean modes (obtained by dynamic under-structuring).
  10. perlstyle - Perl style guide

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlstyle.html
    For portability, when using features that may not be implemented on every machine, test the construct in an eval to see if it fails. ... If you know what version or patchlevel a particular feature was implemented, you can test $] ($PERL_VERSION in English
  11. Finite elements treating the quasi-incompressibility

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R30608d/R30608d.pdf.html
    oscillations on the level of the stresses (example: in the case of calculations on test-tubes. ... deformations also exist: test SSNV112 (cf [V6.04.112]). 5.2 Case. elastoplastic. The goal of this example is to illustrate the contribution of modeling
  12. README.solaris - Perl version 5 on Solaris systems

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlsolaris.html
    Many of the failures happen in the Encode tests, where for example when the test expects 0'' you get &#48;'' which should after a little squinting look very odd indeed. ... Failed 27 test scripts out of 745, 96.38% okay. Running the harness is painful
  13. perlsec - Perl security

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlsec.html
    It would be inefficient for every operator to test every argument for taintedness. ... Make judicious use of the file tests in dealing with any user-supplied filenames.
  14. Modeling élasto \ (visco \) plastic with isotropic work hardening in…

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R50321c/R50321c.pdf.html
    C. a vector which translates. translation. More concretely, if one carries out a tensile test in the direction. ... rational stress. = F S. /. - deformation logarithmic curve. ln (. /). 1. 0. L L. where. L. 0. is. initial length of the useful part of the
  15. SSNV173… Bar fissured with X-FEM

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V604173b/V604173b.pdf.html
    This test brings into play a parallelepipedic bar fissured on all its section, subjected to a displacement. ... 5.1 Values. tested. One tests the values of displacement after convergence of the iterations of the operator.
  16. perltrap - Perl traps for the unwary

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perltrap.html
    package test; $_legacy = 1;. package main; print "$_legacy is ",$_legacy,"n";. # ... Assignment of return values from numeric equality tests does not work in perl5 when the test evaluates to false (0).
  17. SSLV131 - Orthotropism in an unspecified reference mark

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V304131a/V304131a.pdf.html
    This case test validates modelings relating to linear elasticity which implement materials. ... 2D:. - axisymmetric. - stresses. plane. - deformations. plane. 3D. For each one of these modelings, one tests materials isotropic transverse and orthotropic.
  18. perlmodlib - constructing new Perl modules and finding existing ones

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlmodlib.html
    Basic utilities for writing tests. Test::Tutorial. ... Add test functions to the module after __END__ either using AutoSplit or by saying:.
  19. perlwin32 - Perl under Windows

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlwin32.html
    Type dmake test'' (or nmake test''). This will run most of the tests from the testsuite (many tests will be skipped). ... There should be no test failures when running under Windows NT/2000/XP.
  20. Note dutilisation of calculations of sensitivity

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U20802a/U20802a.pdf.html
    1 974. This stage of description, the reader is invited to test his physical direction and its appreciation of. ... Test of nonregression on a component of derived from stress. #. TEST_RESU (RESU=_F (RESULTAT=resultat,. SENSIBILITE=E3,. NOM_CHAM='
  21. Realization of calculation dun assembly pin-attaches

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U20902c/U20902c.pdf.html
    The preceding lines are present in the cases tests ZZZZ120A and ZZZZ120B, it will thus be necessary. ... cases tests ZZZZ120A and ZZZZ120B. Code_Aster. Version. 7.4. Titrate:. Realization of the calculation of an assembly pin-attaches.
  22. MODEL01 - Titrate case test \ (Model dun document of validation \)

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V001001a/V001001a.pdf.html
    Organization (S):. EDF/AMA. Before writing the documentation of. validation of a case test of Code_Aster. ... Document: VN.NN.NNN. MODEL01 - Titrate case test (Model of one. document of validation).
  23. SSNV200 - Tensile test shearing with model VISC_TAHERI

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V604200a/V604200a.pdf.html
    Code_Aster. Version. 6.0. Titrate:. SSNV200 - Tensile test shearing with the method. ... There is only one modeling. voluminal 3D. This test is inspired by the SSNV102, which tests the behavior of S.
  24. WTNV101 - Triaxial compression test not drained with the model of…

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V731101a/V731101a.pdf.html
    Code_Aster. Version. 7.3. Titrate:. WTNV101 - Triaxial compression test not drained with the model of Laigle. ... Document: V7.31.101. WTNV101 - Triaxial compression test not drained with the model.
  25. Part IA Engineering: Digital Circuits and Information Processing

    www-mdp.eng.cam.ac.uk/web/library/enginfo/mdp_micro/lecture4/lecture4-4-1.html
    In flow chart terms, actions such as adding two numbers together are represented as rectangular boxes, whereas tests (questions or comparisons) such as "Is a certain value > 0?" are represented as
  26. README.aix - Perl version 5 on IBM Unix systems

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlaix.html
    Threads seem to work OK, though at the moment not all tests pass when threads are used in combination with 64-bit configurations. ... In combination with threads some tests might still fail. AIX 4.2 and extensions using C++ with statics.
  27. DANotes: Design: Where to from here ?

    www-mdp.eng.cam.ac.uk/web/library/enginfo/textbooks_dvd_only/DAN/design/whereto/whereto.html
    embodiment design: find suitable hardware within technical and economic constraints (which is just practicalisation). ... new products are truly the lifeblood of a company's long-term economic existence.
  28. Note dutilisation for calculations of welding

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U20305a/U20305a.pdf.html
    It is nevertheless this method which is used in the cast-test [V7.42.100]. ... simulation of a test of welding on tube on the 13 ways made it possible to release one.
  29. Calculation of sensitivities in thermics

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/RDocs-HTML/R40302a/R40302a.pdf.html
    postprocessings associated (impressions, tests…) are included in the user's documentation. [U4.50.02] and belong to deliverable project “Uncertainties of numerical calculations” [bib5]. ... parameter setting and the perimeter of use. An example of
  30. Modelings thermal 3D and 3d_DIAG

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U32401e/U32401e.pdf.html
    the related meshs supports,. supported materials and loadings,. nonlinear possibilities,. case-tests implementing modelings. ... Thermique non-linear transient. TTNL03A [V4.22.003]: simulation of an adiabatic test: analyze behavior.
  31. Procedure IMPR_CO

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U49111h/U49111h.pdf.html
    U4.9- booklet: Impression of the results and tests. HT-66/05/004/A. Organization (S):. ... EDF-R & D/AMA. Instruction manual. U4.9- booklet: Impression of the results and tests.
  32. SSNV166… Cylinder fissured under multiple loadings

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V604166a/V604166a.pdf.html
    ème. ). representation is made in 3D to make the test generalizable under multiple loading. ... 3D by using operator POST_K1_K2_K3. Loading 1 tests K1, and K3.
  33. Modeling of the contact

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U20404a/U20404a.pdf.html
    test (V6 documentation) and to be inspired some. Plan. In a second part, we will give some elementary definitions specific to. ... to test several pitches of smaller or larger times. One can attenuate the oscillations by using a diagram which generates
  34. Modelings PLAN_JOINT, AXIS_JOINT, PLAN_ELDI and AXIS_ELDI

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U31314c/U31314c.pdf.html
    HT-62/06/004/A. 3. Examples of implementation: case-tests. PLAN_JOINT. Statique. non-linear. SSNP118A [V6.03.118]: Case-test of validation of the element gasket plane 2D with ... SSNA112A [V6.01.112]: Test of wrenching carried out by Borderie & Pijaudier
  35. README.hpux - Perl version 5 on Hewlett-Packard Unix systems

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlhpux.html
    cd. /DB_File-1.76 # make distclean # perl Makefile.PL # make # make test # make install. ... Perl will build with the first version, but it will not pass the test suite.
  36. Design Cookbook: Tips for Doing Calculations

    www-mdp.eng.cam.ac.uk/web/library/enginfo/cookbook/calculations/general/calculations.html
    Once you have an expression that passes the unit test, you can look at it to see if the sense of things is right. ... This is particularly useful for linkages and kinematic relationships. Thus, you can derive an analytic expression and check it for a few
  37. perl581delta - what is new for perl v5.8.1

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perl581delta.html
    In Perl 5.8.0 there were about 69000 separate tests in about 700 test files, in Perl 5.8.1 there are about 77000 separate tests in about 780 test ... Compilers Version 7.3.1.1m), but if run manually the test fully passes.
  38. SSNA108 - Models of Weibull and Rice and Tracey

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V601108a/V601108a.pdf.html
    simple tensile test. The modeling of the test-tube is carried out with elements 2D (QUA8). ... diameter of the test-tube: 18 mm,. radius of the notch: 5 Misters.
  39. HSNV100 - Elastoplasticity under thermal load

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V79002a/V79002a.pdf.html
    EDF/IMA/MN. Manual of Validation. V7.90 booklet: Theoretical references of tests into thermomechanical. ... given, so as to test only the processing of the relation of behavior.
  40. Modelings CABLE and CABLE_POULIE

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U31103e/U31103e.pdf.html
    GREEN_LAGRANGE. : key word. “GREEN”. under. DEFORMATION. (Cf [U4.51.11]). 5. Examples of implementation: case-tests. ... CABLE. Statique. non-linear. SSNL100A [V6.02.100]: This test simulates the installation of a cable with two ranges.
  41. Modelings AXIS, PLAN, AXIS_DIAG and PLAN_DIAG

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U32301e/U32301e.pdf.html
    the related meshs supports,. supported materials and loadings,. nonlinear possibilities,. case-tests implementing modelings. ... and at a given speed. 4. Examples of implementation: case-tests. 4.1 Thermics.
  42. SSLP105 - Circular excavation dun tunnel in a linear elastic solid…

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V302105a/V302105a.pdf.html
    Summary:. This test constitutes an example of implementation of a total methodology for simulation. ... HT-26/03/023/A. 3.4. Sizes tested and results. After the installation of the coating (urgent final), one tests the components.
  43. perl573delta - what's new for perl v5.7.3

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perl573delta.html
    Be sure to trim your bug down to a tiny but sufficient test case.
  44. perlvms - VMS-specific documentation for Perl

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perlvms.html
    $ perl Makefile.PL! Create Descrip.MMS $ mmk! Build necessary files $ mmk test! ... Run test code, if supplied $ mmk install! Install into public Perl tree.
  45. Supersonic Flow

    www-mdp.eng.cam.ac.uk/web/library/enginfo/aerothermal_dvd_only/aero/super2d/ssflow1.html
    With an empty test section, open the control valve and establish supersonic flow in the channel. ... Compare the simulation flow patterns to those obtained experimentally in the nozzle test section.
  46. DANotes: Design: Why do we design ?

    www-mdp.eng.cam.ac.uk/web/library/enginfo/textbooks_dvd_only/DAN/design/why/why.html
    requiring maintenance to restore its effectiveness, until. eventually it reaches the end of its economic life and is retired. ... The life stages sketch emphasises the importance of creativity and economics in design, and of the technical specifications
  47. Procedure IMPR_JEVEUX

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U49121h/U49121h.pdf.html
    2/4. Instruction manual. U4.9- booklet: Impression of the results and tests. ... tests. HT-66/05/004/A. 3 Operands. 3.1 Operand. ENTITY. ENTITY. =. /“OBJECT”,. Call to.
  48. perl582delta - what is new for perl v5.8.2

    www-mdp.eng.cam.ac.uk/web/CD/engapps/programming/perl/html/perl582delta.html
    Be sure to trim your bug down to a tiny but sufficient test case.
  49. TPNL300 - Unidimensional transfer of heat with radiation

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V442300a/V442300a.pdf.html
    This test results from the validation independent of version 3 in nonlinear stationary thermics. ... The reference solution is that given in the card “TEST n2” of the tests of reference published by.
  50. SSNV136 - Triaxial compression test drained with model CJS \ (level 2 …

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/VDocs-HTML/V604136a/V604136a.pdf.html
    level 2). Summary. This test makes it possible to validate level 2 of model CJS. ... Version. 5.0. Titrate:. SSNV136 - Triaxial compression test drained with model CJS (level 2).
  51. Modelings AXIS_SI, D_PLAN_SI, C_PLAN_SI

    www-mdp.eng.cam.ac.uk/web/CD/engapps/aster_docs/UDocs-HTML/U31305c/U31305c.pdf.html
    4. Examples of implementation: case-tests. AXIS_SI. Statique. non-linear. SSNA113A [V6.01.113]: Analyze of an axisymmetric test-tube notched with a law of. ... impact strength (test-tube of Charpy) impacted by a hammer at a speed of 5m/s.

Refine your results

Date

Search history

Recently clicked results

Recently clicked results

Your click history is empty.

Recent searches

Recent searches

Your search history is empty.