Input Definition and 586 Threads
-
M
MCNP geometry error
I've got a small geometry related error in my MCNP input deck, corresponding to cell #14 (the outer edge of my detector model). This should be a quick fix, but I'm running into issues defining that particular union of surfaces. Any assistance is appreciated.- MadGander
- Thread
- Geometry Input Mcnp
- Replies: 1
- Forum: Nuclear Engineering
-
M
Help debugging a geometry-related error in my MCNP input deck
I'm looking for someone to help troubleshoot my MCNP input deck. I'm getting a geometry related error most likely due to some sort of surface overlap. Haven't been able to identify the issue myself, so I'd appreciate a secondary check. Thanks!- MadGander
- Thread
- Geometry Input Mcnp
- Replies: 5
- Forum: Nuclear Engineering
-
Collecting MCU (Monte Carlo Universal) Input files
I am working with MCU-5, and would love to study input files for diverse settings. Whether for reactors, experiments, or novel uses. It is all interesting to me. I am also open to hearing about your own experience with MCU and the times you feel you've extracted value from it.- DAntanov
- Thread
- files Input
- Replies: 3
- Forum: Nuclear Engineering
-
My Installation of Mathematica Is Not Working Anymore
For some reason, my Mathematica is not working right. I've had it for a long time, and never had any problems like this. Basically, when I start it up and go into the notebook, the first input I put into it works fine, like you can see below. But then, anything after that doesn't work. None...- Ascendant0
- Thread
- Input Software Troubleshooting
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Cannot open GBW file with ORCA input
Hi,i'm having the following error when I try to run an input with ORCA. Does anyone know how to solve? -
Learning VisEd for MCNP
I'm beginning in Vised for MCNP6 and i want to modify my imput file inside vised to understand how when i changed cards this affects the simulation. The problem is that i can't save inside vised my imput file, i have to open my imput file in an editor text an then reopen this file in vised...- steph_ws23
- Thread
- Input Simulation
- Replies: 0
- Forum: Nuclear Engineering
-
Z
B Doubts about the definition of a linear system
hello I have doubts about linear system suppose that x is the input and y the output if x1 then y1 if x2 then y2 the system is linear if if (x1+x2) then (y1+y2) now, take a mass m you can write f = m*a however suppose that m changes with position m = m(x) above equations should be still... -
Mathematica - How to Go to Next Line Without Running Process?
I am trying to run multiple lines input in Mathematica in the free-form input. From everything I read online, you simply hit "enter", but hitting enter runs my process. Both enters, the one next to my letters, and the one on the numerical keypad. Hitting shift+enter also runs it. I can't...- Ascendant0
- Thread
- Input Line Multiple
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
G
Engineering Sinusoidal response to sinusoidal input (Process control)
This a homeawork from my graduate course. I know that a sinusoidal input affects both the amplitude and phase of the response, but I don't know how it does. I'd be really glad if someone could help. Thanks- guiromero
- Thread
- Input Process control Response
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
B Looking for a specific periodic function
Is there a function that outputs a 1 when the input is a multiple of a number of your choice and 0 if otherwise. The input is also restricted to natural numbers. The only thing I can come up with is something of the form: f(x) = [sin(ax)+1]/2 but this does not output a 0 when I want it.- al4n
- Thread
- Function Input Periodic
- Replies: 4
- Forum: General Math
-
How to take input in hh:mm format in C++ and parse it?
TL;DR Summary: hh:mm format input I'm solving this problem. I've the algorithm ready. Here's it. But it's the easy part. The hard part is to code it specially in C++. (Not that I can do this in javascript). How do I take say 14:30 as input(exactly that) and parse 14, parse 30 from it?- shivajikobardan
- Thread
- C++ Input
- Replies: 28
- Forum: Engineering and Comp Sci Homework Help
-
Fluka user routines -- Questions about Input and Output files
Hello dear experts. I want to run this input file flex_03.inp in fluka, but there is also a writect.f file belonging to this file.In another application, head.vxl, ascii_head are shown in the output files of this input file.What steps do I need to apply to the same files so that I can see this...- emilmammadzada
- Thread
- Example files Input Output
- Replies: 1
- Forum: Nuclear Engineering
-
I need an MCNP simulated APR1400 input file
need a MCNP simulated APR1400 input file? which consists of lattice 16x16 inside a lattice 17x17 ??- Islam Nabil
- Thread
- File Input Mcnp
- Replies: 10
- Forum: Nuclear Engineering
-
MCNP lattice of the fuel assembly input file?
There is an input file for a simple 16 x 16 lattice fuel assembly. I have a message blocking the run of the code; "bad trouble in subroutine newcel of mcrun source particle no 1 random number 6647299061401 zero lattice element hit." What is wrong?- Islam Nabil
- Thread
- Assembly File Fuel Input Lattice Mcnp
- Replies: 10
- Forum: Nuclear Engineering
-
Engineering Can I use root locus when the input is the negative feedback?
I have used root locus before but my confusion now is that the input is the negative feedback. Usually when I have negative feedback I consider the the error between the input (ideal) signal and the observed signal. Also, in this case what is the tranfer function since u = -k*y, and what does...- curiousPep
- Thread
- Control Control engineering Feedback Feedback control Input Negative Root Root locus
- Replies: 8
- Forum: Engineering and Comp Sci Homework Help
-
J
B Fusion, bigger output than input?
Fusion has bigger output then input, because produce more energy than to initiate reaction. This is allways case, for example 100kg of wood burning produce much more energy then initiate fire with one match fire. Can someone explain this statement?- John Mcrain
- Thread
- Fusion Input Output
- Replies: 6
- Forum: High Energy, Nuclear, Particle Physics
-
P
Integrate or divide the input impedance for transmission lines in series?
Here I list my problem in the attachment.- patkood
- Thread
- Impedance Input Input impedance Integrate Lines Series Transmission Transmission lines
- Replies: 12
- Forum: Engineering and Comp Sci Homework Help
-
A
Why Does MCNP Delete Surfaces in Hexagonal Fuel Element Simulations?
Hello Tried to model gas cooled reactor with hexagonal fuel elements. MCNP keep deleting surfaces (If you could, run my input and check the .txto file) so the simulations won't run Any advice?- AlexFi
- Thread
- Input Mcnp Surfaces
- Replies: 5
- Forum: Nuclear Engineering
-
Java Input Direction confusion in snake game javascript
Here's the full code: This is the code that I'm interested in:window.addEventListener("keydown", e => { inputDir = { x: 0, y: 1 }; moveSound.play(); switch (e.key) { case "ArrowUp": inputDir.x = 0; inputDir.y = -1; break; case "ArrowDown": inputDir.x =...- shivajikobardan
- Thread
- Confusion Direction Game Input Javascript
- Replies: 11
- Forum: Programming and Computer Science
-
J
Input & Output Explained: What Does It Mean & Why Is It Relevant?
Can someone explain the question so I can attempt a solution? What does it mean by input and output and why is that relevant?- Jaccobtw
- Thread
- Input Mean Output
- Replies: 21
- Forum: Introductory Physics Homework Help
-
Engineering What is the impact of ADC quanta on op-amp offset error?
Hello, i have questions from a book that I'm reading, it's full of interesting problems about Electrical Engineering. For now i want to ask about op-amp offset error. I will post a copy of the problem here. We can talk about it, i have an idea about offset error so i can share it here later...- electronic engineer
- Thread
- Input Maximum Voltage
- Replies: 4
- Forum: Engineering and Comp Sci Homework Help
-
A
Engineering Small Signal Input Resistance of a BJT amplifier
The diagram of the BJT amplifier small signal model is below. This is not really a homework question as I am self-learning electronics, but I was advised it may be better placed here than in the technical portion of the forum. Thus I do not have an "attempt" at a solution (which is given as RI...- anvoice
- Thread
- Amplifier Bjt Input Resistance Signal
- Replies: 23
- Forum: Engineering and Comp Sci Homework Help
-
K
A Laser signal input for PDH lock
Hello! I have a laser with only one input for external signals. Currently I use that to send the error feedback signal when I measure the power transmission from my cavity (not using PDH). If I want to use PDH, I would need to modulate the laser frequency, which means that I need to send to the...- kelly0303
- Thread
- Input Laser Lock Signal
- Replies: 6
- Forum: Atomic and Condensed Matter
-
B
Python Input error for LSTM neural network
Hi everyone, I have to classify a DNA sequence with a LSTM neural network but I have a problem with the inputs shame. Both the sequence and the class are encoded with One Hot Encoding and my code is this: import pandas as pd import numpy as np data = pd.read_csv('splice.data', header = None)...- BRN
- Thread
- Error Input Network Neural Neural networks Python
- Replies: 2
- Forum: Programming and Computer Science
-
MHB What is the bipolar input and bipolar output truth table of ANDNOT function
- shivajikobardan
- Thread
- Function Input Output Table Truth table
- Replies: 6
- Forum: Programming and Computer Science
-
D
Engineering Input and Output Impedance of circuit
Hi, I have a circuit with 3 transistors I want to rewrite to a small signal model. When multiple transistors are in the circuit I get confused how to do it. This is the signal model and small signal model I have. Is it wrong?- David331
- Thread
- Circuit Impedance Input Output Transistor analysis
- Replies: 12
- Forum: Engineering and Comp Sci Homework Help
-
M
I Input on a basic Copenhagen question
As if you couldn't guess from the question, I'm very much a layman wrt physics, but here it is anyway: I've read a number of (non-technical) books on quantum physics but I can't seem to find much - indeed anything at all - on the role of time in collapse of the wave function when considering...- Mr Book
- Thread
- Copenhagen Input
- Replies: 15
- Forum: Quantum Interpretations and Foundations
-
Calculating Input impedance of a CC amplifier
Hi friends, Here is a CC amplifier The objective is to calculate its input impedance. Two ways are employed. *calculating input impedance using series resistor method (manual method) (refer first two attachment) V1 = 1mV = 0.001 V V2 = 656.4129mV = 0.6564129 V R = 1K Iin = 343.83207µA =...- brainbaby
- Thread
- Amplifier Impedance Input Input impedance
- Replies: 9
- Forum: Electrical Engineering
-
How to finally run an input file via VISED/MCNP5 without error?
Howdy, my fellow nuclear colleagues! I am new to MCNP5 and currently I am trying to simulate something simple like a sphere of UO2 to calculate its critical size. Whenever I run my file via MCNP5 or Vised, I get an error message like bad trouble in subroutine pass1 of imcn...- nuclearsneke
- Thread
- Error File Input
- Replies: 1
- Forum: Nuclear Engineering
-
P
Engineering Finding out the input impedance in a negative feedback op-amp
In this case, there is negative feedback. ##V_{out}## is almost equal to ##V_{in}## in this case. But I really can't understand how to even proceed to find out the input impedance in this case, from the equation I know. Can someone help me out in figuring how should I proceed?- PhysicsTruth
- Thread
- Feedback Impedance Input Input impedance Negative Op-amp Opamp
- Replies: 32
- Forum: Engineering and Comp Sci Homework Help
-
F
I Request for Input: 2D Minkowski Spacetime Diagram Generator
I’m planning to write a 2D Minkowsky spacetime diagram generator tool. At this point, I am looking for help reviewing the specification. I am not looking for help with the implemenation. To be clear, I’ve written a complete specification, but it would be a waste if it was missing features that...- Freixas
- Thread
- 2d Diagram Generator Input Minkowski Request Spacetime Spacetime diagram
- Replies: 6
- Forum: Special and General Relativity
-
I
Input Resistance of this BJT Amplifier
Hi i got a question ,how do i calculate the input resistance ,of the RS resistor ,so i would get half of the voltage of the voltage source (500mA) .I've created the circuit in ltspice and found out that its around 95K ohms to get 250mA,but how would i calculate it . Ive also attached my...- IronaSona
- Thread
- Amplifier Bjt Input Resistance
- Replies: 12
- Forum: Introductory Physics Homework Help
-
I Output of down converted beam not proportional to input beam power?
There are optical crystals that can convert a small fraction of the incoming beam of light into light of different frequency. See the Wiki article, https://en.wikipedia.org/wiki/Spontaneous_parametric_down-conversion "Spontaneous parametric down-conversion (also known as SPDC, parametric...- Spinnor
- Thread
- Beam Input Output Power Proportional
- Replies: 1
- Forum: Quantum Physics
-
I
Two Stage Amplifier -- Find the Input Resistance
Am trying to find Effects of Feedback - Input resistance of this circuit. Is this the formula that in need to use to find the input resistance of this circuit ?- IronaSona
- Thread
- Amplifier Input Resistance
- Replies: 1
- Forum: Introductory Physics Homework Help
-
I
Calculate Input Resistance: Formula & Tips
I want to calculate the input resistance ,but i don't really know how to do it .am not sure is the formula R1(1+BA0)?- IronaSona
- Thread
- Input Resistance
- Replies: 1
- Forum: Introductory Physics Homework Help
-
F
I Why is it important to convert angle units when using trigonometric functions?
Hello, Periodic trigonometric functions, like sine and cosine, generally take an angle as input to produce an output. Functions do that: given an input they produce an output. Angles are numerically given by real numbers and can be expressed either in radians or degrees (just two different...- fog37
- Thread
- Function Input Trig
- Replies: 8
- Forum: General Math
-
How Do I Design an EMI Filter for a Converter with Only Voltage and Power Specs?
I am starting the input filter design for a converter and only have the voltage and power specs. It will be the input filter to other converters on a parallel bus, so I could look at the datasheets for those and get some specs there. I do not have any information from the input converter to this...- Ntip
- Thread
- Design Emi Filter Input
- Replies: 8
- Forum: Electrical Engineering
-
L
MHB Understanding O(h): Examining Functions with h as an Input
Let $$ \mid h \mid $$< 1. Which of the following functions are O(h)? Explain. $$ -4h $$ $$h+h^2 $$ $$ \mid h \mid ^{0.5} $$ $$h + cos (h) $$ Based on my notes, f(h) = O(h) only if $$ \mid f \mid $$ ≤ C $$ \mid h \mid $$, where C is a constant independent of h. I can only solve for the...- lemonthree
- Thread
- Functions Input
- Replies: 6
- Forum: General Math
-
M
I Locally mediated interpretations with future input dependence
Just read this paper: https://arxiv.org/pdf/1906.04313.pdf At first it had me thinking that locally mediated, future dependent interpretations are the way to go. Yet it admits these seem to be rare relative to other types of interpretations. Any good intuition or reasons why this is rare in...- msumm21
- Thread
- Future Input Interpretations Local
- Replies: 18
- Forum: Quantum Interpretations and Foundations
-
Research ideas for my Neurobiology class -- All Input Wanted Please
For my neurobiology class, my partners and I are expected to design an experiment of anything we would like to do. Here is what we have thus far: In class (Lab) we did a neuron culture by taking the forebrain from a chick egg. We did some processes and our objective was to culture it. Forgive me...- Nick tringali
- Thread
- Class Ideas Input Research
- Replies: 6
- Forum: Biology and Medical
-
K
Automotive Modal analysis - Input and boundary conditions given?
My understanding in modal analysis is very limited. All I know is it helps to find a specific mode of vibration and the natural frequency corresponding to it. While I was discussing about this with my NVH team colleague, he told me that there is no force input or excitation input given to a...- k.udhay
- Thread
- Analysis Boundary Boundary conditions Conditions Input Modal analysis
- Replies: 7
- Forum: Mechanical Engineering
-
Engineering What to Do When Input Voltage is Variable? | 5-20mA Range Explained
This is a very confusing situation for me. If the input voltage were constant, then I would be able to understand that by varying load resistance, I can change the current through it, such that the drop across the load = Vz = 6.8V. But the input voltage is also not constant. So what am I to...- Kaguro
- Thread
- Input Range Variable Voltage
- Replies: 7
- Forum: Engineering and Comp Sci Homework Help
-
MHB Attempting to add logic mathematics to a college paper - need your input
Hello, I am a retired Marine that has decided to pursue an undergraduate degree in programming and am currently working on paper that discusses the future of Mobile Computing. In this paper I am introducing a hypothetical process that assists in forecasting the future of mobile computing. To do...- Furthark
- Thread
- College Input Logic Mathematics Paper
- Replies: 2
- Forum: Set Theory, Logic, Probability, Statistics
-
W
Windows10 Searchbox not Allowing Text Input
Hi, I can't enter any text into my Windows10 searchbox. Obviously it's not a keyboard problem, as I am typing this in. I looked up a few solutions, neither worked. Any ideas?- WWGD
- Thread
- Input Text
- Replies: 3
- Forum: Computing and Technology
-
How to solve this to calculate the input impedance?
How did you find PF?: Google search I got a problem, how to calculate this formula from euler to imajiner? or how calculate this case?- putrinh
- Thread
- Electrical engineer Impedance Input Input impedance Telecommunications Transmission coefficient
- Replies: 2
- Forum: General Math
-
Comp Sci Laplace Transform of the input portion of this circuit
So I have completed (a) as this (original on the left): I have then went onto (b) and I have equated T(s)=Z(s) as follows: and due to hence Does this look correct to you smarter people? Thanks in advance! All replies are welcome :)- Jason-Li
- Thread
- Circuit Electical Input Laplace Laplace transform Transform
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
E
I'd like to find a power bank circuit with 2.7V input
Hey, can you find me a power bank circuit which has 2.7V input?? Because I'm in a project which makes power bank with super capacitor, and you knows that we can't input voltage above the maximum voltage of capacitor, right? You can refer this video. Thanks.- emtae55
- Thread
- Circuit Input Power
- Replies: 4
- Forum: Electrical Engineering
-
R
Calculating the spring displacement response from an acceleration input
I'm working on a project where we have a mass (50 kg) sitting on a spring (350 N/mm) and are subjecting it to a sudden impulse (20g) along the spring axis to simulate a shock. We have the profile of the acceleration defined as: ##a(t) = x''(t) = P\cdot \sin^2 (\pi \cdot t / T)## Where P (peak...- Raddy13
- Thread
- Acceleration Displacement Input Response Spring
- Replies: 5
- Forum: Mechanical Engineering
-
E
Help with Homework Equation: Input Impedance
Homework Equation: I do not think I am getting the correct answer for this problem when I do it out by hand. Do I plug the necessary values into the equation shown above or do I say that because it is an infinite line that the characteristic impedance is equal to the input impedance? If the...- EEuser
- Thread
- Homework Impedance Input Input impedance
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
W
Getting the Answer in terms of Input()
Hi, I have this mini-program and I am being lazy. Wherever I post this they make me go through a grinder reviewing basics . I just need a small hint. We are asking for the name of the user in "name =input()". I would like the line immediately after name 'x' is inputed to print 'Hi, x '. Instead...- WWGD
- Thread
- Input Terms
- Replies: 6
- Forum: Programming and Computer Science